XNAPacMan.iOS.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  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)' == '' ">iPhoneSimulator</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{75E860EE-EBF1-4BB4-AE39-9729900AFD39}</ProjectGuid>
  9. <ProjectTypeGuids>{6BC8ED88-2882-458C-8E55-DFD12B67127B};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>XNAPacMan</RootNamespace>
  12. <AssemblyName>XNAPacMan</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
  15. <DebugSymbols>True</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>False</Optimize>
  18. <OutputPath>bin\iPhoneSimulator\Debug</OutputPath>
  19. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <MtouchDebug>True</MtouchDebug>
  23. <CodesignKey>iPhone Developer</CodesignKey>
  24. <MtouchLink>None</MtouchLink>
  25. <MtouchI18n />
  26. <MtouchUseArmv7>false</MtouchUseArmv7>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>False</Optimize>
  31. <OutputPath>bin\iPhoneSimulator\Release</OutputPath>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <CodesignKey>iPhone Developer</CodesignKey>
  35. <MtouchLink>None</MtouchLink>
  36. <DefineConstants>IPHONE</DefineConstants>
  37. <MtouchI18n />
  38. <MtouchUseArmv7>false</MtouchUseArmv7>
  39. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
  42. <DebugSymbols>True</DebugSymbols>
  43. <DebugType>full</DebugType>
  44. <Optimize>False</Optimize>
  45. <OutputPath>bin\iPhone\Debug</OutputPath>
  46. <DefineConstants>DEBUG;IPHONE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. <MtouchDebug>True</MtouchDebug>
  50. <CodesignKey>iPhone Developer</CodesignKey>
  51. <MtouchLink>None</MtouchLink>
  52. <MtouchI18n />
  53. <MtouchUseArmv7>false</MtouchUseArmv7>
  54. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|iPhone' ">
  57. <DebugType>none</DebugType>
  58. <Optimize>False</Optimize>
  59. <OutputPath>bin\iPhone\Release</OutputPath>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <CodesignKey>iPhone Developer</CodesignKey>
  63. <DefineConstants>IOS</DefineConstants>
  64. <MtouchUseArmv7>false</MtouchUseArmv7>
  65. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  66. </PropertyGroup>
  67. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhone' ">
  68. <DebugType>none</DebugType>
  69. <Optimize>False</Optimize>
  70. <OutputPath>bin</OutputPath>
  71. <WarningLevel>4</WarningLevel>
  72. <CodesignKey>iPhone Developer</CodesignKey>
  73. <MtouchUseArmv7>false</MtouchUseArmv7>
  74. <MtouchSdkVersion>3.0</MtouchSdkVersion>
  75. </PropertyGroup>
  76. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Distribution|iPhoneSimulator' ">
  77. <DebugType>none</DebugType>
  78. <Optimize>False</Optimize>
  79. <OutputPath>bin\Distribution</OutputPath>
  80. <WarningLevel>4</WarningLevel>
  81. </PropertyGroup>
  82. <ItemGroup>
  83. <Reference Include="System" />
  84. <Reference Include="System.Xml" />
  85. <Reference Include="System.Core" />
  86. <Reference Include="monotouch" />
  87. <Reference Include="OpenTK" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="Game.ico" />
  91. <None Include="GameThumbnail.png" />
  92. <None Include="Content\bonus\Apple.png" />
  93. <None Include="Content\bonus\Banana.png" />
  94. <None Include="Content\bonus\Bell.png" />
  95. <None Include="Content\bonus\Cherry.png" />
  96. <None Include="Content\bonus\Key.png" />
  97. <None Include="Content\bonus\Orange.png" />
  98. <None Include="Content\bonus\Pear.png" />
  99. <None Include="Content\bonus\Pretzel.png" />
  100. <None Include="Content\bonus\Strawberry.png" />
  101. <None Include="Content\sprites\Board.png" />
  102. <None Include="Content\sprites\BoardFlash.png" />
  103. <None Include="Content\sprites\Crump.png" />
  104. <None Include="Content\sprites\DyingSheetNew.png" />
  105. <None Include="Content\sprites\ExtraLife.png" />
  106. <None Include="Content\sprites\GhostBase.png" />
  107. <None Include="Content\sprites\GhostBase2.png" />
  108. <None Include="Content\sprites\GhostChased.png" />
  109. <None Include="Content\sprites\GhostEyes.png" />
  110. <None Include="Content\sprites\GhostEyesCenter.png" />
  111. <None Include="Content\sprites\PacManEating1.png" />
  112. <None Include="Content\sprites\PacManEating2.png" />
  113. <None Include="Content\sprites\PacManEating3.png" />
  114. <None Include="Content\sprites\PacManEating4.png" />
  115. <None Include="Content\sprites\PacManEating5.png" />
  116. <None Include="Content\sprites\PacManEating6.png" />
  117. <None Include="Content\sprites\PacManEating7.png" />
  118. <None Include="Content\sprites\PacManEating8.png" />
  119. <None Include="Content\sprites\PacManEating9.png" />
  120. <None Include="Content\sprites\PowerPill.png" />
  121. <None Include="Content\sprites\Selection.png" />
  122. <None Include="Content\sprites\Title.png" />
  123. <None Include="README.txt" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <Compile Include="Constants.cs" />
  127. <Compile Include="GameLoop.cs" />
  128. <Compile Include="Ghost.cs" />
  129. <Compile Include="GhostSoundsManager.cs" />
  130. <Compile Include="Grid.cs" />
  131. <Compile Include="HighScores.cs" />
  132. <Compile Include="Menu.cs" />
  133. <Compile Include="Player.cs" />
  134. <Compile Include="Program.cs" />
  135. <Compile Include="XNAPacMan.cs" />
  136. </ItemGroup>
  137. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  138. <ItemGroup>
  139. <Folder Include="Content\" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <Content Include="Content\Audio\XNAPacManAudio.xap" />
  143. <Content Include="Content\Audio\XNAPacManAudio.xml" />
  144. <Content Include="Content\Audio\bg1.wav" />
  145. <Content Include="Content\Audio\bg2.wav" />
  146. <Content Include="Content\Audio\bg3.wav" />
  147. <Content Include="Content\Audio\bgghost.wav" />
  148. <Content Include="Content\Audio\bgghosteyes.wav" />
  149. <Content Include="Content\Audio\eatfruit.wav" />
  150. <Content Include="Content\Audio\eatghost.wav" />
  151. <Content Include="Content\Audio\eatpill1.wav" />
  152. <Content Include="Content\Audio\eatpill2.wav" />
  153. <Content Include="Content\Audio\extralife.wav" />
  154. <Content Include="Content\Audio\killed.wav" />
  155. <Content Include="Content\Audio\newgame.wav" />
  156. <Content Include="Content\Audio\newlevel.wav" />
  157. <Content Include="Content\Audio\Sound Bank.xsb" />
  158. <Content Include="Content\Audio\Wave Bank.xwb" />
  159. <Content Include="Content\Audio\YEPAudio.xgs" />
  160. <Content Include="Content\bonus\Apple.xnb" />
  161. <Content Include="Content\bonus\Banana.xnb" />
  162. <Content Include="Content\bonus\Bell.xnb" />
  163. <Content Include="Content\bonus\Cherry.xnb" />
  164. <Content Include="Content\bonus\Key.xnb" />
  165. <Content Include="Content\bonus\Orange.xnb" />
  166. <Content Include="Content\bonus\Pear.xnb" />
  167. <Content Include="Content\bonus\Pretzel.xnb" />
  168. <Content Include="Content\bonus\Strawberry.xnb" />
  169. <Content Include="Content\sprites\Board.xnb" />
  170. <Content Include="Content\sprites\BoardFlash.xnb" />
  171. <Content Include="Content\sprites\Crump.xnb" />
  172. <Content Include="Content\sprites\DyingSheetNew.xnb" />
  173. <Content Include="Content\sprites\ExtraLife.xnb" />
  174. <Content Include="Content\sprites\GhostBase.xnb" />
  175. <Content Include="Content\sprites\GhostBase2.xnb" />
  176. <Content Include="Content\sprites\GhostChased.xnb" />
  177. <Content Include="Content\sprites\GhostEyes.xnb" />
  178. <Content Include="Content\sprites\GhostEyesCenter.xnb" />
  179. <Content Include="Content\sprites\PacManEating1.xnb" />
  180. <Content Include="Content\sprites\PacManEating2.xnb" />
  181. <Content Include="Content\sprites\PacManEating3.xnb" />
  182. <Content Include="Content\sprites\PacManEating4.xnb" />
  183. <Content Include="Content\sprites\PacManEating5.xnb" />
  184. <Content Include="Content\sprites\PacManEating6.xnb" />
  185. <Content Include="Content\sprites\PacManEating7.xnb" />
  186. <Content Include="Content\sprites\PacManEating8.xnb" />
  187. <Content Include="Content\sprites\PacManEating9.xnb" />
  188. <Content Include="Content\sprites\PowerPill.xnb" />
  189. <Content Include="Content\sprites\Selection.xnb" />
  190. <Content Include="Content\sprites\Title.xnb" />
  191. <Content Include="Content\Grid.txt" />
  192. <Content Include="Content\MenuItem.xnb" />
  193. <Content Include="Content\Score.xnb" />
  194. <Content Include="Content\ScoreEvent.xnb" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <None Include="Info.iOS.plist">
  198. <Link>Info.plist</Link>
  199. </None>
  200. </ItemGroup>
  201. </Project>