-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCameraControl.sln
More file actions
22 lines (22 loc) · 1.22 KB
/
CameraControl.sln
File metadata and controls
22 lines (22 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VideoSource", "VideoSource\VideoSource.csproj", "{AF4073C6-FAA3-40E2-9241-A7C98B22F28A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{C3631CE2-E9D7-4A98-BA8E-9835127137FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AF4073C6-FAA3-40E2-9241-A7C98B22F28A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF4073C6-FAA3-40E2-9241-A7C98B22F28A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF4073C6-FAA3-40E2-9241-A7C98B22F28A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF4073C6-FAA3-40E2-9241-A7C98B22F28A}.Release|Any CPU.Build.0 = Release|Any CPU
{C3631CE2-E9D7-4A98-BA8E-9835127137FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3631CE2-E9D7-4A98-BA8E-9835127137FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3631CE2-E9D7-4A98-BA8E-9835127137FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3631CE2-E9D7-4A98-BA8E-9835127137FE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal