From 9eed07402592eb2756f9a0b018adaf9610401aca Mon Sep 17 00:00:00 2001 From: Syntriax Date: Fri, 26 Jan 2024 12:31:19 +0300 Subject: [PATCH] chore: Removed Unnecessary .sln Files --- Engine | 2 +- Game/Game.sln | 25 ------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 Game/Game.sln diff --git a/Engine b/Engine index 0ba8927..ceebe21 160000 --- a/Engine +++ b/Engine @@ -1 +1 @@ -Subproject commit 0ba8927858a4f43ce59ddd5917fb65d469786e5d +Subproject commit ceebe210417e52abf6d904ae603d82263b658599 diff --git a/Game/Game.sln b/Game/Game.sln deleted file mode 100644 index 47a229d..0000000 --- a/Game/Game.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.5.002.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Game", "Game.csproj", "{5C2459D3-9CB7-4778-BBDC-4F5B8298AACD}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5C2459D3-9CB7-4778-BBDC-4F5B8298AACD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5C2459D3-9CB7-4778-BBDC-4F5B8298AACD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5C2459D3-9CB7-4778-BBDC-4F5B8298AACD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5C2459D3-9CB7-4778-BBDC-4F5B8298AACD}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {5C7F09EA-E22F-4BDB-A0F1-1F295EBCE4A0} - EndGlobalSection -EndGlobal