Marblets.csproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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>{88DEE869-EC4A-484E-AEB5-7F844C2054AB}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>Marblets</RootNamespace>
  12. <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
  13. <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
  14. <AndroidResgenClass>Resource</AndroidResgenClass>
  15. <AndroidApplication>True</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
  17. <AssemblyName>Marblets</AssemblyName>
  18. <TargetFrameworkVersion>v2.2</TargetFrameworkVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug</OutputPath>
  25. <DefineConstants>DEBUG;ANDROID</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <ConsolePause>false</ConsolePause>
  29. <AndroidLinkMode>None</AndroidLinkMode>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>none</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\Release</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <ConsolePause>false</ConsolePause>
  38. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  39. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="Mono.Android" />
  46. <Reference Include="OpenTK" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Activity1.cs" />
  50. <Compile Include="Resources\Resource.designer.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. <Compile Include="..\iOS\Marblets\Font.cs">
  53. <Link>Font.cs</Link>
  54. </Compile>
  55. <Compile Include="..\iOS\Marblets\GameBoard.cs">
  56. <Link>GameBoard.cs</Link>
  57. </Compile>
  58. <Compile Include="..\iOS\Marblets\GamePadHelper.cs">
  59. <Link>GamePadHelper.cs</Link>
  60. </Compile>
  61. <Compile Include="..\iOS\Marblets\GamePads.cs">
  62. <Link>GamePads.cs</Link>
  63. </Compile>
  64. <Compile Include="..\iOS\Marblets\GameScreen.cs">
  65. <Link>GameScreen.cs</Link>
  66. </Compile>
  67. <Compile Include="..\iOS\Marblets\InputHelper.cs">
  68. <Link>InputHelper.cs</Link>
  69. </Compile>
  70. <Compile Include="..\iOS\Marblets\Marble.cs">
  71. <Link>Marble.cs</Link>
  72. </Compile>
  73. <Compile Include="..\iOS\Marblets\MarbletsGame.cs">
  74. <Link>MarbletsGame.cs</Link>
  75. </Compile>
  76. <Compile Include="..\iOS\Marblets\RelativeSprite.cs">
  77. <Link>RelativeSprite.cs</Link>
  78. </Compile>
  79. <Compile Include="..\iOS\Marblets\Screen.cs">
  80. <Link>Screen.cs</Link>
  81. </Compile>
  82. <Compile Include="..\iOS\Marblets\Settings.cs">
  83. <Link>Settings.cs</Link>
  84. </Compile>
  85. <Compile Include="..\iOS\Marblets\Sound.cs">
  86. <Link>Sound.cs</Link>
  87. </Compile>
  88. <Compile Include="..\iOS\Marblets\TitleScreen.cs">
  89. <Link>TitleScreen.cs</Link>
  90. </Compile>
  91. <Compile Include="..\iOS\Marblets\TutorialGameBoard.cs">
  92. <Link>TutorialGameBoard.cs</Link>
  93. </Compile>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="Resources\AboutResources.txt" />
  97. <None Include="Assets\AboutAssets.txt" />
  98. <None Include="..\iOS\Marblets\Default.png">
  99. <Link>Default.png</Link>
  100. </None>
  101. <None Include="..\iOS\Marblets\GameThumbnail.png">
  102. <Link>GameThumbnail.png</Link>
  103. </None>
  104. <None Include="..\iOS\Marblets\marblets.ico">
  105. <Link>marblets.ico</Link>
  106. </None>
  107. <None Include="..\iOS\Marblets\settings.xml">
  108. <Link>settings.xml</Link>
  109. </None>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <AndroidResource Include="Resources\layout\Main.axml" />
  113. <AndroidResource Include="Resources\values\Strings.xml" />
  114. <AndroidResource Include="Resources\drawable\Icon.png" />
  115. </ItemGroup>
  116. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  117. <ItemGroup>
  118. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  119. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  120. <Name>MonoGame.Framework.Android</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\clear_4.wav">
  125. <Link>Assets\Content\Audio\Wav\clear_4.wav</Link>
  126. </AndroidAsset>
  127. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\clear_bonus.wav">
  128. <Link>Assets\Content\Audio\Wav\clear_bonus.wav</Link>
  129. </AndroidAsset>
  130. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\clear_illegal.wav">
  131. <Link>Assets\Content\Audio\Wav\clear_illegal.wav</Link>
  132. </AndroidAsset>
  133. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\drop1.wav">
  134. <Link>Assets\Content\Audio\Wav\drop1.wav</Link>
  135. </AndroidAsset>
  136. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\drop2.wav">
  137. <Link>Assets\Content\Audio\Wav\drop2.wav</Link>
  138. </AndroidAsset>
  139. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\IntroMus.wav">
  140. <Link>Assets\Content\Audio\Wav\IntroMus.wav</Link>
  141. </AndroidAsset>
  142. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\MusLoop_Temp1.wav">
  143. <Link>Assets\Content\Audio\Wav\MusLoop_Temp1.wav</Link>
  144. </AndroidAsset>
  145. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\navigate_1.wav">
  146. <Link>Assets\Content\Audio\Wav\navigate_1.wav</Link>
  147. </AndroidAsset>
  148. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\start_1.wav">
  149. <Link>Assets\Content\Audio\Wav\start_1.wav</Link>
  150. </AndroidAsset>
  151. <AndroidAsset Include="..\iOS\Marblets\Content\Audio\Wav\start_3.wav">
  152. <Link>Assets\Content\Audio\Wav\start_3.wav</Link>
  153. </AndroidAsset>
  154. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\game_over_frame.png">
  155. <Link>Assets\Content\Textures\game_over_frame.png</Link>
  156. </AndroidAsset>
  157. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\marble.png">
  158. <Link>Assets\Content\Textures\marble.png</Link>
  159. </AndroidAsset>
  160. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\marble_burst.png">
  161. <Link>Assets\Content\Textures\marble_burst.png</Link>
  162. </AndroidAsset>
  163. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\marble_cursor.png">
  164. <Link>Assets\Content\Textures\marble_cursor.png</Link>
  165. </AndroidAsset>
  166. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\marble_glow_1ring.png">
  167. <Link>Assets\Content\Textures\marble_glow_1ring.png</Link>
  168. </AndroidAsset>
  169. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\marble_glow_2rings.png">
  170. <Link>Assets\Content\Textures\marble_glow_2rings.png</Link>
  171. </AndroidAsset>
  172. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\marble_tex1.png">
  173. <Link>Assets\Content\Textures\marble_tex1.png</Link>
  174. </AndroidAsset>
  175. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\numbers_large.png">
  176. <Link>Assets\Content\Textures\numbers_large.png</Link>
  177. </AndroidAsset>
  178. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\numbers_small.png">
  179. <Link>Assets\Content\Textures\numbers_small.png</Link>
  180. </AndroidAsset>
  181. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\play_frame.png">
  182. <Link>Assets\Content\Textures\play_frame.png</Link>
  183. </AndroidAsset>
  184. <AndroidAsset Include="..\iOS\Marblets\Content\Textures\title_frame.png">
  185. <Link>Assets\Content\Textures\title_frame.png</Link>
  186. </AndroidAsset>
  187. </ItemGroup>
  188. </Project>