Add project files.

This commit is contained in:
2023-06-05 01:04:36 -05:00
parent 56301c2aa7
commit 0272be35ad
6 changed files with 142 additions and 0 deletions

25
Squiddler-Server-Lite.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Squiddler-Server-Lite", "Squiddler-Server-Lite\Squiddler-Server-Lite.csproj", "{89A88EA7-771B-4E74-B662-C13363C4C140}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89A88EA7-771B-4E74-B662-C13363C4C140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89A88EA7-771B-4E74-B662-C13363C4C140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89A88EA7-771B-4E74-B662-C13363C4C140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89A88EA7-771B-4E74-B662-C13363C4C140}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {082A8123-BFEC-4F94-9152-FCCCB411DA13}
EndGlobalSection
EndGlobal