初始化仓库

This commit is contained in:
tangj
2025-11-26 15:17:13 +08:00
parent 041207447b
commit c61e4fc8b8
44 changed files with 7872 additions and 0 deletions

25
SHK3CloudWebAPI.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.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SHK3CloudWebAPI", "SHK3CloudWebAPI\SHK3CloudWebAPI.csproj", "{DC5DCF4E-9E67-4497-9CB5-03C627B3DAD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC5DCF4E-9E67-4497-9CB5-03C627B3DAD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC5DCF4E-9E67-4497-9CB5-03C627B3DAD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC5DCF4E-9E67-4497-9CB5-03C627B3DAD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC5DCF4E-9E67-4497-9CB5-03C627B3DAD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1C3FCF6F-D360-4801-B597-5197D81B8C33}
EndGlobalSection
EndGlobal