Przeglądaj źródła

Merge branch 'master' into WindowEvent

Hongtae Kim 8 lat temu
rodzic
commit
0b5720e2f7
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      TestApp1/TestApp1.vcxproj

+ 2
- 2
TestApp1/TestApp1.vcxproj Wyświetl plik

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>