Initial commit

v1.0
This commit is contained in:
2023-03-14 17:36:34 +09:00
parent 834b3c06d1
commit e28b304254
10 changed files with 1128 additions and 0 deletions

25
HSUCO_CCTV_GetData.sln Normal file
View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HSUCO_CCTV_GetData", "HSUCO_CCTV_GetData\HSUCO_CCTV_GetData.csproj", "{5FF020D2-12C5-43F3-A4B0-B86B959012DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5FF020D2-12C5-43F3-A4B0-B86B959012DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FF020D2-12C5-43F3-A4B0-B86B959012DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FF020D2-12C5-43F3-A4B0-B86B959012DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FF020D2-12C5-43F3-A4B0-B86B959012DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E7384927-0E01-428C-B445-A9B5C8DF89A8}
EndGlobalSection
EndGlobal