UnitTestFramework.csproj 5.9 KB

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