mirror of https://github.com/ppy/SDL3-CS.git
18 lines
605 B
XML
18 lines
605 B
XML
<!-- Contains required properties for osu!framework projects. -->
|
|
<Project>
|
|
<PropertyGroup Label="C#">
|
|
<LangVersion>12.0</LangVersion>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
<PropertyGroup Label="Documentation">
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="License">
|
|
<None Include="$(MSBuildThisFileDirectory)SDL3-CS.licenseheader">
|
|
<Link>SDL3-CS.licenseheader</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project>
|