2022-12-12 06:25:56 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup Label="Project">
|
2024-02-01 23:50:26 +08:00
|
|
|
|
<TargetFramework>net8.0-ios</TargetFramework>
|
2022-12-12 06:25:56 +08:00
|
|
|
|
<SupportedOSPlatformVersion>13.4</SupportedOSPlatformVersion>
|
2018-12-06 15:19:09 +08:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-01-13 15:21:13 +08:00
|
|
|
|
<Version>0.1.0</Version>
|
2023-01-13 14:27:56 +08:00
|
|
|
|
<ApplicationVersion Condition=" '$(ApplicationVersion)' == '' ">$(Version)</ApplicationVersion>
|
2023-01-13 11:26:45 +08:00
|
|
|
|
<ApplicationDisplayVersion Condition=" '$(ApplicationDisplayVersion)' == '' ">$(Version)</ApplicationDisplayVersion>
|
2018-12-06 15:19:09 +08:00
|
|
|
|
</PropertyGroup>
|
2018-12-29 16:17:35 +08:00
|
|
|
|
<Import Project="..\osu.iOS.props" />
|
2018-12-06 15:19:09 +08:00
|
|
|
|
<ItemGroup>
|
2022-12-12 06:25:56 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Catch\osu.Game.Rulesets.Catch.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Mania\osu.Game.Rulesets.Mania.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj" />
|
2019-07-12 16:49:59 +08:00
|
|
|
|
</ItemGroup>
|
2024-02-02 00:08:15 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.Maui.Essentials" Version="8.0.3" />
|
|
|
|
|
</ItemGroup>
|
2020-02-27 08:24:45 +08:00
|
|
|
|
</Project>
|