We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ed3f6 commit 55c336dCopy full SHA for 55c336d
1 file changed
Ink Canvas/InkCanvasForClass.csproj
@@ -84,14 +84,16 @@
84
</PropertyGroup>
85
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
86
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
87
- <DebugType>full</DebugType>
+ <DebugType>none</DebugType>
88
+ <DebugSymbols>false</DebugSymbols>
89
<LangVersion>7.3</LangVersion>
90
<PlatformTarget>x64</PlatformTarget>
91
<Prefer32Bit>false</Prefer32Bit>
92
93
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
94
- <DebugType>pdbonly</DebugType>
95
96
97
98
99
0 commit comments