mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-09 17:44:46 +09:00
15 lines
No EOL
448 B
XML
15 lines
No EOL
448 B
XML
<!-- Contains required properties for osu!tools projects. -->
|
|
<Project>
|
|
<PropertyGroup Label="C#">
|
|
<LangVersion>7</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>ppy Pty Ltd 2007-2018</Copyright>
|
|
</PropertyGroup>
|
|
</Project> |