diff --git a/2dGameProject/2dGameProject.vcxproj b/2dGameProject/2dGameProject.vcxproj
index 2d84d1e..c350568 100644
--- a/2dGameProject/2dGameProject.vcxproj
+++ b/2dGameProject/2dGameProject.vcxproj
@@ -17,7 +17,6 @@
Release
x64
-
17.0
@@ -53,27 +52,24 @@
true
Unicode
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Level3
@@ -130,9 +126,10 @@
true
-
-
+
+
+
-
+
\ No newline at end of file
diff --git a/2dGameProject/2dGameProject.vcxproj.filters b/2dGameProject/2dGameProject.vcxproj.filters
index a8a6563..ce0c35c 100644
--- a/2dGameProject/2dGameProject.vcxproj.filters
+++ b/2dGameProject/2dGameProject.vcxproj.filters
@@ -14,4 +14,9 @@
rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+ Source Files
+
+
\ No newline at end of file
diff --git a/2dGameProject/main.cpp b/2dGameProject/main.cpp
new file mode 100644
index 0000000..3afc652
--- /dev/null
+++ b/2dGameProject/main.cpp
@@ -0,0 +1,7 @@
+#include
+
+int main() {
+ std::cout << "Hello, World!" << std::endl;
+ std::cin.get();
+ return 0;
+}
\ No newline at end of file