Add project files.

This commit is contained in:
2023-06-02 15:36:44 -05:00
parent b44f7d78c6
commit fd2cea2a28
8 changed files with 183 additions and 0 deletions

25
Squiddler-Server.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", "Squiddler-Server\Squiddler-Server.csproj", "{0E79A9B3-D6EE-48F9-BB65-782965A57390}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E79A9B3-D6EE-48F9-BB65-782965A57390}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E79A9B3-D6EE-48F9-BB65-782965A57390}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E79A9B3-D6EE-48F9-BB65-782965A57390}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E79A9B3-D6EE-48F9-BB65-782965A57390}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE000CDF-57CF-4D39-AB8B-3D49CB8DABEE}
EndGlobalSection
EndGlobal