2022-12-12 06:25:56 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2018-12-29 17:35:37 +08:00
|
|
|
|
<PropertyGroup>
|
2022-12-12 06:25:56 +08:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0-ios</TargetFramework>
|
|
|
|
|
<SupportedOSPlatformVersion>13.4</SupportedOSPlatformVersion>
|
2018-12-29 17:35:37 +08:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>osu.Game.Rulesets.Osu.Tests</RootNamespace>
|
|
|
|
|
<AssemblyName>osu.Game.Rulesets.Osu.Tests.iOS</AssemblyName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="..\osu.iOS.props" />
|
|
|
|
|
<ItemGroup>
|
2019-01-28 19:34:11 +08:00
|
|
|
|
<Compile Include="..\osu.Game.Rulesets.Osu.Tests\**\*.cs" Exclude="**\obj\**">
|
2018-12-29 17:35:37 +08:00
|
|
|
|
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup Label="Project References">
|
2022-12-12 06:25:56 +08:00
|
|
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
|
|
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />
|
2018-12-29 17:35:37 +08:00
|
|
|
|
</ItemGroup>
|
2022-12-12 06:25:56 +08:00
|
|
|
|
</Project>
|