-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathImageSharp.AVCodecFormats.sln
59 lines (59 loc) · 3.72 KB
/
ImageSharp.AVCodecFormats.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
50
51
52
53
54
55
56
57
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.AVCodecFormats", "src\ImageSharp.AVCodecFormats\ImageSharp.AVCodecFormats.csproj", "{2040DBC4-B6A4-48D5-B115-F37C243237C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageSharp.AVCodecFormats.Tests", "test\ImageSharp.AVCodecFormats.Tests\ImageSharp.AVCodecFormats.Tests.csproj", "{5CF43797-E0DF-4498-8E7A-614F1641DB36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "build\Build.csproj", "{167F644C-6FB3-4D2A-8074-321B696E5877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FFMediaToolkit", "FFMediaToolkit\FFMediaToolkit\FFMediaToolkit.csproj", "{956411F4-6150-4F02-8DE7-C5AA954E5448}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2040DBC4-B6A4-48D5-B115-F37C243237C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2040DBC4-B6A4-48D5-B115-F37C243237C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2040DBC4-B6A4-48D5-B115-F37C243237C8}.Debug|x64.ActiveCfg = Debug|Any CPU
{2040DBC4-B6A4-48D5-B115-F37C243237C8}.Debug|x64.Build.0 = Debug|Any CPU
{2040DBC4-B6A4-48D5-B115-F37C243237C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2040DBC4-B6A4-48D5-B115-F37C243237C8}.Release|Any CPU.Build.0 = Release|Any CPU
{2040DBC4-B6A4-48D5-B115-F37C243237C8}.Release|x64.ActiveCfg = Release|Any CPU
{2040DBC4-B6A4-48D5-B115-F37C243237C8}.Release|x64.Build.0 = Release|Any CPU
{5CF43797-E0DF-4498-8E7A-614F1641DB36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CF43797-E0DF-4498-8E7A-614F1641DB36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CF43797-E0DF-4498-8E7A-614F1641DB36}.Debug|x64.ActiveCfg = Debug|Any CPU
{5CF43797-E0DF-4498-8E7A-614F1641DB36}.Debug|x64.Build.0 = Debug|Any CPU
{5CF43797-E0DF-4498-8E7A-614F1641DB36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CF43797-E0DF-4498-8E7A-614F1641DB36}.Release|Any CPU.Build.0 = Release|Any CPU
{5CF43797-E0DF-4498-8E7A-614F1641DB36}.Release|x64.ActiveCfg = Release|Any CPU
{5CF43797-E0DF-4498-8E7A-614F1641DB36}.Release|x64.Build.0 = Release|Any CPU
{167F644C-6FB3-4D2A-8074-321B696E5877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{167F644C-6FB3-4D2A-8074-321B696E5877}.Debug|x64.ActiveCfg = Debug|Any CPU
{167F644C-6FB3-4D2A-8074-321B696E5877}.Debug|x64.Build.0 = Debug|Any CPU
{167F644C-6FB3-4D2A-8074-321B696E5877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{167F644C-6FB3-4D2A-8074-321B696E5877}.Release|x64.ActiveCfg = Release|Any CPU
{167F644C-6FB3-4D2A-8074-321B696E5877}.Release|x64.Build.0 = Release|Any CPU
{956411F4-6150-4F02-8DE7-C5AA954E5448}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{956411F4-6150-4F02-8DE7-C5AA954E5448}.Debug|Any CPU.Build.0 = Debug|Any CPU
{956411F4-6150-4F02-8DE7-C5AA954E5448}.Debug|x64.ActiveCfg = Debug|Any CPU
{956411F4-6150-4F02-8DE7-C5AA954E5448}.Debug|x64.Build.0 = Debug|Any CPU
{956411F4-6150-4F02-8DE7-C5AA954E5448}.Release|Any CPU.ActiveCfg = Release|Any CPU
{956411F4-6150-4F02-8DE7-C5AA954E5448}.Release|Any CPU.Build.0 = Release|Any CPU
{956411F4-6150-4F02-8DE7-C5AA954E5448}.Release|x64.ActiveCfg = Release|Any CPU
{956411F4-6150-4F02-8DE7-C5AA954E5448}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4BA26C91-120B-46BC-90FB-6DB10B956C07}
EndGlobalSection
EndGlobal