mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
14 lines
534 B
XML
14 lines
534 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0-ios</TargetFramework>
|
|
<SupportedOSPlatformVersion>13.4</SupportedOSPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="..\osu.Framework.iOS.props" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\osu.Framework.iOS\osu.Framework.iOS.csproj" />
|
|
<ProjectReference Include="..\osu.Framework\osu.Framework.csproj" />
|
|
<ProjectReference Include="..\SampleGame\SampleGame.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|