-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathHanumanInstitute.FFmpeg.sln
48 lines (48 loc) · 2.78 KB
/
HanumanInstitute.FFmpeg.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFmpeg", "FFmpeg\FFmpeg.csproj", "{C01178B4-A869-45F8-9B2B-7683F9EBB53D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D88EA79E-DBA5-4FD5-A39D-569D7ADD0D8A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFmpeg.UnitTests", "FFmpeg.UnitTests\FFmpeg.UnitTests.csproj", "{2B8E982F-0A3F-4FA7-BB64-06B49374D0AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FFmpeg.IntegrationTests", "FFmpeg.IntegrationTests\FFmpeg.IntegrationTests.csproj", "{E1C8D143-C627-48BF-9063-67C419097B19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleApplication", "ExampleApplication\ExampleApplication.csproj", "{447039C1-8ADF-4931-89E7-B27320D2CA7D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C01178B4-A869-45F8-9B2B-7683F9EBB53D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C01178B4-A869-45F8-9B2B-7683F9EBB53D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C01178B4-A869-45F8-9B2B-7683F9EBB53D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C01178B4-A869-45F8-9B2B-7683F9EBB53D}.Release|Any CPU.Build.0 = Release|Any CPU
{2B8E982F-0A3F-4FA7-BB64-06B49374D0AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B8E982F-0A3F-4FA7-BB64-06B49374D0AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B8E982F-0A3F-4FA7-BB64-06B49374D0AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B8E982F-0A3F-4FA7-BB64-06B49374D0AB}.Release|Any CPU.Build.0 = Release|Any CPU
{E1C8D143-C627-48BF-9063-67C419097B19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1C8D143-C627-48BF-9063-67C419097B19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1C8D143-C627-48BF-9063-67C419097B19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1C8D143-C627-48BF-9063-67C419097B19}.Release|Any CPU.Build.0 = Release|Any CPU
{447039C1-8ADF-4931-89E7-B27320D2CA7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{447039C1-8ADF-4931-89E7-B27320D2CA7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{447039C1-8ADF-4931-89E7-B27320D2CA7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{447039C1-8ADF-4931-89E7-B27320D2CA7D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4458AB03-25E7-41B4-8DFD-0F2DF8B6A3F5}
EndGlobalSection
EndGlobal