MonoGame.Samples.GameStateManagement.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectGuid>{B1A596F8-B26C-4826-99D1-94C9327AB586}</ProjectGuid>
  5. <ProjectTypeGuids>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>9.0.21022</ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <OutputType>Exe</OutputType>
  11. <BundleDisplayName>GameStateManagement</BundleDisplayName>
  12. <BundleIcon>GameThumbnail.png</BundleIcon>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>GameStateManagement</RootNamespace>
  15. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  16. <Thumbnail>GameThumbnail.png</Thumbnail>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  23. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
  27. <MtouchLink>None</MtouchLink>
  28. <MtouchDebug>True</MtouchDebug>
  29. <MtouchI18n />
  30. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  31. <MtouchUseLlvm>false</MtouchUseLlvm>
  32. <MtouchUseArmv7>false</MtouchUseArmv7>
  33. <MtouchUseThumb>false</MtouchUseThumb>
  34. <MtouchUseSGen>false</MtouchUseSGen>
  35. <AssemblyName>GameStateManagement</AssemblyName>
  36. <MtouchArch>ARMv6</MtouchArch>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  39. <DebugType>none</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  42. <ErrorReport>prompt</ErrorReport>
  43. <DefineConstants>IPHONE</DefineConstants>
  44. <WarningLevel>4</WarningLevel>
  45. <MtouchDebug>False</MtouchDebug>
  46. <MtouchI18n />
  47. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  48. <MtouchUseLlvm>false</MtouchUseLlvm>
  49. <MtouchUseArmv7>false</MtouchUseArmv7>
  50. <MtouchUseThumb>false</MtouchUseThumb>
  51. <MtouchUseSGen>false</MtouchUseSGen>
  52. <AssemblyName>GameStateManagement</AssemblyName>
  53. <MtouchArch>ARMv6</MtouchArch>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  56. <DebugSymbols>true</DebugSymbols>
  57. <DebugType>full</DebugType>
  58. <Optimize>false</Optimize>
  59. <OutputPath>bin\iPhone\Debug</OutputPath>
  60. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  61. <ErrorReport>prompt</ErrorReport>
  62. <WarningLevel>4</WarningLevel>
  63. <MtouchDebug>True</MtouchDebug>
  64. <MtouchI18n />
  65. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  66. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  67. <MtouchUseLlvm>false</MtouchUseLlvm>
  68. <MtouchUseArmv7>false</MtouchUseArmv7>
  69. <MtouchUseThumb>false</MtouchUseThumb>
  70. <MtouchUseSGen>false</MtouchUseSGen>
  71. <AssemblyName>GameStateManagement</AssemblyName>
  72. <MtouchArch>ARMv6</MtouchArch>
  73. </PropertyGroup>
  74. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  75. <DebugType>none</DebugType>
  76. <Optimize>true</Optimize>
  77. <OutputPath>bin\iPhone\Release</OutputPath>
  78. <DefineConstants>IPHONE</DefineConstants>
  79. <ErrorReport>prompt</ErrorReport>
  80. <WarningLevel>4</WarningLevel>
  81. <MtouchDebug>False</MtouchDebug>
  82. <MtouchI18n />
  83. <CodesignKey>iPhone Developer</CodesignKey>
  84. <MtouchSdkVersion>4.0</MtouchSdkVersion>
  85. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  86. <MtouchUseLlvm>false</MtouchUseLlvm>
  87. <MtouchUseArmv7>false</MtouchUseArmv7>
  88. <MtouchUseThumb>false</MtouchUseThumb>
  89. <MtouchUseSGen>false</MtouchUseSGen>
  90. <AssemblyName>GameStateManagement</AssemblyName>
  91. <MtouchArch>ARMv6</MtouchArch>
  92. </PropertyGroup>
  93. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  94. <DebugType>none</DebugType>
  95. <Optimize>false</Optimize>
  96. <OutputPath>bin\Debug</OutputPath>
  97. <WarningLevel>4</WarningLevel>
  98. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  99. <MtouchDebug>False</MtouchDebug>
  100. <MtouchUseSGen>false</MtouchUseSGen>
  101. <MtouchUseLlvm>false</MtouchUseLlvm>
  102. <AssemblyName>MonoGameSamplesGameStateManagement</AssemblyName>
  103. <MtouchUseThumb>false</MtouchUseThumb>
  104. <MtouchUseArmv7>false</MtouchUseArmv7>
  105. <MtouchArch>ARMv6</MtouchArch>
  106. </PropertyGroup>
  107. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  108. <DebugType>none</DebugType>
  109. <Optimize>false</Optimize>
  110. <OutputPath>bin\Release</OutputPath>
  111. <WarningLevel>4</WarningLevel>
  112. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  113. <MtouchDebug>False</MtouchDebug>
  114. <MtouchUseSGen>false</MtouchUseSGen>
  115. <MtouchUseLlvm>false</MtouchUseLlvm>
  116. <AssemblyName>MonoGameSamplesGameStateManagement</AssemblyName>
  117. <MtouchUseThumb>false</MtouchUseThumb>
  118. <MtouchUseArmv7>false</MtouchUseArmv7>
  119. <MtouchArch>ARMv6</MtouchArch>
  120. </PropertyGroup>
  121. <ItemGroup>
  122. <Reference Include="System" />
  123. <Reference Include="System.Xml" />
  124. <Reference Include="System.Core" />
  125. <Reference Include="monotouch" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Folder Include="Content\" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Compile Include="Game.cs" />
  132. <Compile Include="Program.cs" />
  133. <Compile Include="Properties\AssemblyInfo.cs" />
  134. <Compile Include="ScreenManager\GameScreen.cs" />
  135. <Compile Include="ScreenManager\InputState.cs" />
  136. <Compile Include="ScreenManager\ScreenManager.cs" />
  137. <Compile Include="Screens\BackgroundScreen.cs" />
  138. <Compile Include="Screens\GameplayScreen.cs" />
  139. <Compile Include="Screens\LoadingScreen.cs" />
  140. <Compile Include="Screens\MainMenuScreen.cs" />
  141. <Compile Include="Screens\MenuEntry.cs" />
  142. <Compile Include="Screens\MenuScreen.cs" />
  143. <Compile Include="Screens\MessageBoxScreen.cs" />
  144. <Compile Include="Screens\OptionsMenuScreen.cs" />
  145. <Compile Include="Screens\PauseMenuScreen.cs" />
  146. <Compile Include="Screens\PlayerIndexEventArgs.cs" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <None Include="GameThumbnail.png" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <Content Include="Content\background.png">
  153. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  154. </Content>
  155. <Content Include="Content\blank.png">
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </Content>
  158. <Content Include="Default.png">
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </Content>
  161. <Content Include="Content\gamefont.xnb">
  162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  163. </Content>
  164. <Content Include="Content\gradient.png">
  165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  166. </Content>
  167. <Content Include="Content\menufont.xnb">
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </Content>
  170. </ItemGroup>
  171. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  172. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  173. Other similar extension points exist, see Microsoft.Common.targets.
  174. <Target Name="BeforeBuild">
  175. </Target>
  176. <Target Name="AfterBuild">
  177. </Target>
  178. -->
  179. <ItemGroup>
  180. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  181. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  182. <Name>MonoGame.Framework.iOS</Name>
  183. </ProjectReference>
  184. </ItemGroup>
  185. </Project>