mirror of
https://github.com/LANCommander/GameOverlay.Capture.git
synced 2026-08-01 03:38:56 -04:00
14 lines
576 B
XML
14 lines
576 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<LangVersion>latest</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<!-- CS1591: missing XML doc comment. We document the public API but not every member yet. -->
|
|
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
|
<Authors>GameOverlay.Capture</Authors>
|
|
<Product>GameOverlay.Capture</Product>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
</PropertyGroup>
|
|
</Project>
|