forked from intjiraya/CameraSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCameraSystem.sln
More file actions
20 lines (20 loc) · 935 Bytes
/
CameraSystem.sln
File metadata and controls
20 lines (20 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Microsoft Visual Studio Solution File, Format Version 12.00
VisualStudioVersion = 17.12.33121.228
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CameraSystem", "CameraSystem\CameraSystem.csproj", "{C1E40B87-317D-47BB-BA8C-CD97C45CBD59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1E40B87-317D-47BB-BA8C-CD97C45CBD59}.Release|x64.ActiveCfg = Release|Any CPU
{C1E40B87-317D-47BB-BA8C-CD97C45CBD59}.Release|x64.Build.0 = Release|Any CPU
{C1E40B87-317D-47BB-BA8C-CD97C45CBD59}.Debug|x64.ActiveCfg = Debug|Any CPU
{C1E40B87-317D-47BB-BA8C-CD97C45CBD59}.Debug|x64.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal