GameOverlay.Capture/Directory.Build.props
2026-07-29 20:09:08 -05:00

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>