Skip to content

Commit 2d7ac8f

Browse files
committed
清除输出中的 pdb 文件
1 parent d953acd commit 2d7ac8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Edge.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,10 @@
6767
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
6868
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
6969
</PropertyGroup>
70+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
71+
<DebugType>none</DebugType>
72+
</PropertyGroup>
73+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
74+
<DebugType>none</DebugType>
75+
</PropertyGroup>
7076
</Project>

0 commit comments

Comments
 (0)