|
@@ -1,4 +1,4 @@
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
@@ -47,14 +47,10 @@
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Activity1.cs" />
|
|
<Compile Include="Activity1.cs" />
|
|
- <Compile Include="Game1.cs">
|
|
|
|
- <Link>Game1.cs</Link>
|
|
|
|
- </Compile>
|
|
|
|
|
|
+ <Compile Include="FPSCounterComponent.cs" />
|
|
|
|
+ <Compile Include="Game1.cs" />
|
|
<Compile Include="Resources\Resource.Designer.cs" />
|
|
<Compile Include="Resources\Resource.Designer.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
- <Compile Include="FPSCounterComponent.cs">
|
|
|
|
- <Link>FPSCounterComponent.cs</Link>
|
|
|
|
- </Compile>
|
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Properties\AndroidManifest.xml" />
|
|
<Content Include="Properties\AndroidManifest.xml" />
|
|
@@ -63,15 +59,6 @@
|
|
<AndroidResource Include="Resources\Drawable\Icon.png" />
|
|
<AndroidResource Include="Resources\Drawable\Icon.png" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <AndroidAsset Include="Content\monogameicon.png">
|
|
|
|
- <Link>Assets\Content\monogameicon.png</Link>
|
|
|
|
- </AndroidAsset>
|
|
|
|
- <AndroidAsset Include="Content\purpleBall.xnb">
|
|
|
|
- <Link>Assets\Content\purpleBall.xnb</Link>
|
|
|
|
- </AndroidAsset>
|
|
|
|
- <AndroidAsset Include="Content\spriteFont1.xnb">
|
|
|
|
- <Link>Assets\Content\spriteFont1.xnb</Link>
|
|
|
|
- </AndroidAsset>
|
|
|
|
<AndroidAsset Include="Content\monogameicon48x48.png">
|
|
<AndroidAsset Include="Content\monogameicon48x48.png">
|
|
<Link>Assets\Content\monogameicon48x48.png</Link>
|
|
<Link>Assets\Content\monogameicon48x48.png</Link>
|
|
</AndroidAsset>
|
|
</AndroidAsset>
|
|
@@ -87,4 +74,20 @@
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\Layout\" />
|
|
<Folder Include="Resources\Layout\" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.Android.csproj">
|
|
|
|
+ <Project>{565129E0-4EE5-4F6F-B403-C3484C9740BE}</Project>
|
|
|
|
+ <Name>Lidgren.Network.Android</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.Android.csproj">
|
|
|
|
+ <Project>{BA9476CF-99BA-4D03-92F2-73D2C5E58883}</Project>
|
|
|
|
+ <Name>MonoGame.Framework.Android</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <AndroidAsset Include="..\CompiledContent\Android\Content\Fonts\Font.xnb">
|
|
|
|
+ <Link>Assets\Content\Font.xnb</Link>
|
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
+ </AndroidAsset>
|
|
|
|
+ </ItemGroup>
|
|
</Project>
|
|
</Project>
|