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:
RKrom 2014-11-29 22:03:24 +01:00
commit 6bf1ebf4f4
3 changed files with 60 additions and 16 deletions

View file

@ -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>