We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4153908 commit 98985afCopy full SHA for 98985af
Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj
@@ -20,7 +20,7 @@
20
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
21
<Win32Resource>MiddleClickScrolling-CursorType.res</Win32Resource>
22
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
23
- <NoWarn>$(NoWarn);2008</NoWarn>
+ <NoWarn>$(NoWarn);2008;CS0108;CS0618;</NoWarn>
24
</PropertyGroup>
25
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
26
<DebugSymbols>true</DebugSymbols>
0 commit comments