Add project

Basic formatting applied. Unnecessary comments have been removed. Suspicious code is covered by TODO.
This commit is contained in:
2025-08-12 11:21:10 +09:00
parent bbcbe841a7
commit 33ab055b43
546 changed files with 176950 additions and 0 deletions

31
Hcs.sln Normal file
View File

@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36327.8 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hcs.Client", "Hcs.Client\Hcs.Client.csproj", "{3AF820FD-6776-4C74-AA76-F918E60FE456}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hcs.TestApp", "Hcs.TestApp\Hcs.TestApp.csproj", "{0EE8594D-D76E-4EE2-ACA2-87C49CF1FC71}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AF820FD-6776-4C74-AA76-F918E60FE456}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AF820FD-6776-4C74-AA76-F918E60FE456}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AF820FD-6776-4C74-AA76-F918E60FE456}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AF820FD-6776-4C74-AA76-F918E60FE456}.Release|Any CPU.Build.0 = Release|Any CPU
{0EE8594D-D76E-4EE2-ACA2-87C49CF1FC71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EE8594D-D76E-4EE2-ACA2-87C49CF1FC71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EE8594D-D76E-4EE2-ACA2-87C49CF1FC71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EE8594D-D76E-4EE2-ACA2-87C49CF1FC71}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B975B2D1-CEB7-4ABF-81AC-3C46D57969EC}
EndGlobalSection
EndGlobal