-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathUnosquare.FFplaySharp.sln
55 lines (55 loc) · 3.46 KB
/
Unosquare.FFplaySharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.FFplaySharp", "Unosquare.FFplaySharp\Unosquare.FFplaySharp.csproj", "{4C1E5ECC-55F0-4689-8077-03AF011C40A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{375ECC63-A1E1-419F-9CBE-81169B96EE73}"
ProjectSection(SolutionItems) = preProject
Support\README-SDL.txt = Support\README-SDL.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.FFplaySharp.Sdl", "Unosquare.FFplaySharp.Sdl\Unosquare.FFplaySharp.Sdl.csproj", "{50CA1257-A86C-43BA-94E0-DE1DE761D3A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unosquare.FFplaySharp.Wpf", "Unosquare.FFplaySharp.Wpf\Unosquare.FFplaySharp.Wpf.csproj", "{37D83522-070E-4D35-9A0B-1461C351E9CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unosquare.FFplaySharp.Avalonia", "Unosquare.FFplaySharp.Avalonia\Unosquare.FFplaySharp.Avalonia.csproj", "{7EEB9E61-B108-416E-A48B-49C4158095FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unosquare.FFplaySharp.WinWave", "Unosquare.FFplaySharp.WinWave\Unosquare.FFplaySharp.WinWave.csproj", "{66DA73F6-EE13-4477-AB30-05E0C74E71B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C1E5ECC-55F0-4689-8077-03AF011C40A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C1E5ECC-55F0-4689-8077-03AF011C40A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C1E5ECC-55F0-4689-8077-03AF011C40A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C1E5ECC-55F0-4689-8077-03AF011C40A2}.Release|Any CPU.Build.0 = Release|Any CPU
{50CA1257-A86C-43BA-94E0-DE1DE761D3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50CA1257-A86C-43BA-94E0-DE1DE761D3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50CA1257-A86C-43BA-94E0-DE1DE761D3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50CA1257-A86C-43BA-94E0-DE1DE761D3A8}.Release|Any CPU.Build.0 = Release|Any CPU
{37D83522-070E-4D35-9A0B-1461C351E9CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37D83522-070E-4D35-9A0B-1461C351E9CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37D83522-070E-4D35-9A0B-1461C351E9CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37D83522-070E-4D35-9A0B-1461C351E9CB}.Release|Any CPU.Build.0 = Release|Any CPU
{7EEB9E61-B108-416E-A48B-49C4158095FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EEB9E61-B108-416E-A48B-49C4158095FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EEB9E61-B108-416E-A48B-49C4158095FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EEB9E61-B108-416E-A48B-49C4158095FA}.Release|Any CPU.Build.0 = Release|Any CPU
{66DA73F6-EE13-4477-AB30-05E0C74E71B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66DA73F6-EE13-4477-AB30-05E0C74E71B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66DA73F6-EE13-4477-AB30-05E0C74E71B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66DA73F6-EE13-4477-AB30-05E0C74E71B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {964BA6C7-846C-474B-90AC-7E8BBA060040}
EndGlobalSection
EndGlobal