MonoGame.Samples.Draw2D.Android.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" 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>{616BBFA6-52F2-40A1-AA76-1CF2BD6390D5}</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.Draw2D.Android</RootNamespace>
  13. <AssemblyName>Draw2D</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <AndroidApplication>true</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
  17. <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
  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>DEBUG;TRACE;ANDROID</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <AndroidLinkMode>None</AndroidLinkMode>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE;ANDROID</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  37. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Mono.Android" />
  41. <Reference Include="OpenTK" />
  42. <Reference Include="mscorlib" />
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Activity1.cs" />
  50. <Compile Include="Game1.cs">
  51. <Link>Game1.cs</Link>
  52. </Compile>
  53. <Compile Include="Resources\Resource.Designer.cs" />
  54. <Compile Include="Properties\AssemblyInfo.cs" />
  55. <Compile Include="FPSCounterComponent.cs">
  56. <Link>FPSCounterComponent.cs</Link>
  57. </Compile>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Content Include="Properties\AndroidManifest.xml" />
  61. <AndroidResource Include="Resources\Values\Styles.xml" />
  62. <AndroidResource Include="Resources\Drawable\Splash.png" />
  63. <AndroidResource Include="Resources\Drawable\Icon.png" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <AndroidAsset Include="Content\monogameicon.png">
  67. <Link>Assets\Content\monogameicon.png</Link>
  68. </AndroidAsset>
  69. <AndroidAsset Include="Content\purpleBall.xnb">
  70. <Link>Assets\Content\purpleBall.xnb</Link>
  71. </AndroidAsset>
  72. <AndroidAsset Include="Content\spriteFont1.xnb">
  73. <Link>Assets\Content\spriteFont1.xnb</Link>
  74. </AndroidAsset>
  75. <AndroidAsset Include="Content\monogameicon48x48.png">
  76. <Link>Assets\Content\monogameicon48x48.png</Link>
  77. </AndroidAsset>
  78. </ItemGroup>
  79. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  80. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  81. Other similar extension points exist, see Microsoft.Common.targets.
  82. <Target Name="BeforeBuild">
  83. </Target>
  84. <Target Name="AfterBuild">
  85. </Target>
  86. -->
  87. <ItemGroup>
  88. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Android.csproj">
  89. <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
  90. <Name>MonoGame.Framework.Android</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Folder Include="Resources\Layout\" />
  95. </ItemGroup>
  96. </Project>