MonoGame.Samples.Primitives.Android.csproj 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{167741E2-2D8E-474A-8D06-9ACB55F0BA83}</ProjectGuid>
  9. <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Library</OutputType>
  11. <RootNamespace>MonoGame.Samples.Primitives.Android</RootNamespace>
  12. <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
  13. <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
  14. <AndroidResgenClass>Resource</AndroidResgenClass>
  15. <AndroidApplication>True</AndroidApplication>
  16. <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
  17. <AssemblyName>MonoGame.Samples.Primitives.Android</AssemblyName>
  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;</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <ConsolePause>false</ConsolePause>
  28. <AndroidLinkMode>None</AndroidLinkMode>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <ConsolePause>false</ConsolePause>
  37. <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
  38. <AndroidLinkMode>SdkOnly</AndroidLinkMode>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Xml" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="Mono.Android" />
  45. <Reference Include="OpenTK" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Activity1.cs" />
  49. <Compile Include="GLView1.cs" />
  50. <Compile Include="Resources\Resource.designer.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <None Include="Resources\AboutResources.txt" />
  55. <None Include="Assets\AboutAssets.txt" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <AndroidResource Include="Resources\layout\Main.axml" />
  59. <AndroidResource Include="Resources\values\Strings.xml" />
  60. <AndroidResource Include="Resources\drawable\Icon.png" />
  61. </ItemGroup>
  62. <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
  63. </Project>