MonoGame.Samples.Peer2Peer.Android.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{56F6C06F-6F07-402E-89A5-39EDB037A516}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>MonoGame.Samples.Peer2Peer.Android</RootNamespace>
  13. <AssemblyName>MonoGame.Samples.Peer2Peer.Android</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <AndroidApplication>true</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
  17. <AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
  18. <AndroidStoreUncompressedFileExtensions />
  19. <TargetFrameworkVersion>v2.2</TargetFrameworkVersion>
  20. <MandroidI18n />
  21. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>TRACE;DEBUG;ANDROID</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <AndroidLinkMode>None</AndroidLinkMode>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE;ANDROID</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  41. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Mono.Android" />
  45. <Reference Include="mscorlib" />
  46. <Reference Include="OpenTK" />
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Activity1.cs" />
  54. <Compile Include="Resources\Resource.Designer.cs" />
  55. <Compile Include="..\..\MacOS\Peer2PeerSample\PeerToPeerGame.cs">
  56. <Link>PeerToPeerGame.cs</Link>
  57. </Compile>
  58. <Compile Include="..\..\MacOS\Peer2PeerSample\Tank.cs">
  59. <Link>Tank.cs</Link>
  60. </Compile>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  64. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  65. <Name>MonoGame.Framework.Android</Name>
  66. </ProjectReference>
  67. </ItemGroup>
  68. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  69. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  70. Other similar extension points exist, see Microsoft.Common.targets.
  71. <Target Name="BeforeBuild">
  72. </Target>
  73. <Target Name="AfterBuild">
  74. </Target>
  75. -->
  76. <ItemGroup>
  77. <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Font.xnb">
  78. <Link>Assets\Content\Font.xnb</Link>
  79. </AndroidAsset>
  80. <AndroidAsset Include="..\..\iOS\Peer2Peer\Content\gamepad.png">
  81. <Link>Assets\Content\gamepad.png</Link>
  82. </AndroidAsset>
  83. <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Tank.xnb">
  84. <Link>Assets\Content\Tank.xnb</Link>
  85. </AndroidAsset>
  86. <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Turret.xnb">
  87. <Link>Assets\Content\Turret.xnb</Link>
  88. </AndroidAsset>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="Properties\AndroidManifest.xml" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <AndroidResource Include="Resources\Drawable\Icon.png" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <AndroidResource Include="Resources\Drawable\Splash.png" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <AndroidResource Include="Resources\Values\Styles.xml" />
  101. </ItemGroup>
  102. </Project>