12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?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>{F05F90DC-DD37-4967-A96A-8D36C1C23E81}</ProjectGuid>
- <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MonoGame.Samples.ChaseAndEvade.Android</RootNamespace>
- <AssemblyName>MonoGame.Samples.ChaseAndEvade.Android</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <AndroidApplication>true</AndroidApplication>
- <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
- <AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
- <AndroidStoreUncompressedFileExtensions />
- <MandroidI18n />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;ANDROID</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AndroidLinkMode>None</AndroidLinkMode>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\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="mscorlib" />
- <Reference Include="OpenTK" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Activity1.cs" />
- <Compile Include="..\..\iOS\ChaseAndEvade\ChaseAndEvadeGame.cs">
- <Link>ChaseAndEvadeGame.cs</Link>
- </Compile>
- <Compile Include="Resources\Resource.Designer.cs" />
- </ItemGroup>
- <ItemGroup>
- <AndroidAsset Include="..\..\iOS\ChaseAndEvade\Content\Arial.xnb">
- <Link>Assets\Content\Arial.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\ChaseAndEvade\Content\cat.png">
- <Link>Assets\Content\Cat.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\ChaseAndEvade\Content\mouse.png">
- <Link>Assets\Content\Mouse.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\ChaseAndEvade\Content\tank.png">
- <Link>Assets\Content\Tank.png</Link>
- </AndroidAsset>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.Android.csproj">
- <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
- <Name>MonoGame.Framework.Android</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <AndroidResource Include="Resources\Drawable\Icon.png" />
- </ItemGroup>
- <ItemGroup>
- <AndroidResource Include="Resources\Drawable\Splash.png" />
- </ItemGroup>
- <ItemGroup>
- <AndroidResource Include="Resources\Values\Styles.xml" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.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>
|