-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCameraSystem.sln
More file actions
20 lines (20 loc) · 922 Bytes
/
CameraSystem.sln
File metadata and controls
20 lines (20 loc) · 922 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", "{7843CF86-2D81-4233-B8ED-8D071E9071F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7843CF86-2D81-4233-B8ED-8D071E9071F2}.Release|x64.ActiveCfg = Release|x64
{7843CF86-2D81-4233-B8ED-8D071E9071F2}.Release|x64.Build.0 = Release|x64
{7843CF86-2D81-4233-B8ED-8D071E9071F2}.Debug|x64.ActiveCfg = Debug|x64
{7843CF86-2D81-4233-B8ED-8D071E9071F2}.Debug|x64.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal