Skip to content

Commit 27302f8

Browse files
committed
Suppress XML comment warnings
1 parent f1d57c1 commit 27302f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

OVRSharp/OVRSharp.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
1818
</PropertyGroup>
1919

20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
21+
<NoWarn>1591</NoWarn>
22+
</PropertyGroup>
23+
24+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
25+
<NoWarn>1591</NoWarn>
26+
</PropertyGroup>
27+
2028
<ItemGroup>
2129
<Content Include="openvr_api.dll">
2230
<PackageCopyToOutput>true</PackageCopyToOutput>

0 commit comments

Comments
 (0)