Skip to content

Commit 55c336d

Browse files
committed
更新项目文件
1 parent f2ed3f6 commit 55c336d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Ink Canvas/InkCanvasForClass.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,16 @@
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
8686
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
87-
<DebugType>full</DebugType>
87+
<DebugType>none</DebugType>
88+
<DebugSymbols>false</DebugSymbols>
8889
<LangVersion>7.3</LangVersion>
8990
<PlatformTarget>x64</PlatformTarget>
9091
<Prefer32Bit>false</Prefer32Bit>
9192
</PropertyGroup>
9293
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
9394
<OutputPath>bin\$(Configuration)\$(Platform)\</OutputPath>
94-
<DebugType>pdbonly</DebugType>
95+
<DebugType>none</DebugType>
96+
<DebugSymbols>false</DebugSymbols>
9597
<LangVersion>7.3</LangVersion>
9698
<PlatformTarget>x64</PlatformTarget>
9799
<Prefer32Bit>false</Prefer32Bit>

0 commit comments

Comments
 (0)