Tests.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile />
  17. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  18. </PropertyGroup>
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP8|AnyCPU'">
  20. <OutputPath>bin\ReleaseWP8\</OutputPath>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP8|AnyCPU'">
  23. <OutputPath>bin\DebugWP8\</OutputPath>
  24. <DefineConstants>;WINDOWSPHONE7;NO_TLS;NO_VARIANCE;NO_SERIALIZABLE;NO_TPL;NO_HASHSET;NO_REMOTING;NO_SEMAPHORE;NO_LARGEARITY;NO_ZIP;SILVERLIGHT;SILVERLIGHTM7;TRACE</DefineConstants>
  25. <Optimize>true</Optimize>
  26. <NoWarn>1591</NoWarn>
  27. <DebugType>pdbonly</DebugType>
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <ErrorReport>prompt</ErrorReport>
  30. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  31. </PropertyGroup>
  32. <Import Project="..\Common.targets" />
  33. <PropertyGroup Condition="'$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')">
  34. <SilverlightApplication>true</SilverlightApplication>
  35. <XapOutputs>true</XapOutputs>
  36. <XapFilename>$(AssemblyName).xap</XapFilename>
  37. <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
  38. <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
  39. <SilverlightAppEntry>InteractiveTests.App</SilverlightAppEntry>
  40. <TestPageFileName>TestPage.html</TestPageFileName>
  41. <CreateTestPage>true</CreateTestPage>
  42. </PropertyGroup>
  43. <!-- Temporary workaround to disable tests as part of automated builds (defeating the **\Tests*.dll the search pattern). -->
  44. <PropertyGroup Condition="'$(BuildPlatform)' != 'DESKTOPCLR'">
  45. <AssemblyName>_$(AssemblyName)</AssemblyName>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <!-- See readme.txt file in the References\$(BuildFlavor) folder for information on the test assemblies used here. -->
  49. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
  50. <HintPath>..\..\..\..\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll</HintPath>
  51. </Reference>
  52. <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' Or '$(BuildPlatform)' == 'XNA' " />
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Observable" Condition=" '$(BuildFlavor)' == 'SILVERLIGHTM7' " />
  56. <Reference Include="System.Windows" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
  57. <Reference Include="System.Windows.Browser" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')" />
  58. <Reference Include="Microsoft.Silverlight.Testing" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' AND !('$(BuildFlavor)' == 'SILVERLIGHTM7')">
  59. <Private>true</Private>
  60. </Reference>
  61. <Reference Include="System.Windows.Forms" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
  62. <Reference Include="WindowsBase" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  66. <Visible>False</Visible>
  67. </CodeAnalysisDependentAssemblyPaths>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="App.cs" />
  71. <Compile Include="AsyncTests.Creation.cs" />
  72. <Compile Include="AsyncTests.cs" />
  73. <Compile Include="AsyncTests.Conversions.cs" />
  74. <Compile Include="AsyncTests.Single.cs" />
  75. <Compile Include="AsyncTests.Multiple.cs" />
  76. <Compile Include="AsyncTests.Aggregates.cs" />
  77. <Compile Include="AsyncTests.Bugs.cs" />
  78. <Compile Include="AsyncTests.Exceptions.cs" />
  79. <Compile Include="TaskExtTests.cs" />
  80. <Compile Include="Tests.Imperative.cs" />
  81. <Compile Include="Tests.Qbservable.cs" />
  82. <Compile Include="Tests.Single.cs" />
  83. <Compile Include="Tests.Multiple.cs" />
  84. <Compile Include="Tests.Exceptions.cs" />
  85. <Compile Include="Tests.Creation.cs" />
  86. <Compile Include="Tests.Buffering.cs" />
  87. <Compile Include="Tests.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="Tests.Aggregates.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\System.Interactive.Async\System.Interactive.Async.csproj" Condition=" '$(BuildFlavor)' == 'DESKTOPCLR40' Or '$(BuildFlavor)' == 'DESKTOPCLR45' ">
  93. <Project>{7269A578-326A-4C3E-9874-A2D2600095BC}</Project>
  94. <Name>System.Interactive.Async</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\System.Interactive.Providers\System.Interactive.Providers.csproj" Condition=" '$(BuildFlavor)' != 'SILVERLIGHTM7' And '$(BuildPlatform)' != 'XNA' And '$(Configuration)' != 'TestPL' ">
  97. <Project>{6D62E966-469D-4A99-BD43-0A17FA14FB4F}</Project>
  98. <Name>System.Interactive.Providers</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\System.Interactive\System.Interactive.csproj">
  101. <Project>{8E4B04F0-915E-48F9-9796-76278C6094BD}</Project>
  102. <Name>System.Interactive</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <Import Project="..\Import.targets" />
  106. </Project>