System.Interactive.Tests.Uwp.DeviceRunner.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <ProjectGuid>{ED118703-9773-4193-BC2A-966C29BC1A46}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Interactive.Tests.Uwp.DeviceRunner</RootNamespace>
  11. <AssemblyName>System.Interactive.Tests.Uwp.DeviceRunner</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <PackageCertificateKeyFile>System.Interactive.Tests.Uwp.DeviceRunner_TemporaryKey.pfx</PackageCertificateKeyFile>
  20. <PackageCertificateThumbprint>422BF5D1CFB50C975293A3158EA46852395F42CF</PackageCertificateThumbprint>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  23. <DebugSymbols>true</DebugSymbols>
  24. <OutputPath>bin\x86\Debug\</OutputPath>
  25. <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;NO_THREAD</DefineConstants>
  26. <NoWarn>;2008</NoWarn>
  27. <DebugType>full</DebugType>
  28. <PlatformTarget>x86</PlatformTarget>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. <ErrorReport>prompt</ErrorReport>
  31. <Prefer32Bit>true</Prefer32Bit>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  34. <OutputPath>bin\x86\Release\</OutputPath>
  35. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;NO_THREAD</DefineConstants>
  36. <Optimize>true</Optimize>
  37. <NoWarn>;2008</NoWarn>
  38. <DebugType>pdbonly</DebugType>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <UseVSHostingProcess>false</UseVSHostingProcess>
  41. <ErrorReport>prompt</ErrorReport>
  42. <Prefer32Bit>true</Prefer32Bit>
  43. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\ARM\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  49. <NoWarn>;2008</NoWarn>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>ARM</PlatformTarget>
  52. <UseVSHostingProcess>false</UseVSHostingProcess>
  53. <ErrorReport>prompt</ErrorReport>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  57. <OutputPath>bin\ARM\Release\</OutputPath>
  58. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  59. <Optimize>true</Optimize>
  60. <NoWarn>;2008</NoWarn>
  61. <DebugType>pdbonly</DebugType>
  62. <PlatformTarget>ARM</PlatformTarget>
  63. <UseVSHostingProcess>false</UseVSHostingProcess>
  64. <ErrorReport>prompt</ErrorReport>
  65. <Prefer32Bit>true</Prefer32Bit>
  66. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  69. <DebugSymbols>true</DebugSymbols>
  70. <OutputPath>bin\x64\Debug\</OutputPath>
  71. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  72. <NoWarn>;2008</NoWarn>
  73. <DebugType>full</DebugType>
  74. <PlatformTarget>x64</PlatformTarget>
  75. <UseVSHostingProcess>false</UseVSHostingProcess>
  76. <ErrorReport>prompt</ErrorReport>
  77. <Prefer32Bit>true</Prefer32Bit>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  80. <OutputPath>bin\x64\Release\</OutputPath>
  81. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  82. <Optimize>true</Optimize>
  83. <NoWarn>;2008</NoWarn>
  84. <DebugType>pdbonly</DebugType>
  85. <PlatformTarget>x64</PlatformTarget>
  86. <UseVSHostingProcess>false</UseVSHostingProcess>
  87. <ErrorReport>prompt</ErrorReport>
  88. <Prefer32Bit>true</Prefer32Bit>
  89. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  90. </PropertyGroup>
  91. <ItemGroup>
  92. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="5.3.3" />
  93. <PackageReference Include="xunit" Version="2.2.0" />
  94. <PackageReference Include="xunit.runner.devices" Version="2.2.0" />
  95. <PackageReference Include="FluentAssertions" Version="4.19.2" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  99. <None Include="..\ReactiveX.snk">
  100. <Link>ReactiveX.snk</Link>
  101. </None>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="..\System.Interactive.Async.Tests\AppendPrependTests.cs">
  105. <Link>AppendPrependTests.cs</Link>
  106. </Compile>
  107. <Compile Include="..\System.Interactive.Async.Tests\AsyncEnumerableQueryTest.cs">
  108. <Link>AsyncEnumerableQueryTest.cs</Link>
  109. </Compile>
  110. <Compile Include="..\System.Interactive.Async.Tests\AsyncQueryableTests.Generated.cs">
  111. <Link>AsyncQueryableTests.Generated.cs</Link>
  112. </Compile>
  113. <Compile Include="..\System.Interactive.Async.Tests\AsyncTests.Aggregates.cs">
  114. <Link>AsyncTests.Aggregates.cs</Link>
  115. </Compile>
  116. <Compile Include="..\System.Interactive.Async.Tests\AsyncTests.Bugs.cs">
  117. <Link>AsyncTests.Bugs.cs</Link>
  118. </Compile>
  119. <Compile Include="..\System.Interactive.Async.Tests\AsyncTests.Conversions.cs">
  120. <Link>AsyncTests.Conversions.cs</Link>
  121. </Compile>
  122. <Compile Include="..\System.Interactive.Async.Tests\AsyncTests.Creation.cs">
  123. <Link>AsyncTests.Creation.cs</Link>
  124. </Compile>
  125. <Compile Include="..\System.Interactive.Async.Tests\AsyncTests.cs">
  126. <Link>AsyncTests.cs</Link>
  127. </Compile>
  128. <Compile Include="..\System.Interactive.Async.Tests\AsyncTests.Exceptions.cs">
  129. <Link>AsyncTests.Exceptions.cs</Link>
  130. </Compile>
  131. <Compile Include="..\System.Interactive.Async.Tests\AsyncTests.Multiple.cs">
  132. <Link>AsyncTests.Multiple.cs</Link>
  133. </Compile>
  134. <Compile Include="..\System.Interactive.Async.Tests\AsyncTests.Single.cs">
  135. <Link>AsyncTests.Single.cs</Link>
  136. </Compile>
  137. <Compile Include="..\System.Interactive.Tests\AssertEx.cs">
  138. <Link>AssertEx.cs</Link>
  139. </Compile>
  140. <Compile Include="..\System.Interactive.Tests\NopObserver.cs">
  141. <Link>NopObserver.cs</Link>
  142. </Compile>
  143. <Compile Include="..\System.Interactive.Tests\Tests.Aggregates.cs">
  144. <Link>Tests.Aggregates.cs</Link>
  145. </Compile>
  146. <Compile Include="..\System.Interactive.Tests\Tests.Buffering.cs">
  147. <Link>Tests.Buffering.cs</Link>
  148. </Compile>
  149. <Compile Include="..\System.Interactive.Tests\Tests.Creation.cs">
  150. <Link>Tests.Creation.cs</Link>
  151. </Compile>
  152. <Compile Include="..\System.Interactive.Tests\Tests.cs">
  153. <Link>Tests.cs</Link>
  154. </Compile>
  155. <Compile Include="..\System.Interactive.Tests\Tests.Exceptions.cs">
  156. <Link>Tests.Exceptions.cs</Link>
  157. </Compile>
  158. <Compile Include="..\System.Interactive.Tests\Tests.Imperative.cs">
  159. <Link>Tests.Imperative.cs</Link>
  160. </Compile>
  161. <Compile Include="..\System.Interactive.Tests\Tests.Multiple.cs">
  162. <Link>Tests.Multiple.cs</Link>
  163. </Compile>
  164. <Compile Include="..\System.Interactive.Tests\Tests.Qbservable.cs">
  165. <Link>Tests.Qbservable.cs</Link>
  166. </Compile>
  167. <Compile Include="..\System.Interactive.Tests\Tests.Single.cs">
  168. <Link>Tests.Single.cs</Link>
  169. </Compile>
  170. <Compile Include="App.xaml.cs">
  171. <DependentUpon>App.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="Properties\AssemblyInfo.cs" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <AppxManifest Include="Package.appxmanifest">
  177. <SubType>Designer</SubType>
  178. </AppxManifest>
  179. <None Include="System.Interactive.Tests.Uwp.DeviceRunner_TemporaryKey.pfx" />
  180. </ItemGroup>
  181. <ItemGroup>
  182. <Content Include="..\System.Interactive.Async.Tests\AsyncQueryableTests.Generated.tt">
  183. <Link>AsyncQueryableTests.Generated.tt</Link>
  184. <Generator>TextTemplatingFileGenerator</Generator>
  185. <LastGenOutput>AsyncQueryableTests.Generated1.cs</LastGenOutput>
  186. </Content>
  187. <Content Include="Properties\Default.rd.xml" />
  188. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  189. <Content Include="Assets\SplashScreen.scale-200.png" />
  190. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  191. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  192. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  193. <Content Include="Assets\StoreLogo.png" />
  194. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <ApplicationDefinition Include="App.xaml">
  198. <Generator>MSBuild:Compile</Generator>
  199. <SubType>Designer</SubType>
  200. </ApplicationDefinition>
  201. </ItemGroup>
  202. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  203. <VisualStudioVersion>14.0</VisualStudioVersion>
  204. </PropertyGroup>
  205. <PropertyGroup>
  206. <SignAssembly>false</SignAssembly>
  207. </PropertyGroup>
  208. <PropertyGroup>
  209. <AssemblyOriginatorKeyFile>..\ReactiveX.snk</AssemblyOriginatorKeyFile>
  210. </PropertyGroup>
  211. <ItemGroup>
  212. <ProjectReference Include="..\System.Interactive\System.Interactive.csproj" />
  213. <ProjectReference Include="..\System.Interactive.Providers\System.Interactive.Providers.csproj" />
  214. <ProjectReference Include="..\System.Interactive.Async\System.Interactive.Async.csproj" />
  215. <ProjectReference Include="..\System.Interactive.Async.Providers\System.Interactive.Async.Providers.csproj" />
  216. </ItemGroup>
  217. <ItemGroup>
  218. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  219. </ItemGroup>
  220. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  221. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  222. Other similar extension points exist, see Microsoft.Common.targets.
  223. <Target Name="BeforeBuild">
  224. </Target>
  225. <Target Name="AfterBuild">
  226. </Target>
  227. -->
  228. </Project>