forked from ppy/osu-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Android properties to shared props.
- Loading branch information
1 parent
3114439
commit b4368b1
Showing
3 changed files
with
7 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,10 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<LangVersion>8.0</LangVersion> | ||
<OutputPath>bin\$(Configuration)</OutputPath> | ||
<WarningLevel>4</WarningLevel> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<BundleAssemblies>false</BundleAssemblies> | ||
<AotAssemblies>false</AotAssemblies> | ||
<OutputType>Library</OutputType> | ||
<FileAlignment>512</FileAlignment> | ||
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> | ||
<AndroidApplication>True</AndroidApplication> | ||
<SupportedOSPlatformVersion>21.0</SupportedOSPlatformVersion> | ||
<RuntimeIdentifiers>android-x86;android-arm;android-arm64</RuntimeIdentifiers> | ||
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest> | ||
<AndroidPackageFormat>apk</AndroidPackageFormat> | ||
<MandroidI18n>CJK;Mideast;Rare;West;Other;</MandroidI18n> | ||
<AndroidHttpClientHandlerType>Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType> | ||
<TargetFrameworkVersion>v10.0</TargetFrameworkVersion> | ||
<AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<AndroidSupportedAbis>armeabi-v7a;x86;arm64-v8a</AndroidSupportedAbis> | ||
<AndroidEnableSGenConcurrent>true</AndroidEnableSGenConcurrent> | ||
<MandroidI18n>cjk,mideast,other,rare,west</MandroidI18n> | ||
<ErrorReport>prompt</ErrorReport> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'"> | ||
<DebugSymbols>True</DebugSymbols> | ||
<DebugType>portable</DebugType> | ||
<Optimize>False</Optimize> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<AndroidManagedSymbols>false</AndroidManagedSymbols> | ||
<AndroidUseSharedRuntime>true</AndroidUseSharedRuntime> | ||
<EmbedAssembliesIntoApk>false</EmbedAssembliesIntoApk> | ||
<AndroidLinkMode>None</AndroidLinkMode> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> | ||
<DebugSymbols>false</DebugSymbols> | ||
<DebugType>none</DebugType> | ||
<Optimize>true</Optimize> | ||
<AndroidManagedSymbols>false</AndroidManagedSymbols> | ||
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime> | ||
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> | ||
<AndroidLinkMode>SdkOnly</AndroidLinkMode> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Net.Http" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="Mono.Android" /> | ||
<Reference Include="Java.Interop" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\osu.Framework.Android\osu.Framework.Android.csproj"> | ||
<Project>{4D112E30-462B-4264-B44D-53B61ABB185E}</Project> | ||
<Name>osu.Framework.Android</Name> | ||
</ProjectReference> | ||
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj"> | ||
<Project>{C76BF5B3-985E-4D39-95FE-97C9C879B83A}</Project> | ||
<Name>osu.Framework</Name> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> | ||
</Project> |
6 changes: 1 addition & 5 deletions
6
osu.Framework.Tests.Android/osu.Framework.Tests.Android.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters