MonoGame.Samples.ChaseAndEvade.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>{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="..\..\iOS\ChaseAndEvade\ChaseAndEvadeGame.cs">
  53. <Link>ChaseAndEvadeGame.cs</Link>
  54. </Compile>
  55. <Compile Include="Resources\Resource.Designer.cs" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <AndroidAsset Include="..\..\iOS\ChaseAndEvade\Content\Arial.xnb">
  59. <Link>Assets\Content\Arial.xnb</Link>
  60. </AndroidAsset>
  61. <AndroidAsset Include="..\..\iOS\ChaseAndEvade\Content\cat.png">
  62. <Link>Assets\Content\Cat.png</Link>
  63. </AndroidAsset>
  64. <AndroidAsset Include="..\..\iOS\ChaseAndEvade\Content\mouse.png">
  65. <Link>Assets\Content\Mouse.png</Link>
  66. </AndroidAsset>
  67. <AndroidAsset Include="..\..\iOS\ChaseAndEvade\Content\tank.png">
  68. <Link>Assets\Content\Tank.png</Link>
  69. </AndroidAsset>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  73. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  74. <Name>MonoGame.Framework.Android</Name>
  75. </ProjectReference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Folder Include="Properties\" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <AndroidResource Include="Resources\Drawable\Icon.png" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <AndroidResource Include="Resources\Drawable\Splash.png" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <AndroidResource Include="Resources\Values\Styles.xml" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>