MemoryMadness.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{296EBAC0-9658-474D-9A9E-5A8F52BA316F}</ProjectGuid>
  9. <ProjectTypeGuids>{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>MemoryMadness</RootNamespace>
  12. <AssemblyName>MemoryMadness</AssemblyName>
  13. <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  20. <DefineConstants>DEBUG</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. <MtouchLink>None</MtouchLink>
  25. <MtouchDebug>True</MtouchDebug>
  26. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  27. <MtouchI18n />
  28. <MtouchUseLlvm>false</MtouchUseLlvm>
  29. <MtouchUseArmv7>false</MtouchUseArmv7>
  30. <MtouchUseThumb>false</MtouchUseThumb>
  31. <MtouchUseSGen>false</MtouchUseSGen>
  32. <MtouchArch>ARMv6</MtouchArch>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  35. <DebugType>none</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <MtouchDebug>False</MtouchDebug>
  41. <ConsolePause>false</ConsolePause>
  42. <MtouchLink>None</MtouchLink>
  43. <MtouchMinimumOS>3.1</MtouchMinimumOS>
  44. <MtouchI18n />
  45. <MtouchUseLlvm>false</MtouchUseLlvm>
  46. <MtouchUseArmv7>false</MtouchUseArmv7>
  47. <MtouchUseThumb>false</MtouchUseThumb>
  48. <MtouchUseSGen>false</MtouchUseSGen>
  49. <MtouchArch>ARMv6</MtouchArch>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  52. <DebugSymbols>true</DebugSymbols>
  53. <DebugType>full</DebugType>
  54. <Optimize>false</Optimize>
  55. <OutputPath>bin\iPhone\Debug</OutputPath>
  56. <DefineConstants>DEBUG</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <ConsolePause>false</ConsolePause>
  60. <CodesignKey>iPhone Developer</CodesignKey>
  61. <MtouchDebug>True</MtouchDebug>
  62. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  63. <MtouchUseLlvm>false</MtouchUseLlvm>
  64. <MtouchUseArmv7>false</MtouchUseArmv7>
  65. <MtouchUseThumb>false</MtouchUseThumb>
  66. <MtouchUseSGen>false</MtouchUseSGen>
  67. <MtouchArch>ARMv6</MtouchArch>
  68. </PropertyGroup>
  69. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  70. <DebugType>none</DebugType>
  71. <Optimize>false</Optimize>
  72. <OutputPath>bin\iPhone\Release</OutputPath>
  73. <ErrorReport>prompt</ErrorReport>
  74. <WarningLevel>4</WarningLevel>
  75. <MtouchDebug>False</MtouchDebug>
  76. <ConsolePause>false</ConsolePause>
  77. <CodesignKey>iPhone Developer</CodesignKey>
  78. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  79. <MtouchUseLlvm>false</MtouchUseLlvm>
  80. <MtouchUseArmv7>false</MtouchUseArmv7>
  81. <MtouchUseThumb>false</MtouchUseThumb>
  82. <MtouchUseSGen>false</MtouchUseSGen>
  83. <MtouchArch>ARMv6</MtouchArch>
  84. </PropertyGroup>
  85. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  86. <DebugType>none</DebugType>
  87. <Optimize>false</Optimize>
  88. <OutputPath>bin\Debug</OutputPath>
  89. <WarningLevel>4</WarningLevel>
  90. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  91. <MtouchDebug>False</MtouchDebug>
  92. <MtouchUseSGen>false</MtouchUseSGen>
  93. <MtouchUseLlvm>false</MtouchUseLlvm>
  94. <MtouchUseThumb>false</MtouchUseThumb>
  95. <MtouchUseArmv7>false</MtouchUseArmv7>
  96. <MtouchArch>ARMv6</MtouchArch>
  97. </PropertyGroup>
  98. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  99. <DebugType>none</DebugType>
  100. <Optimize>false</Optimize>
  101. <OutputPath>bin\Release</OutputPath>
  102. <WarningLevel>4</WarningLevel>
  103. <MtouchMinimumOS>3.0</MtouchMinimumOS>
  104. <MtouchDebug>False</MtouchDebug>
  105. <MtouchUseSGen>false</MtouchUseSGen>
  106. <MtouchUseLlvm>false</MtouchUseLlvm>
  107. <MtouchUseThumb>false</MtouchUseThumb>
  108. <MtouchUseArmv7>false</MtouchUseArmv7>
  109. <MtouchArch>ARMv6</MtouchArch>
  110. </PropertyGroup>
  111. <ItemGroup>
  112. <Reference Include="System" />
  113. <Reference Include="System.Xml" />
  114. <Reference Include="System.Core" />
  115. <Reference Include="monotouch" />
  116. <Reference Include="System.Xml.Linq" />
  117. </ItemGroup>
  118. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  119. <ItemGroup>
  120. <Compile Include="Program.cs" />
  121. <Compile Include="MemoryMadnessGame.cs" />
  122. <Compile Include="Misc\AudioManager.cs" />
  123. <Compile Include="Misc\Level.cs" />
  124. <Compile Include="Misc\Settings.cs" />
  125. <Compile Include="ScreenManager\GameScreen.cs" />
  126. <Compile Include="ScreenManager\InputState.cs" />
  127. <Compile Include="ScreenManager\MenuEntry.cs" />
  128. <Compile Include="ScreenManager\MenuScreen.cs" />
  129. <Compile Include="ScreenManager\PlayerIndexEventArgs.cs" />
  130. <Compile Include="ScreenManager\ScreenManager.cs" />
  131. <Compile Include="Screens\BackgroundScreen.cs" />
  132. <Compile Include="Screens\GameplayScreen.cs" />
  133. <Compile Include="Screens\HighScoreScreen.cs" />
  134. <Compile Include="Screens\LoadingAndInstructionsScreen.cs" />
  135. <Compile Include="Screens\MainMenuScreen.cs" />
  136. <Compile Include="Screens\NewGameSubMenu.cs" />
  137. <Compile Include="Screens\PauseScreen.cs" />
  138. <Compile Include="PhoneApplicationService.cs" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <None Include="monogameicon.png" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Folder Include="Content\" />
  145. <Folder Include="Content\Fonts\" />
  146. <Folder Include="Content\GamePlay\" />
  147. <Folder Include="Content\Sounds\" />
  148. <Folder Include="Content\Textures\" />
  149. <Folder Include="Content\Textures\Backgrounds\" />
  150. <Folder Include="Misc\" />
  151. <Folder Include="ScreenManager\" />
  152. <Folder Include="Screens\" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Content Include="Content\Sounds\BlueButton.wav">
  156. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  157. </Content>
  158. <Content Include="Content\Sounds\DefeatBuzzer.wav">
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </Content>
  161. <Content Include="Content\Sounds\GreenButton.wav">
  162. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  163. </Content>
  164. <Content Include="Content\Sounds\HighScoreScreen.wav">
  165. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  166. </Content>
  167. <Content Include="Content\Sounds\LevelComplete.wav">
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </Content>
  170. <Content Include="Content\Sounds\RedButton.wav">
  171. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  172. </Content>
  173. <Content Include="Content\Sounds\YellowButton.wav">
  174. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  175. </Content>
  176. <Content Include="Content\Textures\ButtonStates.png">
  177. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  178. </Content>
  179. <Content Include="Content\Textures\Backgrounds\blank.png">
  180. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  181. </Content>
  182. <Content Include="Content\Textures\Backgrounds\gameplayBG.png">
  183. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  184. </Content>
  185. <Content Include="Content\Textures\Backgrounds\Instructions.png">
  186. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  187. </Content>
  188. <Content Include="Content\Textures\Backgrounds\leftDoor.png">
  189. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  190. </Content>
  191. <Content Include="Content\Textures\Backgrounds\Resuming.png">
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Content>
  194. <Content Include="Content\Textures\Backgrounds\rightDoor.png">
  195. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  196. </Content>
  197. <Content Include="Content\Textures\Backgrounds\titleBG.png">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. </Content>
  200. <Content Include="Content\GamePlay\LevelDefinitions.xml">
  201. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  202. </Content>
  203. <Content Include="Default.png">
  204. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  205. </Content>
  206. <Content Include="Content\Fonts\MenuFont.xnb">
  207. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  208. </Content>
  209. <Content Include="Content\Fonts\HighScoresFont.xnb">
  210. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  211. </Content>
  212. <Content Include="Content\Fonts\GameplaySmallFont.xnb">
  213. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  214. </Content>
  215. <Content Include="Content\Fonts\GameplayLargeFont.xnb">
  216. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  217. </Content>
  218. </ItemGroup>
  219. <ItemGroup>
  220. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.iOS.csproj">
  221. <Project>{DB8508BB-9849-4CC2-BC0F-8EB5DACB3C47}</Project>
  222. <Name>MonoGame.Framework.iOS</Name>
  223. </ProjectReference>
  224. </ItemGroup>
  225. </Project>