-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFFMpegWrapper.sln
More file actions
29 lines (29 loc) · 1.5 KB
/
FFMpegWrapper.sln
File metadata and controls
29 lines (29 loc) · 1.5 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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FFMpegWrapperTest", "FFMpegWrapperTest\FFMpegWrapperTest.vcproj", "{1B354F22-2DF2-4862-B5B9-8E7CF27ABD5D}"
ProjectSection(ProjectDependencies) = postProject
{38B2B370-B30A-4E12-BD69-8E60A348DBE3} = {38B2B370-B30A-4E12-BD69-8E60A348DBE3}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FFMpegWrapper", "FFMpegWrapper.vcproj", "{38B2B370-B30A-4E12-BD69-8E60A348DBE3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B354F22-2DF2-4862-B5B9-8E7CF27ABD5D}.Debug|Win32.ActiveCfg = Debug|Win32
{1B354F22-2DF2-4862-B5B9-8E7CF27ABD5D}.Debug|Win32.Build.0 = Debug|Win32
{1B354F22-2DF2-4862-B5B9-8E7CF27ABD5D}.Release|Win32.ActiveCfg = Release|Win32
{1B354F22-2DF2-4862-B5B9-8E7CF27ABD5D}.Release|Win32.Build.0 = Release|Win32
{38B2B370-B30A-4E12-BD69-8E60A348DBE3}.Debug|Win32.ActiveCfg = Debug|Win32
{38B2B370-B30A-4E12-BD69-8E60A348DBE3}.Debug|Win32.Build.0 = Debug|Win32
{38B2B370-B30A-4E12-BD69-8E60A348DBE3}.Release|Win32.ActiveCfg = Release|Win32
{38B2B370-B30A-4E12-BD69-8E60A348DBE3}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal