瀏覽代碼

Set Debug:FULL in debug build.

Hongtae Kim 7 年之前
父節點
當前提交
056268c900
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      TestApp1/TestApp1.vcxproj

+ 2
- 2
TestApp1/TestApp1.vcxproj 查看文件

@@ -99,7 +99,7 @@
99 99
     </ClCompile>
100 100
     <Link>
101 101
       <SubSystem>Windows</SubSystem>
102
-      <GenerateDebugInformation>true</GenerateDebugInformation>
102
+      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
103 103
     </Link>
104 104
     <Manifest>
105 105
       <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
@@ -115,7 +115,7 @@
115 115
     </ClCompile>
116 116
     <Link>
117 117
       <SubSystem>Windows</SubSystem>
118
-      <GenerateDebugInformation>true</GenerateDebugInformation>
118
+      <GenerateDebugInformation>DebugFull</GenerateDebugInformation>
119 119
     </Link>
120 120
     <Manifest>
121 121
       <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>