-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVideoExtractor.sln
More file actions
executable file
·46 lines (46 loc) · 2.55 KB
/
VideoExtractor.sln
File metadata and controls
executable file
·46 lines (46 loc) · 2.55 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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "VideoExtractor", "VideoExtractor", "{A3EBF5A2-FB34-4079-AAC7-EE0742D78564}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VideoExtractor.Shared", "VideoExtractor.Shared\VideoExtractor.Shared.vcxitems", "{D5C9C49E-F8A6-4F98-B7BB-A1A76E296DDD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VideoExtractor.Windows", "VideoExtractor.Windows\VideoExtractor.Windows.vcxproj", "{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
VideoExtractor.Shared\VideoExtractor.Shared.vcxitems*{d5c9c49e-f8a6-4f98-b7bb-a1a76e296ddd}*SharedItemsImports = 9
VideoExtractor.Shared\VideoExtractor.Shared.vcxitems*{656ad7ea-03ec-491b-bf06-cd8db0b76aa4}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|ARM = Release|ARM
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Debug|ARM.ActiveCfg = Debug|ARM
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Debug|ARM.Build.0 = Debug|ARM
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Debug|Win32.ActiveCfg = Debug|Win32
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Debug|Win32.Build.0 = Debug|Win32
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Debug|x64.ActiveCfg = Debug|x64
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Debug|x64.Build.0 = Debug|x64
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Release|ARM.ActiveCfg = Release|ARM
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Release|ARM.Build.0 = Release|ARM
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Release|Win32.ActiveCfg = Release|Win32
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Release|Win32.Build.0 = Release|Win32
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Release|x64.ActiveCfg = Release|x64
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D5C9C49E-F8A6-4F98-B7BB-A1A76E296DDD} = {A3EBF5A2-FB34-4079-AAC7-EE0742D78564}
{656AD7EA-03EC-491B-BF06-CD8DB0B76AA4} = {A3EBF5A2-FB34-4079-AAC7-EE0742D78564}
EndGlobalSection
EndGlobal