mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-09 09:35:15 +09:00
15 lines
460 B
XML
15 lines
460 B
XML
<!-- Contains required properties for osu!tools projects. -->
|
|
<Project>
|
|
<PropertyGroup Label="C#">
|
|
<LangVersion>8.0</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="License">
|
|
<None Include="..\osu-tools.licenseheader">
|
|
<Link>osu-tools.licenseheader</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Project">
|
|
<Company>ppy Pty Ltd</Company>
|
|
<Copyright>Copyright (c) 2020 ppy Pty Ltd</Copyright>
|
|
</PropertyGroup>
|
|
</Project>
|