2
0

MonoGame.Samples.Draw2D.Android.csproj 4.1 KB

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