ChaseAndEvade.Android.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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>{F05F90DC-DD37-4967-A96A-8D36C1C23E81}</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.ChaseAndEvade.Android</RootNamespace>
  13. <AssemblyName>MonoGame.Samples.ChaseAndEvade.Android</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <AndroidApplication>true</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
  17. <AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
  18. <AndroidStoreUncompressedFileExtensions />
  19. <MandroidI18n />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>True</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>False</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;ANDROID</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <AndroidLinkMode>None</AndroidLinkMode>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>True</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE;ANDROID</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
  39. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Mono.Android" />
  43. <Reference Include="mscorlib" />
  44. <Reference Include="OpenTK" />
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Activity1.cs" />
  52. <Compile Include="ChaseAndEvadeGame.cs">
  53. <Link>ChaseAndEvadeGame.cs</Link>
  54. </Compile>
  55. <Compile Include="Resources\Resource.Designer.cs" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <AndroidAsset Include="Content\Arial.xnb">
  59. <Link>Assets\Content\Arial.xnb</Link>
  60. </AndroidAsset>
  61. <AndroidAsset Include="Content\cat.png">
  62. <Link>Assets\Content\Cat.png</Link>
  63. </AndroidAsset>
  64. <AndroidAsset Include="Content\mouse.png">
  65. <Link>Assets\Content\Mouse.png</Link>
  66. </AndroidAsset>
  67. <AndroidAsset Include="Content\tank.png">
  68. <Link>Assets\Content\Tank.png</Link>
  69. </AndroidAsset>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Folder Include="Properties\" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <AndroidResource Include="Resources\Drawable\Icon.png" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <AndroidResource Include="Resources\Drawable\Splash.png" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <AndroidResource Include="Resources\Values\Styles.xml" />
  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. <ItemGroup>
  92. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.Android.csproj">
  93. <Project>{565129E0-4EE5-4F6F-B403-C3484C9740BE}</Project>
  94. <Name>Lidgren.Network.Android</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  97. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  98. <Name>MonoGame.Framework.Android</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. </Project>