Tests.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{C4C8532A-F8D2-428B-962E-FD578A1E647C}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Tests</RootNamespace>
  13. <AssemblyName>Tests</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug40|AnyCPU'">
  19. <NoWarn>1591</NoWarn>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release40|AnyCPU'">
  22. <NoWarn>1591</NoWarn>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug35|AnyCPU'">
  25. <NoWarn>1591</NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release35|AnyCPU'">
  28. <NoWarn>1591</NoWarn>
  29. </PropertyGroup>
  30. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL4|AnyCPU'">
  31. <NoWarn>1591</NoWarn>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL4|AnyCPU'">
  34. <NoWarn>1591</NoWarn>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL5|AnyCPU'">
  37. <NoWarn>1591</NoWarn>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL5|AnyCPU'">
  40. <NoWarn>1591</NoWarn>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP7|AnyCPU'">
  43. <NoWarn>1591</NoWarn>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP7|AnyCPU'">
  46. <NoWarn>1591</NoWarn>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release45|AnyCPU'">
  49. <OutputPath>bin\Release45\</OutputPath>
  50. <DefineConstants>;TRACE;DESKTOPCLR;DESKTOPCLR40</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <NoWarn>1591</NoWarn>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>AnyCPU</PlatformTarget>
  55. <ErrorReport>prompt</ErrorReport>
  56. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  57. </PropertyGroup>
  58. <Import Project="..\Common.targets" />
  59. <PropertyGroup Condition="'$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')">
  60. <SilverlightApplication>true</SilverlightApplication>
  61. <XapOutputs>true</XapOutputs>
  62. <XapFilename>$(AssemblyName).xap</XapFilename>
  63. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  64. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  65. <SilverlightAppEntry>InteractiveTests.App</SilverlightAppEntry>
  66. <TestPageFileName>TestPage.html</TestPageFileName>
  67. <CreateTestPage>true</CreateTestPage>
  68. </PropertyGroup>
  69. <!-- Temporary workaround to disable tests as part of automated builds (defeating the **\Tests*.dll the search pattern). -->
  70. <PropertyGroup Condition="'$(BuildPlatform)' != 'DESKTOPCLR'">
  71. <AssemblyName>_$(AssemblyName)</AssemblyName>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <!-- See readme.txt file in the References\$(BuildFlavor) folder for information on the test assemblies used here. -->
  75. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
  76. <HintPath>..\..\..\..\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
  77. </Reference>
  78. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
  79. <Reference Include="System" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  82. <Reference Include="System.Windows" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
  83. <Reference Include="System.Windows.Browser" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')" />
  84. <Reference Include="Microsoft.Silverlight.Testing" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')">
  85. <Private>true</Private>
  86. </Reference>
  87. <Reference Include="System.Windows.Forms" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
  88. <Reference Include="WindowsBase" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  92. <Visible>False</Visible>
  93. </CodeAnalysisDependentAssemblyPaths>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="App.cs" />
  97. <Compile Include="AsyncTests.Creation.cs" />
  98. <Compile Include="AsyncTests.cs" />
  99. <Compile Include="AsyncTests.Conversions.cs" />
  100. <Compile Include="AsyncTests.Single.cs" />
  101. <Compile Include="AsyncTests.Multiple.cs" />
  102. <Compile Include="AsyncTests.Aggregates.cs" />
  103. <Compile Include="AsyncTests.Bugs.cs" />
  104. <Compile Include="AsyncTests.Exceptions.cs" />
  105. <Compile Include="Tests.Imperative.cs" />
  106. <Compile Include="Tests.Qbservable.cs" />
  107. <Compile Include="Tests.Single.cs" />
  108. <Compile Include="Tests.Multiple.cs" />
  109. <Compile Include="Tests.Exceptions.cs" />
  110. <Compile Include="Tests.Creation.cs" />
  111. <Compile Include="Tests.Buffering.cs" />
  112. <Compile Include="Tests.cs" />
  113. <Compile Include="Properties\AssemblyInfo.cs" />
  114. <Compile Include="Tests.Aggregates.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <ProjectReference Include="..\System.Interactive.Async\System.Interactive.Async.csproj" Condition=" '$(BuildFlavor)' == 'DESKTOPCLR40' Or '$(BuildFlavor)' == 'DESKTOPCLR45' ">
  118. <Project>{7269A578-326A-4C3E-9874-A2D2600095BC}</Project>
  119. <Name>System.Interactive.Async</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\System.Interactive.Providers\System.Interactive.Providers.csproj" Condition=" '$(BuildFlavor)' != 'SILVERLIGHTM7' And '$(BuildPlatform)' != 'XNA' ">
  122. <Project>{6D62E966-469D-4A99-BD43-0A17FA14FB4F}</Project>
  123. <Name>System.Interactive.Providers</Name>
  124. </ProjectReference>
  125. <ProjectReference Include="..\System.Interactive\System.Interactive.csproj">
  126. <Project>{8E4B04F0-915E-48F9-9796-76278C6094BD}</Project>
  127. <Name>System.Interactive</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <Import Project="..\Import.targets" />
  131. </Project>