-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlayer.macOS.sln
86 lines (86 loc) · 5.59 KB
/
Player.macOS.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1700.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Player.UI.macOS", "UI\macOS\Player.UI.macOS.csproj", "{5886F24E-7A6A-4861-BCF3-0C237207E156}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Player.UI", "UI\Common\Player.UI.csproj", "{292E0AB5-280A-46B0-97C4-7A9ABD794413}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Player.Core", "Core\Player.Core.csproj", "{0197F082-CEA8-4CFF-96CC-72D28E2E67E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Player.GPU", "GPU\Common\Player.GPU.csproj", "{D7258E82-6D7F-425B-946A-A2FB75C6F5D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Player.GPU.OpenGL.macOS", "GPU\OpenGL\Player.GPU.OpenGL.macOS.csproj", "{E4E15C79-CA11-4C9D-851C-36B27F5DCA46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GPU", "GPU", "{B61BB7E4-344F-4FFE-8A8F-75A4318AFAB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UI", "UI", "{80F9CF39-FEFB-4A5F-8F0C-315F43412549}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Player.GPU.OpenCL", "GPU\OpenCL\Player.GPU.OpenCL.csproj", "{040A233E-B24C-4914-9C6F-DDC5E6111D31}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Audio", "Audio", "{40628F45-9195-431D-8BC7-03D2FA041D93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Player.Audio", "Audio\Common\Player.Audio.csproj", "{C9FCFA46-5DF0-4BFA-B994-1B9B7A153025}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Player.Audio.macOS", "Audio\macOS\Player.Audio.macOS.csproj", "{ED9B36C3-6E5F-495F-86A3-655446AD74E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5886F24E-7A6A-4861-BCF3-0C237207E156}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5886F24E-7A6A-4861-BCF3-0C237207E156}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5886F24E-7A6A-4861-BCF3-0C237207E156}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5886F24E-7A6A-4861-BCF3-0C237207E156}.Release|Any CPU.Build.0 = Release|Any CPU
{292E0AB5-280A-46B0-97C4-7A9ABD794413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{292E0AB5-280A-46B0-97C4-7A9ABD794413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{292E0AB5-280A-46B0-97C4-7A9ABD794413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{292E0AB5-280A-46B0-97C4-7A9ABD794413}.Release|Any CPU.Build.0 = Release|Any CPU
{0197F082-CEA8-4CFF-96CC-72D28E2E67E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0197F082-CEA8-4CFF-96CC-72D28E2E67E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0197F082-CEA8-4CFF-96CC-72D28E2E67E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0197F082-CEA8-4CFF-96CC-72D28E2E67E2}.Release|Any CPU.Build.0 = Release|Any CPU
{D7258E82-6D7F-425B-946A-A2FB75C6F5D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7258E82-6D7F-425B-946A-A2FB75C6F5D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7258E82-6D7F-425B-946A-A2FB75C6F5D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7258E82-6D7F-425B-946A-A2FB75C6F5D7}.Release|Any CPU.Build.0 = Release|Any CPU
{E4E15C79-CA11-4C9D-851C-36B27F5DCA46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4E15C79-CA11-4C9D-851C-36B27F5DCA46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4E15C79-CA11-4C9D-851C-36B27F5DCA46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4E15C79-CA11-4C9D-851C-36B27F5DCA46}.Release|Any CPU.Build.0 = Release|Any CPU
{040A233E-B24C-4914-9C6F-DDC5E6111D31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{040A233E-B24C-4914-9C6F-DDC5E6111D31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{040A233E-B24C-4914-9C6F-DDC5E6111D31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{040A233E-B24C-4914-9C6F-DDC5E6111D31}.Release|Any CPU.Build.0 = Release|Any CPU
{C9FCFA46-5DF0-4BFA-B994-1B9B7A153025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9FCFA46-5DF0-4BFA-B994-1B9B7A153025}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9FCFA46-5DF0-4BFA-B994-1B9B7A153025}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9FCFA46-5DF0-4BFA-B994-1B9B7A153025}.Release|Any CPU.Build.0 = Release|Any CPU
{ED9B36C3-6E5F-495F-86A3-655446AD74E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED9B36C3-6E5F-495F-86A3-655446AD74E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED9B36C3-6E5F-495F-86A3-655446AD74E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED9B36C3-6E5F-495F-86A3-655446AD74E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5CA2D02C-D3F0-48A0-9E7C-414491457533}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D7258E82-6D7F-425B-946A-A2FB75C6F5D7} = {B61BB7E4-344F-4FFE-8A8F-75A4318AFAB2}
{E4E15C79-CA11-4C9D-851C-36B27F5DCA46} = {B61BB7E4-344F-4FFE-8A8F-75A4318AFAB2}
{292E0AB5-280A-46B0-97C4-7A9ABD794413} = {80F9CF39-FEFB-4A5F-8F0C-315F43412549}
{5886F24E-7A6A-4861-BCF3-0C237207E156} = {80F9CF39-FEFB-4A5F-8F0C-315F43412549}
{040A233E-B24C-4914-9C6F-DDC5E6111D31} = {B61BB7E4-344F-4FFE-8A8F-75A4318AFAB2}
{C9FCFA46-5DF0-4BFA-B994-1B9B7A153025} = {40628F45-9195-431D-8BC7-03D2FA041D93}
{ED9B36C3-6E5F-495F-86A3-655446AD74E7} = {40628F45-9195-431D-8BC7-03D2FA041D93}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = OCTOPUS RAW Player
version = 1.0.2
EndGlobalSection
EndGlobal