forked from jp9000/OBS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OBS.sln
75 lines (75 loc) · 4.63 KB
/
OBS.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OBS", "OBS.vcproj", "{221C92F4-3416-43F1-8E4E-78657AFD0111}"
ProjectSection(ProjectDependencies) = postProject
{11A35235-DD48-41E2-8F40-825C78024BC0} = {11A35235-DD48-41E2-8F40-825C78024BC0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OBSApi", "OBSApi\OBSApi.vcproj", "{11A35235-DD48-41E2-8F40-825C78024BC0}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DShowPlugin", "DShowPlugin\DShowPlugin.vcproj", "{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}"
ProjectSection(ProjectDependencies) = postProject
{11A35235-DD48-41E2-8F40-825C78024BC0} = {11A35235-DD48-41E2-8F40-825C78024BC0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsCapture", "GraphicsCapture\GraphicsCapture.vcproj", "{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}"
ProjectSection(ProjectDependencies) = postProject
{11A35235-DD48-41E2-8F40-825C78024BC0} = {11A35235-DD48-41E2-8F40-825C78024BC0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsCaptureHook", "GraphicsCapture\GraphicsCaptureHook\GraphicsCaptureHook.vcproj", "{12111D5C-819C-4BAF-9783-E6AF8CBC2700}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{221C92F4-3416-43F1-8E4E-78657AFD0111}.Debug|Win32.ActiveCfg = Debug|Win32
{221C92F4-3416-43F1-8E4E-78657AFD0111}.Debug|Win32.Build.0 = Debug|Win32
{221C92F4-3416-43F1-8E4E-78657AFD0111}.Debug|x64.ActiveCfg = Debug|x64
{221C92F4-3416-43F1-8E4E-78657AFD0111}.Debug|x64.Build.0 = Debug|x64
{221C92F4-3416-43F1-8E4E-78657AFD0111}.Release|Win32.ActiveCfg = Release|Win32
{221C92F4-3416-43F1-8E4E-78657AFD0111}.Release|Win32.Build.0 = Release|Win32
{221C92F4-3416-43F1-8E4E-78657AFD0111}.Release|x64.ActiveCfg = Release|x64
{221C92F4-3416-43F1-8E4E-78657AFD0111}.Release|x64.Build.0 = Release|x64
{11A35235-DD48-41E2-8F40-825C78024BC0}.Debug|Win32.ActiveCfg = Debug|Win32
{11A35235-DD48-41E2-8F40-825C78024BC0}.Debug|Win32.Build.0 = Debug|Win32
{11A35235-DD48-41E2-8F40-825C78024BC0}.Debug|x64.ActiveCfg = Debug|x64
{11A35235-DD48-41E2-8F40-825C78024BC0}.Debug|x64.Build.0 = Debug|x64
{11A35235-DD48-41E2-8F40-825C78024BC0}.Release|Win32.ActiveCfg = Release|Win32
{11A35235-DD48-41E2-8F40-825C78024BC0}.Release|Win32.Build.0 = Release|Win32
{11A35235-DD48-41E2-8F40-825C78024BC0}.Release|x64.ActiveCfg = Release|x64
{11A35235-DD48-41E2-8F40-825C78024BC0}.Release|x64.Build.0 = Release|x64
{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}.Debug|Win32.ActiveCfg = Debug|Win32
{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}.Debug|Win32.Build.0 = Debug|Win32
{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}.Debug|x64.ActiveCfg = Debug|x64
{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}.Debug|x64.Build.0 = Debug|x64
{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}.Release|Win32.ActiveCfg = Release|Win32
{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}.Release|Win32.Build.0 = Release|Win32
{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}.Release|x64.ActiveCfg = Release|x64
{D75E4F7D-0CC8-4F0F-B8A2-5E384A27753C}.Release|x64.Build.0 = Release|x64
{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}.Debug|Win32.ActiveCfg = Debug|Win32
{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}.Debug|Win32.Build.0 = Debug|Win32
{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}.Debug|x64.ActiveCfg = Debug|x64
{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}.Debug|x64.Build.0 = Debug|x64
{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}.Release|Win32.ActiveCfg = Release|Win32
{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}.Release|Win32.Build.0 = Release|Win32
{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}.Release|x64.ActiveCfg = Release|x64
{7BB0C67E-9CDD-4ABB-8728-41F2BE5C54D8}.Release|x64.Build.0 = Release|x64
{12111D5C-819C-4BAF-9783-E6AF8CBC2700}.Debug|Win32.ActiveCfg = Debug|Win32
{12111D5C-819C-4BAF-9783-E6AF8CBC2700}.Debug|Win32.Build.0 = Debug|Win32
{12111D5C-819C-4BAF-9783-E6AF8CBC2700}.Debug|x64.ActiveCfg = Debug|x64
{12111D5C-819C-4BAF-9783-E6AF8CBC2700}.Debug|x64.Build.0 = Debug|x64
{12111D5C-819C-4BAF-9783-E6AF8CBC2700}.Release|Win32.ActiveCfg = Release|Win32
{12111D5C-819C-4BAF-9783-E6AF8CBC2700}.Release|Win32.Build.0 = Release|Win32
{12111D5C-819C-4BAF-9783-E6AF8CBC2700}.Release|x64.ActiveCfg = Release|x64
{12111D5C-819C-4BAF-9783-E6AF8CBC2700}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal