GameStateManagementSample.UWP.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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)\MonoGame\v3.0\MonoGame.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Common.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <ProjectGuid>{98E44B20-48E2-4B36-9A87-D626E2C598BB}</ProjectGuid>
  9. <OutputType>AppContainerExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>GameStateManagementSample</RootNamespace>
  12. <AssemblyName>GameStateManagementSample</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  15. <TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
  16. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  17. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  18. <EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
  19. <FileAlignment>512</FileAlignment>
  20. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  21. <PackageCertificateKeyFile>GameStateManagementSample_TemporaryKey.pfx</PackageCertificateKeyFile>
  22. <MonoGamePlatform>WindowsStoreApp</MonoGamePlatform>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  25. <DebugSymbols>true</DebugSymbols>
  26. <OutputPath>bin\WindowsUniversal\$(Platform)\$(Configuration)\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
  28. <NoWarn>;2008</NoWarn>
  29. <DebugType>full</DebugType>
  30. <PlatformTarget>ARM</PlatformTarget>
  31. <UseVSHostingProcess>false</UseVSHostingProcess>
  32. <ErrorReport>prompt</ErrorReport>
  33. <Prefer32Bit>true</Prefer32Bit>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  36. <OutputPath>bin\WindowsUniversal\$(Platform)\$(Configuration)\</OutputPath>
  37. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
  38. <Optimize>true</Optimize>
  39. <NoWarn>;2008</NoWarn>
  40. <DebugType>pdbonly</DebugType>
  41. <PlatformTarget>ARM</PlatformTarget>
  42. <UseVSHostingProcess>false</UseVSHostingProcess>
  43. <ErrorReport>prompt</ErrorReport>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  48. <DebugSymbols>true</DebugSymbols>
  49. <OutputPath>bin\WindowsUniversal\$(Platform)\$(Configuration)\</OutputPath>
  50. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
  51. <NoWarn>;2008</NoWarn>
  52. <DebugType>full</DebugType>
  53. <PlatformTarget>x64</PlatformTarget>
  54. <UseVSHostingProcess>false</UseVSHostingProcess>
  55. <ErrorReport>prompt</ErrorReport>
  56. <Prefer32Bit>true</Prefer32Bit>
  57. </PropertyGroup>
  58. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  59. <OutputPath>bin\WindowsUniversal\$(Platform)\$(Configuration)\</OutputPath>
  60. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
  61. <Optimize>true</Optimize>
  62. <NoWarn>;2008</NoWarn>
  63. <DebugType>pdbonly</DebugType>
  64. <PlatformTarget>x64</PlatformTarget>
  65. <UseVSHostingProcess>false</UseVSHostingProcess>
  66. <ErrorReport>prompt</ErrorReport>
  67. <Prefer32Bit>true</Prefer32Bit>
  68. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  71. <DebugSymbols>true</DebugSymbols>
  72. <OutputPath>bin\WindowsUniversal\$(Platform)\$(Configuration)\</OutputPath>
  73. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
  74. <NoWarn>;2008</NoWarn>
  75. <DebugType>full</DebugType>
  76. <PlatformTarget>x86</PlatformTarget>
  77. <UseVSHostingProcess>false</UseVSHostingProcess>
  78. <ErrorReport>prompt</ErrorReport>
  79. <Prefer32Bit>true</Prefer32Bit>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  82. <OutputPath>bin\WindowsUniversal\$(Platform)\$(Configuration)\</OutputPath>
  83. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UAP</DefineConstants>
  84. <Optimize>true</Optimize>
  85. <NoWarn>;2008</NoWarn>
  86. <DebugType>pdbonly</DebugType>
  87. <PlatformTarget>x86</PlatformTarget>
  88. <UseVSHostingProcess>false</UseVSHostingProcess>
  89. <ErrorReport>prompt</ErrorReport>
  90. <Prefer32Bit>true</Prefer32Bit>
  91. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  92. </PropertyGroup>
  93. <ItemGroup>
  94. <Compile Include="..\..\SampleCode\Game.cs">
  95. <Link>Game.cs</Link>
  96. </Compile>
  97. <Compile Include="..\..\SampleCode\ScreenFactory.cs">
  98. <Link>ScreenFactory.cs</Link>
  99. </Compile>
  100. <Compile Include="..\..\SampleCode\Screens\BackgroundScreen.cs">
  101. <Link>Screens\BackgroundScreen.cs</Link>
  102. </Compile>
  103. <Compile Include="..\..\SampleCode\Screens\Button.cs">
  104. <Link>Screens\Button.cs</Link>
  105. </Compile>
  106. <Compile Include="..\..\SampleCode\Screens\GameplayScreen.cs">
  107. <Link>Screens\GameplayScreen.cs</Link>
  108. </Compile>
  109. <Compile Include="..\..\SampleCode\Screens\LoadingScreen.cs">
  110. <Link>Screens\LoadingScreen.cs</Link>
  111. </Compile>
  112. <Compile Include="..\..\SampleCode\Screens\MainMenuScreen.cs">
  113. <Link>Screens\MainMenuScreen.cs</Link>
  114. </Compile>
  115. <Compile Include="..\..\SampleCode\Screens\MenuEntry.cs">
  116. <Link>Screens\MenuEntry.cs</Link>
  117. </Compile>
  118. <Compile Include="..\..\SampleCode\Screens\MenuScreen.cs">
  119. <Link>Screens\MenuScreen.cs</Link>
  120. </Compile>
  121. <Compile Include="..\..\SampleCode\Screens\MessageBoxScreen.cs">
  122. <Link>Screens\MessageBoxScreen.cs</Link>
  123. </Compile>
  124. <Compile Include="..\..\SampleCode\Screens\OptionsMenuScreen.cs">
  125. <Link>Screens\OptionsMenuScreen.cs</Link>
  126. </Compile>
  127. <Compile Include="..\..\SampleCode\Screens\PauseMenuScreen.cs">
  128. <Link>Screens\PauseMenuScreen.cs</Link>
  129. </Compile>
  130. <Compile Include="..\..\SampleCode\Screens\PhoneMainMenuScreen.cs">
  131. <Link>Screens\PhoneMainMenuScreen.cs</Link>
  132. </Compile>
  133. <Compile Include="..\..\SampleCode\Screens\PhoneMenuScreen.cs">
  134. <Link>Screens\PhoneMenuScreen.cs</Link>
  135. </Compile>
  136. <Compile Include="..\..\SampleCode\Screens\PhonePauseScreen.cs">
  137. <Link>Screens\PhonePauseScreen.cs</Link>
  138. </Compile>
  139. <Compile Include="..\..\SampleCode\Screens\PlayerIndexEventArgs.cs">
  140. <Link>Screens\PlayerIndexEventArgs.cs</Link>
  141. </Compile>
  142. <Compile Include="App.xaml.cs">
  143. <DependentUpon>App.xaml</DependentUpon>
  144. </Compile>
  145. <Compile Include="GamePage.xaml.cs">
  146. <DependentUpon>GamePage.xaml</DependentUpon>
  147. </Compile>
  148. <Compile Include="Properties\AssemblyInfo.cs" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <None Include="project.json" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <AppxManifest Include="Package.appxmanifest">
  155. <SubType>Designer</SubType>
  156. </AppxManifest>
  157. <None Include="GameStateManagementSample_TemporaryKey.pfx" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Content Include="Properties\Default.rd.xml" />
  161. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  162. <Content Include="Assets\SplashScreen.scale-200.png" />
  163. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  164. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  165. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  166. <Content Include="Assets\StoreLogo.png" />
  167. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  168. </ItemGroup>
  169. <ItemGroup>
  170. <MonoGameContentReference Include="Content\Content.mgcb" />
  171. </ItemGroup>
  172. <ItemGroup>
  173. <ApplicationDefinition Include="App.xaml">
  174. <Generator>MSBuild:Compile</Generator>
  175. <SubType>Designer</SubType>
  176. </ApplicationDefinition>
  177. <Page Include="GamePage.xaml">
  178. <Generator>MSBuild:Compile</Generator>
  179. <SubType>Designer</SubType>
  180. </Page>
  181. </ItemGroup>
  182. <ItemGroup />
  183. <ItemGroup>
  184. <ProjectReference Include="..\..\GameStateManagement\GameStateManagement.csproj">
  185. <Project>{08cf175b-0057-47af-8c8d-406010a53895}</Project>
  186. <Name>GameStateManagement</Name>
  187. </ProjectReference>
  188. </ItemGroup>
  189. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  190. <VisualStudioVersion>14.0</VisualStudioVersion>
  191. </PropertyGroup>
  192. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  193. <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
  194. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  195. Other similar extension points exist, see Microsoft.Common.targets.
  196. <Target Name="BeforeBuild">
  197. </Target>
  198. <Target Name="AfterBuild">
  199. </Target>
  200. -->
  201. </Project>