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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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.10240.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. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  22. <DebugSymbols>true</DebugSymbols>
  23. <OutputPath>bin\x86\Debug\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;NO_THREAD</DefineConstants>
  25. <NoWarn>;2008</NoWarn>
  26. <DebugType>full</DebugType>
  27. <PlatformTarget>x86</PlatformTarget>
  28. <UseVSHostingProcess>false</UseVSHostingProcess>
  29. <ErrorReport>prompt</ErrorReport>
  30. <Prefer32Bit>true</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  33. <OutputPath>bin\x86\Release\</OutputPath>
  34. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;NO_THREAD</DefineConstants>
  35. <Optimize>true</Optimize>
  36. <NoWarn>;2008</NoWarn>
  37. <DebugType>pdbonly</DebugType>
  38. <PlatformTarget>x86</PlatformTarget>
  39. <UseVSHostingProcess>false</UseVSHostingProcess>
  40. <ErrorReport>prompt</ErrorReport>
  41. <Prefer32Bit>true</Prefer32Bit>
  42. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\ARM\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  48. <NoWarn>;2008</NoWarn>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>ARM</PlatformTarget>
  51. <UseVSHostingProcess>false</UseVSHostingProcess>
  52. <ErrorReport>prompt</ErrorReport>
  53. <Prefer32Bit>true</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  56. <OutputPath>bin\ARM\Release\</OutputPath>
  57. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  58. <Optimize>true</Optimize>
  59. <NoWarn>;2008</NoWarn>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>ARM</PlatformTarget>
  62. <UseVSHostingProcess>false</UseVSHostingProcess>
  63. <ErrorReport>prompt</ErrorReport>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  68. <DebugSymbols>true</DebugSymbols>
  69. <OutputPath>bin\x64\Debug\</OutputPath>
  70. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  71. <NoWarn>;2008</NoWarn>
  72. <DebugType>full</DebugType>
  73. <PlatformTarget>x64</PlatformTarget>
  74. <UseVSHostingProcess>false</UseVSHostingProcess>
  75. <ErrorReport>prompt</ErrorReport>
  76. <Prefer32Bit>true</Prefer32Bit>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  79. <OutputPath>bin\x64\Release\</OutputPath>
  80. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  81. <Optimize>true</Optimize>
  82. <NoWarn>;2008</NoWarn>
  83. <DebugType>pdbonly</DebugType>
  84. <PlatformTarget>x64</PlatformTarget>
  85. <UseVSHostingProcess>false</UseVSHostingProcess>
  86. <ErrorReport>prompt</ErrorReport>
  87. <Prefer32Bit>true</Prefer32Bit>
  88. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  89. </PropertyGroup>
  90. <ItemGroup>
  91. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="5.3.0" />
  92. <PackageReference Include="xunit" Version="2.2.0" />
  93. <PackageReference Include="xunit.runner.devices" Version="2.2.0-rc1" />
  94. <PackageReference Include="FluentAssertions" Version="4.19.2" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  98. <None Include="..\ReactiveX.snk">
  99. <Link>ReactiveX.snk</Link>
  100. </None>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="..\Tests\AssertEx.cs">
  104. <Link>AssertEx.cs</Link>
  105. </Compile>
  106. <Compile Include="..\Tests\AsyncQueryableTests.Generated.cs">
  107. <Link>AsyncQueryableTests.Generated.cs</Link>
  108. </Compile>
  109. <Compile Include="..\Tests\AsyncTests.Aggregates.cs">
  110. <Link>AsyncTests.Aggregates.cs</Link>
  111. </Compile>
  112. <Compile Include="..\Tests\AsyncTests.Bugs.cs">
  113. <Link>AsyncTests.Bugs.cs</Link>
  114. </Compile>
  115. <Compile Include="..\Tests\AsyncTests.Conversions.cs">
  116. <Link>AsyncTests.Conversions.cs</Link>
  117. </Compile>
  118. <Compile Include="..\Tests\AsyncTests.Creation.cs">
  119. <Link>AsyncTests.Creation.cs</Link>
  120. </Compile>
  121. <Compile Include="..\Tests\AsyncTests.cs">
  122. <Link>AsyncTests.cs</Link>
  123. </Compile>
  124. <Compile Include="..\Tests\AsyncTests.Exceptions.cs">
  125. <Link>AsyncTests.Exceptions.cs</Link>
  126. </Compile>
  127. <Compile Include="..\Tests\AsyncTests.Multiple.cs">
  128. <Link>AsyncTests.Multiple.cs</Link>
  129. </Compile>
  130. <Compile Include="..\Tests\AsyncTests.Single.cs">
  131. <Link>AsyncTests.Single.cs</Link>
  132. </Compile>
  133. <Compile Include="..\Tests\NopObserver.cs">
  134. <Link>NopObserver.cs</Link>
  135. </Compile>
  136. <Compile Include="..\Tests\TaskExtTests.cs">
  137. <Link>TaskExtTests.cs</Link>
  138. </Compile>
  139. <Compile Include="..\Tests\Tests.Aggregates.cs">
  140. <Link>Tests.Aggregates.cs</Link>
  141. </Compile>
  142. <Compile Include="..\Tests\Tests.Buffering.cs">
  143. <Link>Tests.Buffering.cs</Link>
  144. </Compile>
  145. <Compile Include="..\Tests\Tests.Creation.cs">
  146. <Link>Tests.Creation.cs</Link>
  147. </Compile>
  148. <Compile Include="..\Tests\Tests.cs">
  149. <Link>Tests.cs</Link>
  150. </Compile>
  151. <Compile Include="..\Tests\Tests.Exceptions.cs">
  152. <Link>Tests.Exceptions.cs</Link>
  153. </Compile>
  154. <Compile Include="..\Tests\Tests.Imperative.cs">
  155. <Link>Tests.Imperative.cs</Link>
  156. </Compile>
  157. <Compile Include="..\Tests\Tests.Multiple.cs">
  158. <Link>Tests.Multiple.cs</Link>
  159. </Compile>
  160. <Compile Include="..\Tests\Tests.Qbservable.cs">
  161. <Link>Tests.Qbservable.cs</Link>
  162. </Compile>
  163. <Compile Include="..\Tests\Tests.Single.cs">
  164. <Link>Tests.Single.cs</Link>
  165. </Compile>
  166. <Compile Include="App.xaml.cs">
  167. <DependentUpon>App.xaml</DependentUpon>
  168. </Compile>
  169. <Compile Include="Properties\AssemblyInfo.cs" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <AppxManifest Include="Package.appxmanifest">
  173. <SubType>Designer</SubType>
  174. </AppxManifest>
  175. <None Include="System.Interactive.Tests.Uwp.DeviceRunner_TemporaryKey.pfx" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <Content Include="Properties\Default.rd.xml" />
  179. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  180. <Content Include="Assets\SplashScreen.scale-200.png" />
  181. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  182. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  183. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  184. <Content Include="Assets\StoreLogo.png" />
  185. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <ApplicationDefinition Include="App.xaml">
  189. <Generator>MSBuild:Compile</Generator>
  190. <SubType>Designer</SubType>
  191. </ApplicationDefinition>
  192. </ItemGroup>
  193. <ItemGroup>
  194. <Reference Include="System.Interactive">
  195. <HintPath>..\System.Interactive\bin\$(Configuration)\netstandard1.0\System.Interactive.dll</HintPath>
  196. </Reference>
  197. <Reference Include="System.Interactive.Async">
  198. <HintPath>..\System.Interactive.Async\bin\$(Configuration)\netstandard1.0\System.Interactive.Async.dll</HintPath>
  199. </Reference>
  200. <Reference Include="System.Interactive.Async.Providers">
  201. <HintPath>..\System.Interactive.Async.Providers\bin\$(Configuration)\netstandard1.0\System.Interactive.Async.Providers.dll</HintPath>
  202. </Reference>
  203. <Reference Include="System.Interactive.Providers">
  204. <HintPath>..\System.Interactive.Providers\bin\$(Configuration)\netstandard1.0\System.Interactive.Providers.dll</HintPath>
  205. </Reference>
  206. <Reference Include="System.ServiceModel.Internals">
  207. <HintPath>..\..\..\..\..\Windows\Microsoft.NET\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll</HintPath>
  208. </Reference>
  209. </ItemGroup>
  210. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  211. <VisualStudioVersion>14.0</VisualStudioVersion>
  212. </PropertyGroup>
  213. <PropertyGroup>
  214. <SignAssembly>true</SignAssembly>
  215. </PropertyGroup>
  216. <PropertyGroup>
  217. <AssemblyOriginatorKeyFile>..\ReactiveX.snk</AssemblyOriginatorKeyFile>
  218. </PropertyGroup>
  219. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  220. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  221. Other similar extension points exist, see Microsoft.Common.targets.
  222. <Target Name="BeforeBuild">
  223. </Target>
  224. <Target Name="AfterBuild">
  225. </Target>
  226. -->
  227. </Project>