diff options
Diffstat (limited to 'Penguloon/Penguloon.csproj')
| -rw-r--r-- | Penguloon/Penguloon.csproj | 20 |
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> |
