mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
11 lines
372 B
Plaintext
11 lines
372 B
Plaintext
|
<!-- Contains required properties for osu!framework projects. -->
|
||
|
<Project>
|
||
|
<PropertyGroup>
|
||
|
<ApplicationManifest>$(MSBuildThisFileDirectory)app.manifest</ApplicationManifest>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Label="Documentation">
|
||
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||
|
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|