This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathLitePlacer.sln
84 lines (84 loc) · 5.22 KB
/
LitePlacer.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LitePlacer", "LitePlacer\LitePlacer.csproj", "{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Installer", "Installer\Installer.vdproj", "{F328130A-3F78-41F4-9E62-2CA9174084F0}"
ProjectSection(ProjectDependencies) = postProject
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE} = {26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Video.DirectShow", "AForge\Video.DirectShow\Video.DirectShow.csproj", "{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
x64|Any CPU = x64|Any CPU
x64|Mixed Platforms = x64|Mixed Platforms
x64|x64 = x64|x64
x64|x86 = x64|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|Any CPU.ActiveCfg = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|Mixed Platforms.Build.0 = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|x64.ActiveCfg = Debug|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|x64.Build.0 = Debug|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|x86.ActiveCfg = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Debug|x86.Build.0 = Debug|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|Any CPU.ActiveCfg = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|Mixed Platforms.ActiveCfg = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|Mixed Platforms.Build.0 = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|x64.ActiveCfg = Release|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|x64.Build.0 = Release|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|x86.ActiveCfg = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.Release|x86.Build.0 = Release|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|Any CPU.ActiveCfg = x64|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|Mixed Platforms.ActiveCfg = x64|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|Mixed Platforms.Build.0 = x64|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|x64.ActiveCfg = x64|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|x64.Build.0 = x64|x64
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|x86.ActiveCfg = x64|x86
{69B205A1-16AF-4E8A-B751-EA5F5E4FCB4E}.x64|x86.Build.0 = x64|x86
{F328130A-3F78-41F4-9E62-2CA9174084F0}.Debug|Any CPU.ActiveCfg = Debug
{F328130A-3F78-41F4-9E62-2CA9174084F0}.Debug|Mixed Platforms.ActiveCfg = Debug
{F328130A-3F78-41F4-9E62-2CA9174084F0}.Debug|x64.ActiveCfg = Debug
{F328130A-3F78-41F4-9E62-2CA9174084F0}.Debug|x86.ActiveCfg = Debug
{F328130A-3F78-41F4-9E62-2CA9174084F0}.Release|Any CPU.ActiveCfg = Release
{F328130A-3F78-41F4-9E62-2CA9174084F0}.Release|Mixed Platforms.ActiveCfg = Release
{F328130A-3F78-41F4-9E62-2CA9174084F0}.Release|x64.ActiveCfg = Release
{F328130A-3F78-41F4-9E62-2CA9174084F0}.Release|x86.ActiveCfg = Release
{F328130A-3F78-41F4-9E62-2CA9174084F0}.x64|Any CPU.ActiveCfg = Release
{F328130A-3F78-41F4-9E62-2CA9174084F0}.x64|Mixed Platforms.ActiveCfg = Release
{F328130A-3F78-41F4-9E62-2CA9174084F0}.x64|x64.ActiveCfg = Release
{F328130A-3F78-41F4-9E62-2CA9174084F0}.x64|x86.ActiveCfg = Release
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Debug|x64.ActiveCfg = Debug|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Debug|x86.ActiveCfg = Debug|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Release|Any CPU.Build.0 = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Release|x64.ActiveCfg = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.Release|x86.ActiveCfg = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.x64|Any CPU.ActiveCfg = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.x64|Any CPU.Build.0 = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.x64|Mixed Platforms.ActiveCfg = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.x64|Mixed Platforms.Build.0 = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.x64|x64.ActiveCfg = Release|Any CPU
{26CD2CE7-FF63-4669-83B0-7D9C8F3408EE}.x64|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal