Skip to content

Commit 930143b

Browse files
committed
Initialize Project
1 parent 150137c commit 930143b

22 files changed

+216
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.vs

HelloWorld/Debug/HelloWorld.exe

49.5 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project>
3+
<ProjectOutputs>
4+
<ProjectOutput>
5+
<FullPath>D:\__DEV\cppProject_CppLearningSeries\HelloWorld\Debug\HelloWorld.exe</FullPath>
6+
</ProjectOutput>
7+
</ProjectOutputs>
8+
<ContentFiles />
9+
<SatelliteDlls />
10+
<NonRecipeFileRefs />
11+
</Project>

HelloWorld/Debug/HelloWorld.ilk

443 KB
Binary file not shown.

HelloWorld/Debug/HelloWorld.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
 Main.cpp
2+
HelloWorld.vcxproj -> D:\__DEV\cppProject_CppLearningSeries\HelloWorld\Debug\HelloWorld.exe

HelloWorld/Debug/HelloWorld.pdb

1.15 MB
Binary file not shown.
786 Bytes
Binary file not shown.
19.4 KB
Binary file not shown.
516 Bytes
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.35.32215:TargetPlatformVersion=10.0.22000.0:
2+
Debug|Win32|D:\__DEV\cppProject_CppLearningSeries\HelloWorld\|

0 commit comments

Comments
 (0)