-
Notifications
You must be signed in to change notification settings - Fork 0
/
MGXPlatformNetCore.sln
71 lines (71 loc) · 4.33 KB
/
MGXPlatformNetCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32127.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleAppGL", "ConsoleAppGL\ConsoleAppGL.csproj", "{79278890-9931-4553-B777-5318B4E931FC}"
ProjectSection(ProjectDependencies) = postProject
{CEE67DF4-69AB-449B-846C-0401D3DCA756} = {CEE67DF4-69AB-449B-846C-0401D3DCA756}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CWindowsAppDX", "ConsoleAppDX\CWindowsAppDX.csproj", "{C8BC51E7-20FE-4E4B-8193-C886BC06691C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AndroidApp", "AndroidApp\AndroidApp.csproj", "{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IOSApp", "IOSApp\IOSApp.csproj", "{D52C5657-DE61-4CC4-B106-86F2F5517717}"
ProjectSection(ProjectDependencies) = postProject
{CEE67DF4-69AB-449B-846C-0401D3DCA756} = {CEE67DF4-69AB-449B-846C-0401D3DCA756}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MGCore", "MGCore\MGCore.csproj", "{CEE67DF4-69AB-449B-846C-0401D3DCA756}"
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
{79278890-9931-4553-B777-5318B4E931FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79278890-9931-4553-B777-5318B4E931FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79278890-9931-4553-B777-5318B4E931FC}.Debug|x64.ActiveCfg = Debug|Any CPU
{79278890-9931-4553-B777-5318B4E931FC}.Debug|x64.Build.0 = Debug|Any CPU
{79278890-9931-4553-B777-5318B4E931FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79278890-9931-4553-B777-5318B4E931FC}.Release|Any CPU.Build.0 = Release|Any CPU
{79278890-9931-4553-B777-5318B4E931FC}.Release|x64.ActiveCfg = Release|Any CPU
{79278890-9931-4553-B777-5318B4E931FC}.Release|x64.Build.0 = Release|Any CPU
{C8BC51E7-20FE-4E4B-8193-C886BC06691C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8BC51E7-20FE-4E4B-8193-C886BC06691C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8BC51E7-20FE-4E4B-8193-C886BC06691C}.Debug|x64.ActiveCfg = Debug|Any CPU
{C8BC51E7-20FE-4E4B-8193-C886BC06691C}.Debug|x64.Build.0 = Debug|Any CPU
{C8BC51E7-20FE-4E4B-8193-C886BC06691C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8BC51E7-20FE-4E4B-8193-C886BC06691C}.Release|Any CPU.Build.0 = Release|Any CPU
{C8BC51E7-20FE-4E4B-8193-C886BC06691C}.Release|x64.ActiveCfg = Release|Any CPU
{C8BC51E7-20FE-4E4B-8193-C886BC06691C}.Release|x64.Build.0 = Release|Any CPU
{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}.Debug|Any CPU.ActiveCfg = Debug|ARM64
{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}.Debug|Any CPU.Build.0 = Debug|ARM64
{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}.Debug|Any CPU.Deploy.0 = Debug|ARM64
{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}.Debug|x64.ActiveCfg = Debug|ARM64
{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}.Release|Any CPU.ActiveCfg = Release|ARM64
{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}.Release|Any CPU.Build.0 = Release|ARM64
{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}.Release|Any CPU.Deploy.0 = Release|ARM64
{DCE90FD2-9EDF-4B6F-86BA-99B5F89848BE}.Release|x64.ActiveCfg = Release|ARM64
{D52C5657-DE61-4CC4-B106-86F2F5517717}.Debug|Any CPU.ActiveCfg = Debug|ARM64
{D52C5657-DE61-4CC4-B106-86F2F5517717}.Debug|x64.ActiveCfg = Debug|ARM64
{D52C5657-DE61-4CC4-B106-86F2F5517717}.Release|Any CPU.ActiveCfg = Release|ARM64
{D52C5657-DE61-4CC4-B106-86F2F5517717}.Release|x64.ActiveCfg = Release|ARM64
{CEE67DF4-69AB-449B-846C-0401D3DCA756}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEE67DF4-69AB-449B-846C-0401D3DCA756}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEE67DF4-69AB-449B-846C-0401D3DCA756}.Debug|x64.ActiveCfg = Debug|Any CPU
{CEE67DF4-69AB-449B-846C-0401D3DCA756}.Debug|x64.Build.0 = Debug|Any CPU
{CEE67DF4-69AB-449B-846C-0401D3DCA756}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEE67DF4-69AB-449B-846C-0401D3DCA756}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CACDA8EC-3E94-4D77-B24E-1C5BA9290B69}
EndGlobalSection
EndGlobal