1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-10 01:50:46 +09:00
osu-tools/PerformanceCalculatorGUI/PerformanceCalculatorGUI.csproj
2023-01-09 22:24:42 -05:00

15 lines
681 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\osu.Tools.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2022.1228.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2022.1228.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2022.1228.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2022.1228.0" />
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2022.1228.0" />
</ItemGroup>
</Project>