Sound.csproj 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E2B6ED3C-A769-47AF-9605-A7410F194B1C}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Sound</RootNamespace>
  13. <AssemblyName>Sound</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <AndroidApplication>true</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
  17. <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG;ANDROID</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
  28. <AndroidLinkMode>None</AndroidLinkMode>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE;ANDROID</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
  38. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Mono.Android" />
  42. <Reference Include="mscorlib" />
  43. <Reference Include="OpenTK" />
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="..\..\Linux\Sound\Game1.cs">
  50. <Link>Game1.cs</Link>
  51. </Compile>
  52. <Compile Include="Activity1.cs" />
  53. <Compile Include="Resources\Resource.Designer.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <AndroidResource Include="Resources\Drawable\Icon.png" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <AndroidResource Include="Resources\Drawable\Splash.png" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <AndroidResource Include="Resources\Values\Styles.xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  67. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  68. <Name>MonoGame.Framework.Android</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\..\..\..\MonoGame\ThirdParty\Lidgren.Network\Lidgren.Network.Android.csproj">
  71. <Project>{565129E0-4EE5-4F6F-B403-C3484C9740BE}</Project>
  72. <Name>Lidgren.Network.Android</Name>
  73. </ProjectReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <AndroidAsset Include="..\..\iOS\SpriteFont\Content\SpriteFont1.xnb">
  77. <Link>Assets\Content\SpriteFont1.xnb</Link>
  78. </AndroidAsset>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <AndroidAsset Include="Assets\Content\Explosion1.mp3" />
  82. </ItemGroup>
  83. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  84. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  85. Other similar extension points exist, see Microsoft.Common.targets.
  86. <Target Name="BeforeBuild">
  87. </Target>
  88. <Target Name="AfterBuild">
  89. </Target>
  90. -->
  91. </Project>