mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Creating *.pdb files when building Greenshot, which we will package in a .ZIP so we can supply them when needed.
This commit is contained in:
parent
0d59072bc1
commit
6bf1ebf4f4
3 changed files with 60 additions and 16 deletions
|
@ -27,7 +27,7 @@
|
|||
<OutputPath>bin\Release\</OutputPath>
|
||||
<Optimize>true</Optimize>
|
||||
<FileAlignment>4096</FileAlignment>
|
||||
<DebugType>None</DebugType>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue