Browse Source

no message

Hongtae Kim 6 years ago
parent
commit
ddcc61b030
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      TestApp1/TestApp1.xcodeproj/project.pbxproj

+ 6
- 0
TestApp1/TestApp1.xcodeproj/project.pbxproj View File

@@ -22,6 +22,8 @@
22 22
 		844A9A891DD0C080007DCC89 /* TestApp1.rc in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A7F1DD0C080007DCC89 /* TestApp1.rc */; };
23 23
 		844A9A8B1DD0C08F007DCC89 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A741DD0C080007DCC89 /* Assets.xcassets */; };
24 24
 		844A9A8D1DD0C08F007DCC89 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 844A9A761DD0C080007DCC89 /* LaunchScreen.storyboard */; };
25
+		84B5FE4E20726C3600B52742 /* dkgl_new.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */; };
26
+		84B5FE4F20726C3600B52742 /* dkgl_new.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84B5FE4B20726C3600B52742 /* dkgl_new.cpp */; };
25 27
 /* End PBXBuildFile section */
26 28
 
27 29
 /* Begin PBXContainerItemProxy section */
@@ -89,6 +91,7 @@
89 91
 		844A9A7E1DD0C080007DCC89 /* TestApp1.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = TestApp1.ico; sourceTree = "<group>"; };
90 92
 		844A9A7F1DD0C080007DCC89 /* TestApp1.rc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TestApp1.rc; sourceTree = "<group>"; };
91 93
 		844A9A801DD0C080007DCC89 /* TestApp1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TestApp1.cpp; sourceTree = "<group>"; };
94
+		84B5FE4B20726C3600B52742 /* dkgl_new.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dkgl_new.cpp; sourceTree = "<group>"; };
92 95
 /* End PBXFileReference section */
93 96
 
94 97
 /* Begin PBXFrameworksBuildPhase section */
@@ -156,6 +159,7 @@
156 159
 				844A9A771DD0C080007DCC89 /* macOS */,
157 160
 				844A9A7A1DD0C080007DCC89 /* Win32 */,
158 161
 				844A9A801DD0C080007DCC89 /* TestApp1.cpp */,
162
+				84B5FE4B20726C3600B52742 /* dkgl_new.cpp */,
159 163
 			);
160 164
 			name = TestApp1;
161 165
 			sourceTree = "<group>";
@@ -342,6 +346,7 @@
342 346
 			buildActionMask = 2147483647;
343 347
 			files = (
344 348
 				841948EF1DDCBE7B00E039F0 /* AppDelegate.m in Sources */,
349
+				84B5FE4E20726C3600B52742 /* dkgl_new.cpp in Sources */,
345 350
 				66DA89941DD3117F00338015 /* TestApp1.cpp in Sources */,
346 351
 			);
347 352
 			runOnlyForDeploymentPostprocessing = 0;
@@ -351,6 +356,7 @@
351 356
 			buildActionMask = 2147483647;
352 357
 			files = (
353 358
 				841948EB1DDCBE6000E039F0 /* AppDelegate.m in Sources */,
359
+				84B5FE4F20726C3600B52742 /* dkgl_new.cpp in Sources */,
354 360
 				66DA89971DD3118000338015 /* TestApp1.cpp in Sources */,
355 361
 			);
356 362
 			runOnlyForDeploymentPostprocessing = 0;