summaryrefslogtreecommitdiff
path: root/Penguloon/Penguloon.csproj
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-18 12:34:12 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-18 12:34:12 +0100
commita49c13ab80a76ec81f36d6cbc8c37721f24f828c (patch)
treec5d717cb301459b4f83c7a364b8e3676e90bafc7 /Penguloon/Penguloon.csproj
parent2cb22a74aed80e2cce68f16b0821a690c7c05b7a (diff)
ads?
Diffstat (limited to 'Penguloon/Penguloon.csproj')
-rw-r--r--Penguloon/Penguloon.csproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/Penguloon/Penguloon.csproj b/Penguloon/Penguloon.csproj
index 3503e27..abece7a 100644
--- a/Penguloon/Penguloon.csproj
+++ b/Penguloon/Penguloon.csproj
@@ -49,19 +49,38 @@
<AndroidLinkMode>SdkOnly</AndroidLinkMode>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="GooglePlayServicesLib">
+ <HintPath>..\..\..\..\Downloads\googleplayservices-19.0.0.2\lib\android\GooglePlayServicesLib.dll</HintPath>
+ </Reference>
+ <Reference Include="Microsoft.CSharp" />
<Reference Include="Mono.Android" />
<Reference Include="mscorlib" />
+ <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath>
+ </Reference>
<Reference Include="OpenTK-1.0" />
<Reference Include="System" />
<Reference Include="System.Core" />
+ <Reference Include="System.IO.Compression" />
+ <Reference Include="System.Net.Http" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="MonoGame.Framework">
<HintPath>$(MonoGameInstallDirectory)\MonoGame\v3.0\Assemblies\Android\MonoGame.Framework.dll</HintPath>
</Reference>
+ <Reference Include="Xamarin.Android.Support.v4">
+ <HintPath>..\..\..\..\Downloads\googleplayservices-19.0.0.2\lib\android\Xamarin.Android.Support.v4.dll</HintPath>
+ </Reference>
+ <Reference Include="Xamarin.Android.Support.v7.AppCompat">
+ <HintPath>..\..\..\..\Downloads\googleplayservices-19.0.0.2\lib\android\Xamarin.Android.Support.v7.AppCompat.dll</HintPath>
+ </Reference>
+ <Reference Include="Xamarin.Android.Support.v7.MediaRouter">
+ <HintPath>..\..\..\..\Downloads\googleplayservices-19.0.0.2\lib\android\Xamarin.Android.Support.v7.MediaRouter.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Activity.cs" />
+ <Compile Include="AdManager.cs" />
<Compile Include="ContentManager.cs" />
<Compile Include="ContentPathManager.cs" />
<Compile Include="Controls\Alert.cs" />
@@ -128,6 +147,7 @@
<Compile Include="UserdataManager.cs" />
</ItemGroup>
<ItemGroup>
+ <None Include="packages.config" />
<None Include="Resources\AboutResources.txt" />
<None Include="Assets\AboutAssets.txt" />
</ItemGroup>