forked from tomaszzmuda/Xabe.FFmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xabe.FFmpeg.sln
47 lines (47 loc) · 2.46 KB
/
Xabe.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29926.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{986DB5E3-B71F-4AC6-A530-2F527D78CB9F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.ps1 = build.ps1
build.sh = build.sh
LICENSE.md = LICENSE.md
README.md = README.md
Xabe.FFMpeg.sln.DotSettings = Xabe.FFMpeg.sln.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xabe.FFmpeg", "src\Xabe.FFmpeg\Xabe.FFmpeg.csproj", "{276976D0-A3A0-4289-9956-9E2B48E07C39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xabe.FFmpeg.Downloader", "src\Xabe.FFmpeg.Downloader\Xabe.FFmpeg.Downloader.csproj", "{9B0EABEC-EAB6-4BCA-9DEF-5512F7FA4C4B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xabe.FFmpeg.Test", "test\Xabe.FFmpeg.Test\Xabe.FFmpeg.Test.csproj", "{F95D3F87-2537-43DC-8B06-D7899F5B4BCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{276976D0-A3A0-4289-9956-9E2B48E07C39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{276976D0-A3A0-4289-9956-9E2B48E07C39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{276976D0-A3A0-4289-9956-9E2B48E07C39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{276976D0-A3A0-4289-9956-9E2B48E07C39}.Release|Any CPU.Build.0 = Release|Any CPU
{9B0EABEC-EAB6-4BCA-9DEF-5512F7FA4C4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B0EABEC-EAB6-4BCA-9DEF-5512F7FA4C4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B0EABEC-EAB6-4BCA-9DEF-5512F7FA4C4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B0EABEC-EAB6-4BCA-9DEF-5512F7FA4C4B}.Release|Any CPU.Build.0 = Release|Any CPU
{F95D3F87-2537-43DC-8B06-D7899F5B4BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F95D3F87-2537-43DC-8B06-D7899F5B4BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F95D3F87-2537-43DC-8B06-D7899F5B4BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F95D3F87-2537-43DC-8B06-D7899F5B4BCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {985B19C9-4F0D-4A74-9418-AE97F0C5CC91}
EndGlobalSection
EndGlobal