Perspex.Markup.Xaml.UnitTests.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{99135EAB-653D-47E4-A378-C96E1278CA44}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Perspex.Markup.Xaml.UnitTests</RootNamespace>
  12. <AssemblyName>Perspex.Markup.Xaml.UnitTests</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.1</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. <TargetFrameworkProfile />
  21. <SccProjectName>SAK</SccProjectName>
  22. <SccLocalPath>SAK</SccLocalPath>
  23. <SccAuxPath>SAK</SccAuxPath>
  24. <SccProvider>SAK</SccProvider>
  25. <NuGetPackageImportStamp>
  26. </NuGetPackageImportStamp>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  29. <DebugSymbols>true</DebugSymbols>
  30. <DebugType>full</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>bin\Debug\</OutputPath>
  33. <DefineConstants>DEBUG;TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Moq, Version=4.2.1409.1722, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Octokit">
  51. <HintPath>..\..\packages\Octokit.0.14.0\lib\net45\Octokit.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Splat, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\Splat.1.6.1\lib\Net45\Splat.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="Sprache, Version=2.0.0.47, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\..\packages\Sprache.2.0.0.47\lib\portable-net4+netcore45+win8+wp8+sl5+MonoAndroid1+MonoTouch1\Sprache.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  63. <HintPath>..\..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\..\packages\Rx-Interfaces.2.2.5\lib\net45\System.Reactive.Interfaces.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <HintPath>..\..\packages\Rx-Linq.2.2.5\lib\net45\System.Reactive.Linq.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\Rx-PlatformServices.2.2.5\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  79. <HintPath>..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath>
  80. <Private>True</Private>
  81. </Reference>
  82. <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  83. <HintPath>..\..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
  84. <Private>True</Private>
  85. </Reference>
  86. <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  87. <HintPath>..\..\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath>
  88. <Private>True</Private>
  89. </Reference>
  90. </ItemGroup>
  91. <Choose>
  92. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  93. <ItemGroup>
  94. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  95. </ItemGroup>
  96. </When>
  97. <Otherwise />
  98. </Choose>
  99. <ItemGroup>
  100. <Compile Include="BindingDefinitionBuilder.cs" />
  101. <Compile Include="ChangeBranchTest.cs" />
  102. <Compile Include="Converters\PerspexPropertyConverterTest.cs" />
  103. <Compile Include="DataContextChangeSynchronizerTest.cs" />
  104. <Compile Include="Parsers\SelectorGrammarTests.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. <Compile Include="SampleModel\Level1.cs" />
  107. <Compile Include="SampleModel\Level2.cs" />
  108. <Compile Include="SampleModel\Level3.cs" />
  109. <Compile Include="SampleModel\LogInViewModel.cs" />
  110. <Compile Include="SampleModel\MainWindowViewModel.cs" />
  111. <Compile Include="SampleModel\PropertyChangeNotifier.cs" />
  112. <Compile Include="SampleModel\Repository.cs" />
  113. <Compile Include="SampleModel\UserRepositoriesViewModel.cs" />
  114. <Compile Include="SamplePerspexObject.cs" />
  115. <Compile Include="TypeProviderMock.cs" />
  116. <Compile Include="BinderTest.cs" />
  117. <Compile Include="XamlBindingTest.cs" />
  118. <Compile Include="PropertyMountPointTest.cs" />
  119. <Compile Include="ViewModelMock.cs" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\..\src\Markup\Perspex.Markup.Xaml\Perspex.Markup.Xaml.csproj">
  123. <Project>{3E53A01A-B331-47F3-B828-4A5717E77A24}</Project>
  124. <Name>Perspex.Markup.Xaml</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\..\src\NGenerics\NGenerics.csproj">
  127. <Project>{415e048e-4611-4815-9cf2-d774e29079ac}</Project>
  128. <Name>NGenerics</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\..\src\Perspex.Animation\Perspex.Animation.csproj">
  131. <Project>{d211e587-d8bc-45b9-95a4-f297c8fa5200}</Project>
  132. <Name>Perspex.Animation</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\..\src\Perspex.Base\Perspex.Base.csproj">
  135. <Project>{B09B78D8-9B26-48B0-9149-D64A2F120F3F}</Project>
  136. <Name>Perspex.Base</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\..\src\Perspex.Controls\Perspex.Controls.csproj">
  139. <Project>{d2221c82-4a25-4583-9b43-d791e3f6820c}</Project>
  140. <Name>Perspex.Controls</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\..\src\Perspex.Input\Perspex.Input.csproj">
  143. <Project>{62024b2d-53eb-4638-b26b-85eeaa54866e}</Project>
  144. <Name>Perspex.Input</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\..\src\Perspex.Interactivity\Perspex.Interactivity.csproj">
  147. <Project>{6b0ed19d-a08b-461c-a9d9-a9ee40b0c06b}</Project>
  148. <Name>Perspex.Interactivity</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\..\src\Perspex.Layout\Perspex.Layout.csproj">
  151. <Project>{42472427-4774-4c81-8aff-9f27b8e31721}</Project>
  152. <Name>Perspex.Layout</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\..\src\Perspex.ReactiveUI\Perspex.ReactiveUI.csproj">
  155. <Project>{6417b24e-49c2-4985-8db2-3ab9d898ec91}</Project>
  156. <Name>Perspex.ReactiveUI</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\..\src\Perspex.SceneGraph\Perspex.SceneGraph.csproj">
  159. <Project>{eb582467-6abb-43a1-b052-e981ba910e3a}</Project>
  160. <Name>Perspex.SceneGraph</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\..\src\Perspex.Styling\Perspex.Styling.csproj">
  163. <Project>{f1baa01a-f176-4c6a-b39d-5b40bb1b148f}</Project>
  164. <Name>Perspex.Styling</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\..\src\Perspex.Themes.Default\Perspex.Themes.Default.csproj">
  167. <Project>{3e10a5fa-e8da-48b1-ad44-6a5b6cb7750f}</Project>
  168. <Name>Perspex.Themes.Default</Name>
  169. </ProjectReference>
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="packages.config" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
  176. </ItemGroup>
  177. <Choose>
  178. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  179. <ItemGroup>
  180. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  181. <Private>False</Private>
  182. </Reference>
  183. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  184. <Private>False</Private>
  185. </Reference>
  186. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  187. <Private>False</Private>
  188. </Reference>
  189. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  190. <Private>False</Private>
  191. </Reference>
  192. </ItemGroup>
  193. </When>
  194. </Choose>
  195. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  196. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  197. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  198. <PropertyGroup>
  199. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  200. </PropertyGroup>
  201. <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'))" />
  202. <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'))" />
  203. </Target>
  204. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  205. Other similar extension points exist, see Microsoft.Common.targets.
  206. <Target Name="BeforeBuild">
  207. </Target>
  208. <Target Name="AfterBuild">
  209. </Target>
  210. -->
  211. </Project>