From cb6f6bacdc2c3fcc8b13930a2e79097366281284 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Thu, 23 Nov 2023 22:41:09 +0300 Subject: [PATCH] Added Engine Submodule --- .gitmodules | 3 +++ Engine | 1 + Pong.sln | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 .gitmodules create mode 160000 Engine create mode 100644 Pong.sln diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e8a1898 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Engine"] + path = Engine + url = git@git.syntriax.com:Syntriax/Syntriax.Engine.git diff --git a/Engine b/Engine new file mode 160000 index 0000000..5fcf63c --- /dev/null +++ b/Engine @@ -0,0 +1 @@ +Subproject commit 5fcf63c5a70f031fb7a808723fb8a25adb19ab39 diff --git a/Pong.sln b/Pong.sln new file mode 100644 index 0000000..bd3a9e4 --- /dev/null +++ b/Pong.sln @@ -0,0 +1,33 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{F7F62670-237A-4C93-A30E-CE661C6FC401}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Engine.Core", "Engine\Engine.Core\Engine.Core.csproj", "{990CA10C-1EBB-4395-A43A-456B7029D8C9}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Game", "Game\Game.csproj", "{500E1B05-39D7-4232-8051-E7351D745306}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {990CA10C-1EBB-4395-A43A-456B7029D8C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {990CA10C-1EBB-4395-A43A-456B7029D8C9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {990CA10C-1EBB-4395-A43A-456B7029D8C9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {990CA10C-1EBB-4395-A43A-456B7029D8C9}.Release|Any CPU.Build.0 = Release|Any CPU + {500E1B05-39D7-4232-8051-E7351D745306}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {500E1B05-39D7-4232-8051-E7351D745306}.Debug|Any CPU.Build.0 = Debug|Any CPU + {500E1B05-39D7-4232-8051-E7351D745306}.Release|Any CPU.ActiveCfg = Release|Any CPU + {500E1B05-39D7-4232-8051-E7351D745306}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {990CA10C-1EBB-4395-A43A-456B7029D8C9} = {F7F62670-237A-4C93-A30E-CE661C6FC401} + EndGlobalSection +EndGlobal