MonoGame.Samples.Peer2Peer.Android.csproj 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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.Framework\MonoGame.Framework.Android.csproj">
  64. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  65. <Name>MonoGame.Framework.Android</Name>
  66. </ProjectReference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Folder Include="Properties\" />
  70. <Folder Include="Assets\Content\" />
  71. </ItemGroup>
  72. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  73. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  74. Other similar extension points exist, see Microsoft.Common.targets.
  75. <Target Name="BeforeBuild">
  76. </Target>
  77. <Target Name="AfterBuild">
  78. </Target>
  79. -->
  80. <ItemGroup>
  81. <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Font.xnb">
  82. <Link>Assets\Content\Font.xnb</Link>
  83. </AndroidAsset>
  84. <AndroidAsset Include="..\..\iOS\Peer2Peer\Content\gamepad.png">
  85. <Link>Assets\Content\gamepad.png</Link>
  86. </AndroidAsset>
  87. <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Tank.xnb">
  88. <Link>Assets\Content\Tank.xnb</Link>
  89. </AndroidAsset>
  90. <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Turret.xnb">
  91. <Link>Assets\Content\Turret.xnb</Link>
  92. </AndroidAsset>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="Properties\AndroidManifest.xml" />
  96. </ItemGroup>
  97. </Project>