Perspex.SceneGraph.UnitTests.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" />
  4. <Import Project="..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{76716382-3159-460E-BDA6-C5715CF606D7}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Perspex.SceneGraph.UnitTests</RootNamespace>
  12. <AssemblyName>Perspex.SceneGraph.UnitTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  16. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  17. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  18. <IsCodedUITest>False</IsCodedUITest>
  19. <TestProjectType>UnitTest</TestProjectType>
  20. <NuGetPackageImportStamp>
  21. </NuGetPackageImportStamp>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <DocumentationFile>bin\Debug\Perspex.SceneGraph.UnitTests.XML</DocumentationFile>
  32. <NoWarn>CS1591</NoWarn>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="Moq, Version=4.2.1507.118, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  44. <HintPath>..\..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="xunit.assert">
  49. <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
  50. </Reference>
  51. <Reference Include="xunit.core">
  52. <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  55. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  58. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  61. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  64. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  65. </Reference>
  66. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c">
  67. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  68. </Reference>
  69. </ItemGroup>
  70. <Choose>
  71. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  72. <ItemGroup>
  73. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  74. </ItemGroup>
  75. </When>
  76. <Otherwise />
  77. </Choose>
  78. <ItemGroup>
  79. <Compile Include="RelativeRectComparer.cs" />
  80. <Compile Include="RelativeRectTests.cs" />
  81. <Compile Include="ThicknessTests.cs" />
  82. <Compile Include="Media\BrushTests.cs" />
  83. <Compile Include="Media\ColorTests.cs" />
  84. <Compile Include="TestRoot.cs" />
  85. <Compile Include="TestVisual.cs" />
  86. <Compile Include="RelativePointTests.cs" />
  87. <Compile Include="RenderTests_Culling.cs" />
  88. <Compile Include="VisualTests.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <Compile Include="VisualTree\BoundsTrackerTests.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  94. <Project>{D211E587-D8BC-45B9-95A4-F297C8FA5200}</Project>
  95. <Name>Perspex.Animation</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  98. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  99. <Name>Perspex.Base</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  102. <Project>{D2221C82-4A25-4583-9B43-D791E3F6820C}</Project>
  103. <Name>Perspex.Controls</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  106. <Project>{62024B2D-53EB-4638-B26B-85EEAA54866E}</Project>
  107. <Name>Perspex.Input</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  110. <Project>{6B0ED19D-A08B-461C-A9D9-A9EE40B0C06B}</Project>
  111. <Name>Perspex.Interactivity</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  114. <Project>{42472427-4774-4C81-8AFF-9F27B8E31721}</Project>
  115. <Name>Perspex.Layout</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  118. <Project>{EB582467-6ABB-43A1-B052-E981BA910E3A}</Project>
  119. <Name>Perspex.SceneGraph</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  122. <Project>{F1BAA01A-F176-4C6A-B39D-5B40BB1B148F}</Project>
  123. <Name>Perspex.Styling</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="app.config" />
  128. <None Include="packages.config" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  132. </ItemGroup>
  133. <Choose>
  134. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  135. <ItemGroup>
  136. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  137. <Private>False</Private>
  138. </Reference>
  139. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  140. <Private>False</Private>
  141. </Reference>
  142. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  143. <Private>False</Private>
  144. </Reference>
  145. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  146. <Private>False</Private>
  147. </Reference>
  148. </ItemGroup>
  149. </When>
  150. </Choose>
  151. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  154. <PropertyGroup>
  155. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  156. </PropertyGroup>
  157. <Error Condition="!Exists('..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" />
  158. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.0.1\build\net20\xunit.runner.visualstudio.props'))" />
  159. </Target>
  160. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  161. Other similar extension points exist, see Microsoft.Common.targets.
  162. <Target Name="BeforeBuild">
  163. </Target>
  164. <Target Name="AfterBuild">
  165. </Target>
  166. -->
  167. </Project>