mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
Remove no longer needed specifications
This commit is contained in:
@@ -10,12 +10,6 @@
|
||||
so there's nothing to be worried about. -->
|
||||
<NoWarn>MT7091</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Platform)' == 'iPhone'">
|
||||
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Platform)' == 'iPhoneSimulator'">
|
||||
<RuntimeIdentifiers>iossimulator-x64</RuntimeIdentifiers>
|
||||
</PropertyGroup>
|
||||
<Import Project="..\..\..\..\osu.Framework.iOS.props" />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\TemplateGame.Game\TemplateGame.Game.csproj" />
|
||||
|
||||
@@ -10,12 +10,6 @@
|
||||
so there's nothing to be worried about. -->
|
||||
<NoWarn>MT7091</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Platform)' == 'iPhone'">
|
||||
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Platform)' == 'iPhoneSimulator'">
|
||||
<RuntimeIdentifiers>iossimulator-x64</RuntimeIdentifiers>
|
||||
</PropertyGroup>
|
||||
<Import Project="..\..\..\..\osu.Framework.iOS.props" />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\FlappyDon.Game\FlappyDon.Game.csproj" />
|
||||
|
||||
@@ -15,12 +15,6 @@
|
||||
<!-- On release configurations, we use AOT compiler for optimal performance. -->
|
||||
<UseInterpreter>false</UseInterpreter>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Platform)' == 'iPhone'">
|
||||
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Platform)' == 'iPhoneSimulator'">
|
||||
<RuntimeIdentifiers>iossimulator-x64</RuntimeIdentifiers>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<NativeReference Include="$(MSBuildThisFileDirectory)osu.Framework.iOS\runtimes\ios\native\bass.xcframework" Kind="Framework" SmartLink="false" ForceLoad="true" />
|
||||
<NativeReference Include="$(MSBuildThisFileDirectory)osu.Framework.iOS\runtimes\ios\native\bass_fx.xcframework" Kind="Framework" SmartLink="false" ForceLoad="true" />
|
||||
|
||||
Reference in New Issue
Block a user