-
Notifications
You must be signed in to change notification settings - Fork 7
/
Pelco.Media.sln
37 lines (37 loc) · 2.07 KB
/
Pelco.Media.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pelco.Media", "Pelco.Media\Pelco.Media.csproj", "{D2DBCFAD-A3E6-4850-A3FD-9160C150FA22}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pelco.Media.Tests", "Pelco.Media.Tests\Pelco.Media.Tests.csproj", "{8E546290-6C97-4481-9C3F-FB54ACB8D295}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Pelco.UI.VideoOverlay", "Pelco.UI.VideoOverlay\Pelco.UI.VideoOverlay.csproj", "{74081B44-8A73-4713-9E80-B38179913B7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2DBCFAD-A3E6-4850-A3FD-9160C150FA22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2DBCFAD-A3E6-4850-A3FD-9160C150FA22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2DBCFAD-A3E6-4850-A3FD-9160C150FA22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2DBCFAD-A3E6-4850-A3FD-9160C150FA22}.Release|Any CPU.Build.0 = Release|Any CPU
{8E546290-6C97-4481-9C3F-FB54ACB8D295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E546290-6C97-4481-9C3F-FB54ACB8D295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E546290-6C97-4481-9C3F-FB54ACB8D295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E546290-6C97-4481-9C3F-FB54ACB8D295}.Release|Any CPU.Build.0 = Release|Any CPU
{74081B44-8A73-4713-9E80-B38179913B7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74081B44-8A73-4713-9E80-B38179913B7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74081B44-8A73-4713-9E80-B38179913B7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74081B44-8A73-4713-9E80-B38179913B7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4CA5BEA2-625D-4F81-8701-A5110513139D}
EndGlobalSection
EndGlobal