Initial commit

This commit is contained in:
Stone_Red
2022-01-26 15:25:34 +01:00
commit 81dd31b9f3
9 changed files with 517 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Commander.NET", "Commander.NET\Commander.NET.csproj", "{1D33697E-BC39-48C1-94B4-85B2C42FD4ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commander.Test", "Commander.Test\Commander.Test.csproj", "{504CB4A0-6C9F-47EC-A642-2F9BE7BF4402}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D33697E-BC39-48C1-94B4-85B2C42FD4ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D33697E-BC39-48C1-94B4-85B2C42FD4ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D33697E-BC39-48C1-94B4-85B2C42FD4ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D33697E-BC39-48C1-94B4-85B2C42FD4ED}.Release|Any CPU.Build.0 = Release|Any CPU
{504CB4A0-6C9F-47EC-A642-2F9BE7BF4402}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{504CB4A0-6C9F-47EC-A642-2F9BE7BF4402}.Debug|Any CPU.Build.0 = Debug|Any CPU
{504CB4A0-6C9F-47EC-A642-2F9BE7BF4402}.Release|Any CPU.ActiveCfg = Release|Any CPU
{504CB4A0-6C9F-47EC-A642-2F9BE7BF4402}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {692445DF-BF06-4764-BFF3-B2B118BD2C34}
EndGlobalSection
EndGlobal