Browse Source

Set Debug:FULL in debug build.

Hongtae Kim 7 years ago
parent
commit
056268c900
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      TestApp1/TestApp1.vcxproj

+ 2
- 2
TestApp1/TestApp1.vcxproj View File

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