|
|
@ -21,6 +21,10 @@
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
<AndroidKeyStore>false</AndroidKeyStore>
|
|
|
|
<AndroidKeyStore>false</AndroidKeyStore>
|
|
|
|
|
|
|
|
<AndroidSigningKeyStore>..\keystore\demo.keystore</AndroidSigningKeyStore>
|
|
|
|
|
|
|
|
<AndroidSigningStorePass>123456</AndroidSigningStorePass>
|
|
|
|
|
|
|
|
<AndroidSigningKeyAlias>demo</AndroidSigningKeyAlias>
|
|
|
|
|
|
|
|
<AndroidSigningKeyPass>123456</AndroidSigningKeyPass>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@ -48,6 +52,8 @@
|
|
|
|
<AotAssemblies>false</AotAssemblies>
|
|
|
|
<AotAssemblies>false</AotAssemblies>
|
|
|
|
<EnableLLVM>false</EnableLLVM>
|
|
|
|
<EnableLLVM>false</EnableLLVM>
|
|
|
|
<BundleAssemblies>false</BundleAssemblies>
|
|
|
|
<BundleAssemblies>false</BundleAssemblies>
|
|
|
|
|
|
|
|
<MandroidI18n />
|
|
|
|
|
|
|
|
<EnableProguard>false</EnableProguard>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Mono.Android" />
|
|
|
|
<Reference Include="Mono.Android" />
|
|
|
@ -77,6 +83,8 @@
|
|
|
|
<Compile Include="SplashActivity.cs" />
|
|
|
|
<Compile Include="SplashActivity.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<None Include="keystore\demo.keyInfo" />
|
|
|
|
|
|
|
|
<None Include="keystore\demo.keystore" />
|
|
|
|
<None Include="Resources\AboutResources.txt" />
|
|
|
|
<None Include="Resources\AboutResources.txt" />
|
|
|
|
<None Include="Properties\AndroidManifest.xml" />
|
|
|
|
<None Include="Properties\AndroidManifest.xml" />
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|