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 30fc218 commit 5cdaa07Copy full SHA for 5cdaa07
KeepCoding.csproj
@@ -33,11 +33,13 @@
33
<DocumentationFile>C:\Users\Emik\source\repos\KeepCodingAndNobodyExplodes\KeepCodingAndNobodyExplodes.xml</DocumentationFile>
34
<Optimize>false</Optimize>
35
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
36
+ <NoWarn>1701;1702;8002</NoWarn>
37
</PropertyGroup>
38
39
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
40
<DocumentationFile>C:\Users\Emik\source\repos\KeepCoding\Documentation\KeepCoding.xml</DocumentationFile>
41
42
43
44
45
<ItemGroup>
0 commit comments