XNAPacMan.MacOS.csproj 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{557C7051-DFEB-4F19-A706-102574443BCB}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{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|AnyCPU' ">
  15. <DebugSymbols>True</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>False</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG;</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>False</ConsolePause>
  23. <EnableCodeSigning>False</EnableCodeSigning>
  24. <CreatePackage>False</CreatePackage>
  25. <EnablePackageSigning>False</EnablePackageSigning>
  26. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  27. <UseSGen>False</UseSGen>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>False</Optimize>
  32. <OutputPath>bin\Release</OutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <ConsolePause>False</ConsolePause>
  36. <EnableCodeSigning>False</EnableCodeSigning>
  37. <CreatePackage>False</CreatePackage>
  38. <EnablePackageSigning>False</EnablePackageSigning>
  39. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  40. <UseSGen>False</UseSGen>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Xml" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="MonoMac" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <None Include="Info.plist">
  52. </None>
  53. <None Include="Game.ico" />
  54. <None Include="GameThumbnail.png" />
  55. <None Include="Content\bonus\Apple.png" />
  56. <None Include="Content\bonus\Banana.png" />
  57. <None Include="Content\bonus\Bell.png" />
  58. <None Include="Content\bonus\Cherry.png" />
  59. <None Include="Content\bonus\Key.png" />
  60. <None Include="Content\bonus\Orange.png" />
  61. <None Include="Content\bonus\Pear.png" />
  62. <None Include="Content\bonus\Pretzel.png" />
  63. <None Include="Content\bonus\Strawberry.png" />
  64. <None Include="Content\sprites\Board.png" />
  65. <None Include="Content\sprites\BoardFlash.png" />
  66. <None Include="Content\sprites\Crump.png" />
  67. <None Include="Content\sprites\DyingSheetNew.png" />
  68. <None Include="Content\sprites\ExtraLife.png" />
  69. <None Include="Content\sprites\GhostBase.png" />
  70. <None Include="Content\sprites\GhostBase2.png" />
  71. <None Include="Content\sprites\GhostChased.png" />
  72. <None Include="Content\sprites\GhostEyes.png" />
  73. <None Include="Content\sprites\GhostEyesCenter.png" />
  74. <None Include="Content\sprites\PacManEating1.png" />
  75. <None Include="Content\sprites\PacManEating2.png" />
  76. <None Include="Content\sprites\PacManEating3.png" />
  77. <None Include="Content\sprites\PacManEating4.png" />
  78. <None Include="Content\sprites\PacManEating5.png" />
  79. <None Include="Content\sprites\PacManEating6.png" />
  80. <None Include="Content\sprites\PacManEating7.png" />
  81. <None Include="Content\sprites\PacManEating8.png" />
  82. <None Include="Content\sprites\PacManEating9.png" />
  83. <None Include="Content\sprites\PowerPill.png" />
  84. <None Include="Content\sprites\Selection.png" />
  85. <None Include="Content\sprites\Title.png" />
  86. <None Include="README.txt" />
  87. </ItemGroup>
  88. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  89. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  90. <ItemGroup>
  91. <Compile Include="Constants.cs" />
  92. <Compile Include="GameLoop.cs" />
  93. <Compile Include="Ghost.cs" />
  94. <Compile Include="GhostSoundsManager.cs" />
  95. <Compile Include="Grid.cs" />
  96. <Compile Include="HighScores.cs" />
  97. <Compile Include="Menu.cs" />
  98. <Compile Include="Player.cs" />
  99. <Compile Include="Program.cs" />
  100. <Compile Include="XNAPacMan.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Folder Include="Content\" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Content Include="Content\Audio\XNAPacManAudio.xap" />
  107. <Content Include="Content\Audio\XNAPacManAudio.xml" />
  108. <Content Include="Content\Audio\bg1.wav" />
  109. <Content Include="Content\Audio\bg2.wav" />
  110. <Content Include="Content\Audio\bg3.wav" />
  111. <Content Include="Content\Audio\bgghost.wav" />
  112. <Content Include="Content\Audio\bgghosteyes.wav" />
  113. <Content Include="Content\Audio\eatfruit.wav" />
  114. <Content Include="Content\Audio\eatghost.wav" />
  115. <Content Include="Content\Audio\eatpill1.wav" />
  116. <Content Include="Content\Audio\eatpill2.wav" />
  117. <Content Include="Content\Audio\extralife.wav" />
  118. <Content Include="Content\Audio\killed.wav" />
  119. <Content Include="Content\Audio\newgame.wav" />
  120. <Content Include="Content\Audio\newlevel.wav" />
  121. <Content Include="Content\Audio\Sound Bank.xsb" />
  122. <Content Include="Content\Audio\Wave Bank.xwb" />
  123. <Content Include="Content\Audio\YEPAudio.xgs" />
  124. <Content Include="Content\bonus\Apple.xnb" />
  125. <Content Include="Content\bonus\Banana.xnb" />
  126. <Content Include="Content\bonus\Bell.xnb" />
  127. <Content Include="Content\bonus\Cherry.xnb" />
  128. <Content Include="Content\bonus\Key.xnb" />
  129. <Content Include="Content\bonus\Orange.xnb" />
  130. <Content Include="Content\bonus\Pear.xnb" />
  131. <Content Include="Content\bonus\Pretzel.xnb" />
  132. <Content Include="Content\bonus\Strawberry.xnb" />
  133. <Content Include="Content\sprites\Board.xnb" />
  134. <Content Include="Content\sprites\BoardFlash.xnb" />
  135. <Content Include="Content\sprites\Crump.xnb" />
  136. <Content Include="Content\sprites\DyingSheetNew.xnb" />
  137. <Content Include="Content\sprites\ExtraLife.xnb" />
  138. <Content Include="Content\sprites\GhostBase.xnb" />
  139. <Content Include="Content\sprites\GhostBase2.xnb" />
  140. <Content Include="Content\sprites\GhostChased.xnb" />
  141. <Content Include="Content\sprites\GhostEyes.xnb" />
  142. <Content Include="Content\sprites\GhostEyesCenter.xnb" />
  143. <Content Include="Content\sprites\PacManEating1.xnb" />
  144. <Content Include="Content\sprites\PacManEating2.xnb" />
  145. <Content Include="Content\sprites\PacManEating3.xnb" />
  146. <Content Include="Content\sprites\PacManEating4.xnb" />
  147. <Content Include="Content\sprites\PacManEating5.xnb" />
  148. <Content Include="Content\sprites\PacManEating6.xnb" />
  149. <Content Include="Content\sprites\PacManEating7.xnb" />
  150. <Content Include="Content\sprites\PacManEating8.xnb" />
  151. <Content Include="Content\sprites\PacManEating9.xnb" />
  152. <Content Include="Content\sprites\PowerPill.xnb" />
  153. <Content Include="Content\sprites\Selection.xnb" />
  154. <Content Include="Content\sprites\Title.xnb" />
  155. <Content Include="Content\Grid.txt" />
  156. <Content Include="Content\MenuItem.xnb" />
  157. <Content Include="Content\Score.xnb" />
  158. <Content Include="Content\ScoreEvent.xnb" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  162. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  163. <Name>MonoGame.Framework.MacOS</Name>
  164. </ProjectReference>
  165. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  166. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  167. <Name>Lidgren.Network.MacOS</Name>
  168. </ProjectReference>
  169. </ItemGroup>
  170. </Project>