This commit is contained in:
bob
2024-10-08 18:11:31 -05:00
parent 4bdf2148f8
commit 7cb924ffb9
4 changed files with 334 additions and 0 deletions

25
Cloudless.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cloudless", "Cloudless\Cloudless.csproj", "{F7145F2A-D7D2-44F4-AF02-E2570CB6034B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7145F2A-D7D2-44F4-AF02-E2570CB6034B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7145F2A-D7D2-44F4-AF02-E2570CB6034B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7145F2A-D7D2-44F4-AF02-E2570CB6034B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7145F2A-D7D2-44F4-AF02-E2570CB6034B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AC51662-8311-4D51-8632-F352DCD8AF91}
EndGlobalSection
EndGlobal