Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UnitTestFramework.csproj « UnitTestFramework « Tests « System.ComponentModel.Composition « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bde43f25333169bc26431848bc552ca03301184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
    <CodeAnalysisRuleSet>Migrated rules for UnitTestFramework.ruleset</CodeAnalysisRuleSet>
    <CodeAnalysisRules />
  </PropertyGroup>
  <PropertyGroup>
    <OutputPath>..\..\bin</OutputPath>
    <DefineConstants>$(DefineConstants);TRACE</DefineConstants>
    <NoWarn>1570;1572;1573;1591;1699</NoWarn>
  </PropertyGroup>
  <PropertyGroup>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{35FBE8A0-D87E-4991-B3FC-2A77807DEC85}</ProjectGuid>
    <ProjectClrTypes>FULLCLR;SILVERLIGHT</ProjectClrTypes>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>
    </RootNamespace>
    <AssemblyName>System.ComponentModel.Composition.UnitTestFramework</AssemblyName>
    <FileAlignment>512</FileAlignment>
    <NoWarn>;1699;1570;1572;1573;1591;0414</NoWarn>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
  </PropertyGroup>
  <PropertyGroup>
    <SignAssembly>true</SignAssembly>
    <NoStdLib>true</NoStdLib>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="mscorlib" />
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml" />
    <ProjectReference Include="..\..\src\ComponentModel\ComponentModel.csproj">
      <Project>{1BBA5101-D4F0-48B8-A5D6-7B23A099DCE3}</Project>
      <Name>ComponentModel</Name>
    </ProjectReference>
    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
  </ItemGroup>
  <ItemGroup Condition=" '$(IsSilverlight)' == 'true' ">
    <ProjectReference Include="$(CMInitProjectPath)\Composition.Initialization.csproj">
      <Project>{A497DC28-0A3B-4BAD-B964-B8B436686D98}</Project>
      <Name>Composition.Initialization</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="System\Collections\EnumerableExtensions.cs" />
    <Compile Include="System\Collections\Generic\DictionaryExtensions.cs" />
    <Compile Include="System\ComponentModel\Composition\ConstraintParser.cs" />
    <Compile Include="System\ComponentModel\Composition\Diagnostics\TraceId.cs" />
    <Compile Include="System\ComponentModel\Composition\Diagnostics\TraceContext.cs" />
    <Compile Include="System\ComponentModel\Composition\Diagnostics\TraceContext.TraceContextTraceListener.cs" />
    <Compile Include="System\ComponentModel\Composition\Diagnostics\TraceEventDetails.cs" />
    <Compile Include="System\ComponentModel\Composition\UnitTesting\CompositionAssert.cs" />
    <Compile Include="System\ComponentModel\Composition\UnitTesting\ErrorId.cs" />
    <Compile Include="System\ComponentModel\Composition\UnitTesting\ElementAssert.cs" />
    <Compile Include="System\ComponentModel\Composition\UnitTesting\ExportsAssert.cs" />
    <Compile Include="System\ComponentModel\Composition\Hosting\CompositionHostTestService.cs" />
    <Compile Include="System\IO\TemporaryFileCopier.cs" />
    <Compile Include="System\IO\TemporaryFile.cs" />
    <Compile Include="System\ReferenceTracker.cs" />
    <Compile Include="System\Globalization\CurrentCultureContext.cs" />
    <Compile Include="System\IO\FileIO.cs" />
    <Compile Include="System\IO\TemporaryDirectory.cs" />
    <Compile Include="System\DisposableObject.cs" />
    <Compile Include="System\Runtime\Serialization\StrictFormatterConverter.cs" />
    <Compile Include="System\Runtime\Serialization\SerializationTestServices.cs" />
    <Compile Include="System\TypeExtensions.cs" />
    <Compile Include="System\UnitTesting\ExtendedAssert.cs" />
    <Compile Include="System\UnitTesting\RetryMode.cs" />
    <Compile Include="System\UnitTesting\ExpectationCollectionOfIO.cs" />
    <Compile Include="System\UnitTesting\ExpectationCollectionOfI.cs" />
    <Compile Include="System\UnitTesting\ExpectationOfIO.cs" />
    <Compile Include="System\UnitTesting\ExpectationOfI.cs" />
    <Compile Include="System\UnitTesting\TestServices.cs" />
    <Compile Include="System\UnitTesting\ReflectionAssert.cs" />
    <Compile Include="System\UnitTesting\EnumerableAssert.cs" />
    <Compile Include="System\UnitTesting\ExceptionAssert.cs" />
    <Compile Include="System\ComponentModel\Composition\ReflectionModel\ReflectionModelServicesEx.cs" />
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>