GameStateManagementSample.iOS.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" 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. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">iPhoneSimulator</Platform>
  7. <ProjectTypeGuids>{FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  8. <ProjectGuid>{F70F5F39-72F9-45FC-97DA-FAA70C66BA65}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>GameStateManagementSample</RootNamespace>
  11. <IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
  12. <AssemblyName>GameStateManagementSample</AssemblyName>
  13. <MonoGamePlatform>iOS</MonoGamePlatform>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  20. <DefineConstants>DEBUG;</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. <MtouchArch>i386, x86_64</MtouchArch>
  25. <MtouchLink>None</MtouchLink>
  26. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  27. <MtouchUseSGen>true</MtouchUseSGen>
  28. <MtouchFastDev>true</MtouchFastDev>
  29. <MtouchDebug>true</MtouchDebug>
  30. <MtouchProfiling>true</MtouchProfiling>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  33. <DebugType>none</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <ConsolePause>false</ConsolePause>
  39. <MtouchArch>i386, x86_64</MtouchArch>
  40. <MtouchLink>None</MtouchLink>
  41. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  42. <MtouchUseSGen>true</MtouchUseSGen>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  45. <DebugSymbols>true</DebugSymbols>
  46. <DebugType>full</DebugType>
  47. <Optimize>false</Optimize>
  48. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  49. <DefineConstants>DEBUG;</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <ConsolePause>false</ConsolePause>
  53. <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
  54. <DeviceSpecificBuild>true</DeviceSpecificBuild>
  55. <MtouchDebug>true</MtouchDebug>
  56. <MtouchUseSGen>true</MtouchUseSGen>
  57. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  58. <MtouchProfiling>true</MtouchProfiling>
  59. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  60. <CodesignKey>iPhone Developer</CodesignKey>
  61. </PropertyGroup>
  62. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  63. <DebugType>none</DebugType>
  64. <Optimize>true</Optimize>
  65. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  66. <ErrorReport>prompt</ErrorReport>
  67. <WarningLevel>4</WarningLevel>
  68. <ConsolePause>false</ConsolePause>
  69. <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
  70. <MtouchUseSGen>true</MtouchUseSGen>
  71. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  72. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  73. <CodesignKey>iPhone Developer</CodesignKey>
  74. </PropertyGroup>
  75. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Ad-Hoc|iPhone' ">
  76. <DebugType>none</DebugType>
  77. <Optimize>True</Optimize>
  78. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  79. <ErrorReport>prompt</ErrorReport>
  80. <WarningLevel>4</WarningLevel>
  81. <ConsolePause>False</ConsolePause>
  82. <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
  83. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  84. <MtouchUseSGen>true</MtouchUseSGen>
  85. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  86. <BuildIpa>True</BuildIpa>
  87. <CodesignProvision>Automatic:AdHoc</CodesignProvision>
  88. <CodesignKey>iPhone Distribution</CodesignKey>
  89. </PropertyGroup>
  90. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|iPhone' ">
  91. <DebugType>none</DebugType>
  92. <Optimize>True</Optimize>
  93. <OutputPath>bin\$(Platform)\$(Configuration)</OutputPath>
  94. <ErrorReport>prompt</ErrorReport>
  95. <WarningLevel>4</WarningLevel>
  96. <ConsolePause>False</ConsolePause>
  97. <MtouchArch>ARMv7, ARMv7s, ARM64</MtouchArch>
  98. <MtouchUseSGen>true</MtouchUseSGen>
  99. <MtouchUseRefCounting>true</MtouchUseRefCounting>
  100. <CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
  101. <CodesignProvision>Automatic:AppStore</CodesignProvision>
  102. <CodesignKey>iPhone Distribution</CodesignKey>
  103. </PropertyGroup>
  104. <ItemGroup>
  105. <Reference Include="MonoGame.Framework, Version=3.6.0.1625, Culture=neutral, processorArchitecture=MSIL">
  106. <HintPath>..\..\packages\MonoGame.Framework.iOS.3.6.0.1625\lib\XamariniOS\MonoGame.Framework.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System" />
  109. <Reference Include="System.Xml" />
  110. <Reference Include="System.Core" />
  111. <Reference Include="Xamarin.iOS" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="..\..\SampleCode\Game.cs">
  115. <Link>Game.cs</Link>
  116. </Compile>
  117. <Compile Include="..\..\SampleCode\ScreenFactory.cs">
  118. <Link>ScreenFactory.cs</Link>
  119. </Compile>
  120. <Compile Include="..\..\SampleCode\Screens\BackgroundScreen.cs">
  121. <Link>Screens\BackgroundScreen.cs</Link>
  122. </Compile>
  123. <Compile Include="..\..\SampleCode\Screens\Button.cs">
  124. <Link>Screens\Button.cs</Link>
  125. </Compile>
  126. <Compile Include="..\..\SampleCode\Screens\GameplayScreen.cs">
  127. <Link>Screens\GameplayScreen.cs</Link>
  128. </Compile>
  129. <Compile Include="..\..\SampleCode\Screens\LoadingScreen.cs">
  130. <Link>Screens\LoadingScreen.cs</Link>
  131. </Compile>
  132. <Compile Include="..\..\SampleCode\Screens\MainMenuScreen.cs">
  133. <Link>Screens\MainMenuScreen.cs</Link>
  134. </Compile>
  135. <Compile Include="..\..\SampleCode\Screens\MenuEntry.cs">
  136. <Link>Screens\MenuEntry.cs</Link>
  137. </Compile>
  138. <Compile Include="..\..\SampleCode\Screens\MenuScreen.cs">
  139. <Link>Screens\MenuScreen.cs</Link>
  140. </Compile>
  141. <Compile Include="..\..\SampleCode\Screens\MessageBoxScreen.cs">
  142. <Link>Screens\MessageBoxScreen.cs</Link>
  143. </Compile>
  144. <Compile Include="..\..\SampleCode\Screens\OptionsMenuScreen.cs">
  145. <Link>Screens\OptionsMenuScreen.cs</Link>
  146. </Compile>
  147. <Compile Include="..\..\SampleCode\Screens\PauseMenuScreen.cs">
  148. <Link>Screens\PauseMenuScreen.cs</Link>
  149. </Compile>
  150. <Compile Include="..\..\SampleCode\Screens\PhoneMainMenuScreen.cs">
  151. <Link>Screens\PhoneMainMenuScreen.cs</Link>
  152. </Compile>
  153. <Compile Include="..\..\SampleCode\Screens\PhoneMenuScreen.cs">
  154. <Link>Screens\PhoneMenuScreen.cs</Link>
  155. </Compile>
  156. <Compile Include="..\..\SampleCode\Screens\PhonePauseScreen.cs">
  157. <Link>Screens\PhonePauseScreen.cs</Link>
  158. </Compile>
  159. <Compile Include="..\..\SampleCode\Screens\PlayerIndexEventArgs.cs">
  160. <Link>Screens\PlayerIndexEventArgs.cs</Link>
  161. </Compile>
  162. <Compile Include="Program.cs" />
  163. <Compile Include="Properties\AssemblyInfo.cs" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <None Include="Entitlements.plist" />
  167. <None Include="Info.plist" />
  168. <MonoGameContentReference Include="Content\Content.mgcb" />
  169. <None Include="packages.config" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <BundleResource Include="Default.png" />
  173. <BundleResource Include="GameThumbnail.png" />
  174. </ItemGroup>
  175. <ItemGroup />
  176. <ItemGroup>
  177. <ProjectReference Include="..\..\GameStateManagement\GameStateManagement.csproj">
  178. <Project>{08cf175b-0057-47af-8c8d-406010a53895}</Project>
  179. <Name>GameStateManagement</Name>
  180. </ProjectReference>
  181. </ItemGroup>
  182. <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
  183. <Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
  184. </Project>