From a47586851cbb66fcc22c409daa0bc7e3b171ebb6 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Thu, 23 Nov 2023 22:04:12 +0300 Subject: [PATCH] Initial Commit --- Engine.sln | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Engine.sln diff --git a/Engine.sln b/Engine.sln new file mode 100644 index 0000000..58ea566 --- /dev/null +++ b/Engine.sln @@ -0,0 +1,14 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal