From 893b320625398df386d08249b391c2c7c356d562 Mon Sep 17 00:00:00 2001 From: That_One_Nerd Date: Wed, 2 Nov 2022 07:36:25 -0400 Subject: [PATCH] Removed the .sln file from the git. It was causing cli build errors because the "Testing" project doesn't exist. Now it works first try. --- .gitignore | 1 + Nerd_STF/Nerd_STF.sln | 36 ------------------------------------ 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 Nerd_STF/Nerd_STF.sln diff --git a/.gitignore b/.gitignore index 56f823e..313fdd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Useless Visual Studio stuff /Nerd_STF/.vs/ +*.sln # Build Stuff /Nerd_STF/obj diff --git a/Nerd_STF/Nerd_STF.sln b/Nerd_STF/Nerd_STF.sln deleted file mode 100644 index c485096..0000000 --- a/Nerd_STF/Nerd_STF.sln +++ /dev/null @@ -1,36 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.0.31903.59 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nerd_STF", "Nerd_STF.csproj", "{1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Testing", "..\Testing\Testing.csproj", "{53E8335D-AE54-4E34-A692-136786788DD6}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FBAFC98C-AC9E-4E76-A6E7-8F4DB1B23BED}" - ProjectSection(SolutionItems) = preProject - .editorconfig = .editorconfig - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1F2C87DB-56F2-48B7-8FF6-A12D8E3614DB}.Release|Any CPU.Build.0 = Release|Any CPU - {53E8335D-AE54-4E34-A692-136786788DD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {53E8335D-AE54-4E34-A692-136786788DD6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {53E8335D-AE54-4E34-A692-136786788DD6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {53E8335D-AE54-4E34-A692-136786788DD6}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {81A13C28-98B5-49F8-9141-C4A62EE8729F} - EndGlobalSection -EndGlobal