Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
⚙️ Release 编译下不输出 PDB 文件
Browse files Browse the repository at this point in the history
  • Loading branch information
KiyanYang committed Jun 16, 2022
1 parent 281e1f1 commit 3d17dd4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions HashTool/HashTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@
<UseWPF>True</UseWPF>
<UseWindowsForms>True</UseWindowsForms>
<ApplicationIcon>Resource\HashTool.ico</ApplicationIcon>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<AssemblyVersion>1.3.1.0</AssemblyVersion>
<FileVersion>1.3.1.0</FileVersion>
<Configurations>Debug;Release</Configurations>
<RestorePackagesWithLockFile>True</RestorePackagesWithLockFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>portable</DebugType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Remove="MainWindow.xaml.cs" />
</ItemGroup>
Expand Down

0 comments on commit 3d17dd4

Please sign in to comment.