소스 검색

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>