Initial commit

v1.0
This commit is contained in:
2023-03-14 17:30:09 +09:00
parent fa3fe72e21
commit 59dac350d8
25 changed files with 2072 additions and 0 deletions

25
HSUCO_CCTV_Monitoring.sln Normal file
View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HSUCO_CCTV_Monitoring", "HSUCO_CCTV_Monitoring\HSUCO_CCTV_Monitoring.csproj", "{E1F4C9BF-FE6C-4F46-843C-93B4C575703C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E1F4C9BF-FE6C-4F46-843C-93B4C575703C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1F4C9BF-FE6C-4F46-843C-93B4C575703C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1F4C9BF-FE6C-4F46-843C-93B4C575703C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1F4C9BF-FE6C-4F46-843C-93B4C575703C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B311C77A-EE6C-4648-A538-58BD9A4B8620}
EndGlobalSection
EndGlobal