mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 11:27:24 +08:00
11 lines
303 B
XML
11 lines
303 B
XML
<!-- Contains required properties for osu!framework projects. -->
|
|
<Project>
|
|
<PropertyGroup Label="C#">
|
|
<LangVersion>7</LangVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="License">
|
|
<None Include="..\osu.licenseheader">
|
|
<Link>osu.licenseheader</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |