-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibvlcpp.sln
49 lines (49 loc) · 2.43 KB
/
libvlcpp.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvlcpp", "libvlcpp\libvlcpp.vcproj", "{C13932BD-2715-4C21-920B-71020B0781AB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vlcpp", "vlcpp\vlcpp.vcproj", "{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}"
ProjectSection(ProjectDependencies) = postProject
{C13932BD-2715-4C21-920B-71020B0781AB} = {C13932BD-2715-4C21-920B-71020B0781AB}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0603E210-03CF-4ED2-A65C-554BD107CB45}"
ProjectSection(SolutionItems) = preProject
AUTHORS = AUTHORS
ChangeLog = ChangeLog
COPYING = COPYING
COPYING-GPL3 = COPYING-GPL3
NEWS = NEWS
README = README
EndProjectSection
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
{C13932BD-2715-4C21-920B-71020B0781AB}.Debug|Win32.ActiveCfg = Debug|Win32
{C13932BD-2715-4C21-920B-71020B0781AB}.Debug|Win32.Build.0 = Debug|Win32
{C13932BD-2715-4C21-920B-71020B0781AB}.Debug|x64.ActiveCfg = Debug|x64
{C13932BD-2715-4C21-920B-71020B0781AB}.Debug|x64.Build.0 = Debug|x64
{C13932BD-2715-4C21-920B-71020B0781AB}.Release|Win32.ActiveCfg = Release|Win32
{C13932BD-2715-4C21-920B-71020B0781AB}.Release|Win32.Build.0 = Release|Win32
{C13932BD-2715-4C21-920B-71020B0781AB}.Release|x64.ActiveCfg = Release|x64
{C13932BD-2715-4C21-920B-71020B0781AB}.Release|x64.Build.0 = Release|x64
{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}.Debug|Win32.ActiveCfg = Debug|Win32
{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}.Debug|Win32.Build.0 = Debug|Win32
{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}.Debug|x64.ActiveCfg = Debug|x64
{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}.Debug|x64.Build.0 = Debug|x64
{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}.Release|Win32.ActiveCfg = Release|Win32
{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}.Release|Win32.Build.0 = Release|Win32
{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}.Release|x64.ActiveCfg = Release|x64
{E8FCD863-1547-418F-8498-9CCC7F3DEC0C}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal