summaryrefslogtreecommitdiff
path: root/Penguloon/Penguloon.csproj
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2018-01-26 14:22:18 +0100
committeraldrikboy <aldrikboy@gmail.com>2018-01-26 14:22:18 +0100
commitfae272bc77b1c523a8af7a52bb220b684a2a6c1b (patch)
tree3b99c6740f4100f704c82042808731f1ff826b24 /Penguloon/Penguloon.csproj
parent60f1bddda04ec5fa22778abf176171a547dde949 (diff)
map packHEADmaster
Diffstat (limited to 'Penguloon/Penguloon.csproj')
-rw-r--r--Penguloon/Penguloon.csproj16
1 files changed, 9 insertions, 7 deletions
diff --git a/Penguloon/Penguloon.csproj b/Penguloon/Penguloon.csproj
index 837942b..3602286 100644
--- a/Penguloon/Penguloon.csproj
+++ b/Penguloon/Penguloon.csproj
@@ -19,7 +19,7 @@
<AndroidSupportedAbis>armeabi-v7a%3bx86</AndroidSupportedAbis>
<AndroidStoreUncompressedFileExtensions>.m4a</AndroidStoreUncompressedFileExtensions>
<MandroidI18n />
- <TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
<MonoGamePlatform>Android</MonoGamePlatform>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
@@ -65,14 +65,14 @@
<Reference Include="Plugin.CurrentActivity, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Plugin.CurrentActivity.1.0.1\lib\MonoAndroid10\Plugin.CurrentActivity.dll</HintPath>
</Reference>
- <Reference Include="Plugin.InAppBilling, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Plugin.InAppBilling.1.2.4\lib\MonoAndroid10\Plugin.InAppBilling.dll</HintPath>
+ <Reference Include="Plugin.InAppBilling, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\Plugin.InAppBilling.1.2.1\lib\MonoAndroid10\Plugin.InAppBilling.dll</HintPath>
</Reference>
- <Reference Include="Plugin.InAppBilling.Abstractions, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Plugin.InAppBilling.1.2.4\lib\MonoAndroid10\Plugin.InAppBilling.Abstractions.dll</HintPath>
+ <Reference Include="Plugin.InAppBilling.Abstractions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\Plugin.InAppBilling.1.2.1\lib\MonoAndroid10\Plugin.InAppBilling.Abstractions.dll</HintPath>
</Reference>
- <Reference Include="Plugin.InAppBilling.VendingLibrary, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Plugin.InAppBilling.1.2.4\lib\MonoAndroid10\Plugin.InAppBilling.VendingLibrary.dll</HintPath>
+ <Reference Include="Plugin.InAppBilling.VendingLibrary, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\packages\Plugin.InAppBilling.1.2.1\lib\MonoAndroid10\Plugin.InAppBilling.VendingLibrary.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -141,6 +141,7 @@
<Compile Include="Projectiles\CannonballProjectile.cs" />
<Compile Include="Projectiles\ProjectileBase.cs" />
<Compile Include="Projectiles\SnowballProjectile.cs" />
+ <Compile Include="BillingManager.cs" />
<Compile Include="Scenes\CreditsScene.cs" />
<Compile Include="Scenes\GameScene.cs" />
<Compile Include="Controls\LevelSelector.cs" />
@@ -153,6 +154,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SceneManager.cs" />
<Compile Include="Scenes\LevelSelectionScene.cs" />
+ <Compile Include="Scenes\ShopScene.cs" />
<Compile Include="Scenes\SupportScene.cs" />
<Compile Include="Scenes\LoadingScene.cs" />
<Compile Include="Scenes\MenuScene.cs" />