Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorionescu007 <aionescu+git@gmail.com>2016-03-19 23:57:31 +0300
committerionescu007 <aionescu+git@gmail.com>2016-03-19 23:57:31 +0300
commitd606663971e5cb0222d021a96587462c0ba8d132 (patch)
treed1a40fa8fbbca634595d0aefd473b197a7f91994 /shv.vcxproj
parent4ed2e078e5e6640f8e6a80c107c2c7f3cd7d67f8 (diff)
Fixes for issue #2 and #3
Also build PDB
Diffstat (limited to 'shv.vcxproj')
-rw-r--r--shv.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/shv.vcxproj b/shv.vcxproj
index 2cf5bf1..4de9cc0 100644
--- a/shv.vcxproj
+++ b/shv.vcxproj
@@ -45,7 +45,7 @@
<Profile>false</Profile>
<MergeSections>_TEXT=.text;_PAGE=PAGE</MergeSections>
<AdditionalOptions>/ALIGN:0x10 %(AdditionalOptions)</AdditionalOptions>
- <GenerateDebugInformation>No</GenerateDebugInformation>
+ <GenerateDebugInformation>Debug</GenerateDebugInformation>
<ProfileGuidedDatabase />
<Driver>NotSet</Driver>
</Link>