We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d57c1 commit 27302f8Copy full SHA for 27302f8
OVRSharp/OVRSharp.csproj
@@ -17,6 +17,14 @@
17
<VersionSuffix>$(VersionSuffix)</VersionSuffix>
18
</PropertyGroup>
19
20
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
21
+ <NoWarn>1591</NoWarn>
22
+ </PropertyGroup>
23
+
24
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
25
26
27
28
<ItemGroup>
29
<Content Include="openvr_api.dll">
30
<PackageCopyToOutput>true</PackageCopyToOutput>
0 commit comments