-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNetLibDirectshowCapture.sln
More file actions
37 lines (37 loc) · 2.09 KB
/
NetLibDirectshowCapture.sln
File metadata and controls
37 lines (37 loc) · 2.09 KB
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 Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NetLibDirectshowCapture", "NetLibDirectshowCapture\NetLibDirectshowCapture.vcxproj", "{F54900FF-3C66-4E62-BD12-FD2D55E2C9A7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dshowcapture", "libdshowcapture\vs\2013\dshowcapture\dshowcapture.vcxproj", "{FFF52519-38BB-4155-851D-4209EC67ACA7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetLibDirectshowCaptureExample", "NetLibDirectshowCaptureExample\NetLibDirectshowCaptureExample.csproj", "{912571BA-E0ED-4D3A-B57B-3D86EB5F47B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F54900FF-3C66-4E62-BD12-FD2D55E2C9A7}.Debug|x64.ActiveCfg = Debug|x64
{F54900FF-3C66-4E62-BD12-FD2D55E2C9A7}.Debug|x64.Build.0 = Debug|x64
{F54900FF-3C66-4E62-BD12-FD2D55E2C9A7}.Release|x64.ActiveCfg = Release|x64
{F54900FF-3C66-4E62-BD12-FD2D55E2C9A7}.Release|x64.Build.0 = Release|x64
{FFF52519-38BB-4155-851D-4209EC67ACA7}.Debug|x64.ActiveCfg = Debug|x64
{FFF52519-38BB-4155-851D-4209EC67ACA7}.Debug|x64.Build.0 = Debug|x64
{FFF52519-38BB-4155-851D-4209EC67ACA7}.Release|x64.ActiveCfg = Release|x64
{FFF52519-38BB-4155-851D-4209EC67ACA7}.Release|x64.Build.0 = Release|x64
{912571BA-E0ED-4D3A-B57B-3D86EB5F47B8}.Debug|x64.ActiveCfg = Debug|Any CPU
{912571BA-E0ED-4D3A-B57B-3D86EB5F47B8}.Debug|x64.Build.0 = Debug|Any CPU
{912571BA-E0ED-4D3A-B57B-3D86EB5F47B8}.Release|x64.ActiveCfg = Release|Any CPU
{912571BA-E0ED-4D3A-B57B-3D86EB5F47B8}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {443EC45F-5213-4D9F-85A2-375B51E6B62F}
EndGlobalSection
EndGlobal