mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 00:45:20 +00:00
104 lines
4.6 KiB
XML
104 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{75787324-20FC-4AA7-8E4E-00AE508F4069}</ProjectGuid>
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Demo.Android</RootNamespace>
|
|
<AssemblyName>Demo.Android</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AndroidApplication>true</AndroidApplication>
|
|
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
|
|
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
<AndroidSupportedAbis>armeabi%3barmeabi-v7a%3bx86</AndroidSupportedAbis>
|
|
<AndroidStoreUncompressedFileExtensions />
|
|
<MandroidI18n />
|
|
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
|
|
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
|
|
<JavaMaximumHeapSize />
|
|
<JavaOptions />
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
<NuGetPackageImportStamp>f7f092e7</NuGetPackageImportStamp>
|
|
<MonoGamePlatform>Android</MonoGamePlatform>
|
|
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Android\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE;ANDROID</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime>
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\bin\Android\Release\</OutputPath>
|
|
<DefineConstants>TRACE;ANDROID</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime>
|
|
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Mono.Android" />
|
|
<Reference Include="MonoGame.Framework, Version=3.5.1.1679, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>C:\Program Files (x86)\MonoGame\v3.0\Assemblies\Android\MonoGame.Framework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="mscorlib" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Activity1.cs" />
|
|
<Compile Include="GameMain.cs" />
|
|
<Compile Include="Resources\Resource.Designer.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<MonoGameContentReference Include="Content\Content.mgcb" />
|
|
<None Include="packages.config" />
|
|
<None Include="Resources\AboutResources.txt" />
|
|
<None Include="Assets\AboutAssets.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AndroidResource Include="Resources\Values\Strings.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AndroidResource Include="Resources\Drawable\Icon.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\Layout\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AndroidResource Include="Resources\Drawable\Splash.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<AndroidResource Include="Resources\Values\Styles.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Properties\AndroidManifest.xml" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
<Import Project="$(MSBuildExtensionsPath)\MonoGame\v3.0\MonoGame.Content.Builder.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |