-
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.
Cleanup project files with common props
- Loading branch information
1 parent
ddce608
commit e5dd951
Showing
111 changed files
with
179 additions
and
1,270 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<Project> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>True</DebugSymbols> | ||
<DebugType>portable</DebugType> | ||
<Optimize>False</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<AndroidUseSharedRuntime>True</AndroidUseSharedRuntime> | ||
<AndroidLinkMode>None</AndroidLinkMode> | ||
<EmbedAssembliesIntoApk>False</EmbedAssembliesIntoApk> | ||
<AotAssemblies>false</AotAssemblies> | ||
<EnableLLVM>false</EnableLLVM> | ||
<BundleAssemblies>false</BundleAssemblies> | ||
<MandroidI18n>CJK;Mideast;Rare;West;Other</MandroidI18n> | ||
<AndroidSupportedAbis /> | ||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugSymbols>True</DebugSymbols> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>True</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<AndroidManagedSymbols>true</AndroidManagedSymbols> | ||
<AndroidUseSharedRuntime>False</AndroidUseSharedRuntime> | ||
<AndroidLinkMode>SdkOnly</AndroidLinkMode> | ||
<EmbedAssembliesIntoApk>True</EmbedAssembliesIntoApk> | ||
<MandroidI18n>CJK;Mideast;Rare;West;Other</MandroidI18n> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="Mono.Android" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="ppy.osu.Framework"> | ||
<Version>0.0.7879</Version> | ||
</PackageReference> | ||
<PackageReference Include="ppy.osu.Framework.Android"> | ||
<Version>0.0.7879</Version> | ||
</PackageReference> | ||
<PackageReference Include="SharpCompress"> | ||
<Version>0.22.0</Version> | ||
</PackageReference> | ||
<PackageReference Include="SharpFNT"> | ||
<Version>1.1.0</Version> | ||
</PackageReference> | ||
<PackageReference Include="SixLabors.Core"> | ||
<Version>1.0.0-dev000094</Version> | ||
</PackageReference> | ||
<PackageReference Include="SixLabors.ImageSharp"> | ||
<Version>1.0.0-dev002278</Version> | ||
</PackageReference> | ||
</ItemGroup> | ||
</Project> |
This file was deleted.
Oops, something went wrong.
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
19 changes: 0 additions & 19 deletions
19
osu.Game.Rulesets.Catch.Tests.Android/Assets/AboutAssets.txt
This file was deleted.
Oops, something went wrong.
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
44 changes: 0 additions & 44 deletions
44
osu.Game.Rulesets.Catch.Tests.Android/Resources/AboutResources.txt
This file was deleted.
Oops, something went wrong.
112 changes: 0 additions & 112 deletions
112
osu.Game.Rulesets.Catch.Tests.Android/Resources/Resource.designer.cs
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
osu.Game.Rulesets.Catch.Tests.Android/Resources/layout/activity_main.axml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.