diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2018-01-25 11:06:32 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2018-01-25 11:06:32 +0100 |
| commit | 60f1bddda04ec5fa22778abf176171a547dde949 (patch) | |
| tree | 558473316ae408fdc3c43c1160489f158c1f7843 /Penguloon/Penguloon.csproj | |
| parent | 99c4ae188b672718af274db915b314358c0862af (diff) | |
inapp billing
Diffstat (limited to 'Penguloon/Penguloon.csproj')
| -rw-r--r-- | Penguloon/Penguloon.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Penguloon/Penguloon.csproj b/Penguloon/Penguloon.csproj index 70adb27..837942b 100644 --- a/Penguloon/Penguloon.csproj +++ b/Penguloon/Penguloon.csproj @@ -62,6 +62,18 @@ <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\netstandard1.3\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="OpenTK-1.0" /> + <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> + <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> + <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> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.IO.Compression" /> @@ -117,6 +129,7 @@ <Compile Include="Levels\IceLevel3.cs" /> <Compile Include="Levels\IceLevel2.cs" /> <Compile Include="Levels\WaveManager.cs" /> + <Compile Include="MainApplication.cs" /> <Compile Include="Objects\KingPenguinObject.cs" /> <Compile Include="Objects\MortarObject.cs" /> <Compile Include="Objects\CannonObject.cs" /> @@ -150,6 +163,7 @@ <Compile Include="UserdataManager.cs" /> </ItemGroup> <ItemGroup> + <None Include="app.config" /> <None Include="packages.config" /> <None Include="Resources\AboutResources.txt" /> <None Include="Assets\AboutAssets.txt" /> |
