123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?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>{56F6C06F-6F07-402E-89A5-39EDB037A516}</ProjectGuid>
- <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MonoGame.Samples.Peer2Peer.Android</RootNamespace>
- <AssemblyName>MonoGame.Samples.Peer2Peer.Android</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <AndroidApplication>true</AndroidApplication>
- <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
- <AndroidSupportedAbis>armeabi</AndroidSupportedAbis>
- <AndroidStoreUncompressedFileExtensions />
- <MandroidI18n />
- <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
- </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="Resources\Resource.Designer.cs" />
- <Compile Include="..\..\MacOS\Peer2PeerSample\PeerToPeerGame.cs">
- <Link>PeerToPeerGame.cs</Link>
- </Compile>
- <Compile Include="..\..\MacOS\Peer2PeerSample\Tank.cs">
- <Link>Tank.cs</Link>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.Android.csproj">
- <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
- <Name>MonoGame.Framework.Android</Name>
- </ProjectReference>
- </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>
- -->
- <ItemGroup>
- <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Font.xnb">
- <Link>Assets\Content\Font.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\iOS\Peer2Peer\Content\gamepad.png">
- <Link>Assets\Content\gamepad.png</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Tank.xnb">
- <Link>Assets\Content\Tank.xnb</Link>
- </AndroidAsset>
- <AndroidAsset Include="..\..\MacOS\Peer2PeerSample\Content\Turret.xnb">
- <Link>Assets\Content\Turret.xnb</Link>
- </AndroidAsset>
- </ItemGroup>
- <ItemGroup>
- <None Include="Properties\AndroidManifest.xml" />
- </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>
- </Project>
|