Tests.System.Reactive.Uwp.DeviceRunner.csproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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>{10CC7191-D936-46CA-BA87-0646733571EA}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Tests.Reactive.Uwp.DeviceRunner</RootNamespace>
  11. <AssemblyName>Tests.System.Reactive.Uwp.DeviceRunner</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.17134.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.16299.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>Tests.System.Reactive.Uwp.DeviceRunner_TemporaryKey.pfx</PackageCertificateKeyFile>
  20. <PackageCertificateThumbprint>2BD466C3AB205824BF42514FF6A6F268A0B60966</PackageCertificateThumbprint>
  21. <SignAssembly>false</SignAssembly>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  24. <DebugSymbols>true</DebugSymbols>
  25. <OutputPath>bin\x86\Debug\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;NO_EVENTARGS_CONSTRAINT;HAS_EDI;HAS_WINRT;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;HAS_APTCA;HAS_TPL46;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;WINDOWS;USE_TIMER_SELF_ROOT</DefineConstants>
  27. <NoWarn>;2008;0618</NoWarn>
  28. <DebugType>full</DebugType>
  29. <PlatformTarget>x86</PlatformTarget>
  30. <UseVSHostingProcess>false</UseVSHostingProcess>
  31. <ErrorReport>prompt</ErrorReport>
  32. <Prefer32Bit>true</Prefer32Bit>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  35. <OutputPath>bin\x86\Release\</OutputPath>
  36. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;NO_EVENTARGS_CONSTRAINT;HAS_EDI;HAS_WINRT;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;HAS_APTCA;HAS_TPL46;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;WINDOWS;USE_TIMER_SELF_ROOT</DefineConstants>
  37. <Optimize>true</Optimize>
  38. <NoWarn>;2008;0618</NoWarn>
  39. <DebugType>pdbonly</DebugType>
  40. <PlatformTarget>x86</PlatformTarget>
  41. <UseVSHostingProcess>false</UseVSHostingProcess>
  42. <ErrorReport>prompt</ErrorReport>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>bin\ARM\Debug\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  50. <NoWarn>;2008</NoWarn>
  51. <DebugType>full</DebugType>
  52. <PlatformTarget>ARM</PlatformTarget>
  53. <UseVSHostingProcess>false</UseVSHostingProcess>
  54. <ErrorReport>prompt</ErrorReport>
  55. <Prefer32Bit>true</Prefer32Bit>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  58. <OutputPath>bin\ARM\Release\</OutputPath>
  59. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  60. <Optimize>true</Optimize>
  61. <NoWarn>;2008</NoWarn>
  62. <DebugType>pdbonly</DebugType>
  63. <PlatformTarget>ARM</PlatformTarget>
  64. <UseVSHostingProcess>false</UseVSHostingProcess>
  65. <ErrorReport>prompt</ErrorReport>
  66. <Prefer32Bit>true</Prefer32Bit>
  67. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  70. <DebugSymbols>true</DebugSymbols>
  71. <OutputPath>bin\x64\Debug\</OutputPath>
  72. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  73. <NoWarn>;2008</NoWarn>
  74. <DebugType>full</DebugType>
  75. <PlatformTarget>x64</PlatformTarget>
  76. <UseVSHostingProcess>false</UseVSHostingProcess>
  77. <ErrorReport>prompt</ErrorReport>
  78. <Prefer32Bit>true</Prefer32Bit>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  81. <OutputPath>bin\x64\Release\</OutputPath>
  82. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  83. <Optimize>true</Optimize>
  84. <NoWarn>;2008</NoWarn>
  85. <DebugType>pdbonly</DebugType>
  86. <PlatformTarget>x64</PlatformTarget>
  87. <UseVSHostingProcess>false</UseVSHostingProcess>
  88. <ErrorReport>prompt</ErrorReport>
  89. <Prefer32Bit>true</Prefer32Bit>
  90. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  91. </PropertyGroup>
  92. <ItemGroup>
  93. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform" Version="6.1.9" />
  94. <PackageReference Include="xunit" Version="2.4.1" />
  95. <PackageReference Include="xunit.runner.devices" Version="2.5.25" />
  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. <None Include="..\Tests.System.Reactive\xunit.runner.json">
  103. <Link>xunit.runner.json</Link>
  104. </None>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Compile Include="..\Tests.System.Reactive\**\*.cs">
  108. <Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
  109. </Compile>
  110. <Compile Remove="..\Tests.System.Reactive\bin\**\*" />
  111. <Compile Remove="..\Tests.System.Reactive\obj\**\*" />
  112. <Compile Include="App.xaml.cs">
  113. <DependentUpon>App.xaml</DependentUpon>
  114. </Compile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <AppxManifest Include="Package.appxmanifest">
  118. <SubType>Designer</SubType>
  119. </AppxManifest>
  120. <None Include="Tests.System.Reactive.Uwp.DeviceRunner_TemporaryKey.pfx" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <Content Include="Properties\Default.rd.xml" />
  124. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  125. <Content Include="Assets\SplashScreen.scale-200.png" />
  126. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  127. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  128. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  129. <Content Include="Assets\StoreLogo.png" />
  130. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ApplicationDefinition Include="App.xaml">
  134. <Generator>MSBuild:Compile</Generator>
  135. <SubType>Designer</SubType>
  136. </ApplicationDefinition>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <ProjectReference Include="..\..\src\System.Reactive.Observable.Aliases\System.Reactive.Observable.Aliases.csproj">
  140. <Project>{cb5e4ffa-f510-43f1-b378-b3d7ba7c8396}</Project>
  141. <Name>System.Reactive.Observable.Aliases</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\..\src\System.Reactive\System.Reactive.csproj">
  144. <Project>{01706a0f-8a63-4fd6-af45-0bc0bed3c0d9}</Project>
  145. <Name>System.Reactive</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\..\src\Microsoft.Reactive.Testing\Microsoft.Reactive.Testing.csproj">
  148. <Project>{73078FB5-6038-4674-B4C4-32FD81B88055}</Project>
  149. <Name>Microsoft.Reactive.Testing</Name>
  150. </ProjectReference>
  151. </ItemGroup>
  152. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  153. <VisualStudioVersion>15.0</VisualStudioVersion>
  154. </PropertyGroup>
  155. <PropertyGroup>
  156. <SignAssembly>true</SignAssembly>
  157. <DefineConstants Condition="$(SignAssembly) == 'true'">$(DefineConstants);SIGNED</DefineConstants>
  158. <UpdateAssemblyInfo>false</UpdateAssemblyInfo>
  159. </PropertyGroup>
  160. <PropertyGroup>
  161. <AssemblyOriginatorKeyFile>..\..\ReactiveX.snk</AssemblyOriginatorKeyFile>
  162. </PropertyGroup>
  163. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  164. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  165. Other similar extension points exist, see Microsoft.Common.targets.
  166. <Target Name="BeforeBuild">
  167. </Target>
  168. <Target Name="AfterBuild">
  169. </Target>
  170. -->
  171. </Project>