This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhamarb123.SharpGLES.sln
92 lines (92 loc) · 5.56 KB
/
hamarb123.SharpGLES.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
87
88
89
90
91
92
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hamarb123.SharpGLES.Desktop", "hamarb123.SharpGLES\hamarb123.SharpGLES.Desktop.csproj", "{CF294894-F871-4CC4-B947-FEED7967A49E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "hamarb123.SharpGLES.UWP", "hamarb123.SharpGLES\hamarb123.SharpGLES.UWP.csproj", "{E7B85A21-5884-4678-BCA7-D0BE541CF69B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EDBF7291-B298-47A7-973A-FBA62ACE4B9B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GLESApp1", "Examples\GLESApp1\GLESApp1.csproj", "{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GLESApp1_UWP", "Examples\GLESApp1_UWP\GLESApp1_UWP.csproj", "{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{CB759A51-D9D2-4633-9E0C-C1108B74B3EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF294894-F871-4CC4-B947-FEED7967A49E}.Debug|ARM.ActiveCfg = Debug|x86
{CF294894-F871-4CC4-B947-FEED7967A49E}.Debug|x64.ActiveCfg = Debug|x64
{CF294894-F871-4CC4-B947-FEED7967A49E}.Debug|x64.Build.0 = Debug|x64
{CF294894-F871-4CC4-B947-FEED7967A49E}.Debug|x86.ActiveCfg = Debug|x86
{CF294894-F871-4CC4-B947-FEED7967A49E}.Debug|x86.Build.0 = Debug|x86
{CF294894-F871-4CC4-B947-FEED7967A49E}.Release|ARM.ActiveCfg = Release|x86
{CF294894-F871-4CC4-B947-FEED7967A49E}.Release|x64.ActiveCfg = Release|x64
{CF294894-F871-4CC4-B947-FEED7967A49E}.Release|x64.Build.0 = Release|x64
{CF294894-F871-4CC4-B947-FEED7967A49E}.Release|x86.ActiveCfg = Release|x86
{CF294894-F871-4CC4-B947-FEED7967A49E}.Release|x86.Build.0 = Release|x86
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Debug|ARM.ActiveCfg = Debug|ARM
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Debug|ARM.Build.0 = Debug|ARM
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Debug|x64.ActiveCfg = Debug|x64
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Debug|x64.Build.0 = Debug|x64
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Debug|x86.ActiveCfg = Debug|x86
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Debug|x86.Build.0 = Debug|x86
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Release|ARM.ActiveCfg = Release|ARM
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Release|ARM.Build.0 = Release|ARM
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Release|x64.ActiveCfg = Release|x64
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Release|x64.Build.0 = Release|x64
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Release|x86.ActiveCfg = Release|x86
{E7B85A21-5884-4678-BCA7-D0BE541CF69B}.Release|x86.Build.0 = Release|x86
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Debug|ARM.ActiveCfg = Debug|x86
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Debug|x64.ActiveCfg = Debug|x64
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Debug|x64.Build.0 = Debug|x64
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Debug|x86.ActiveCfg = Debug|x86
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Debug|x86.Build.0 = Debug|x86
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Release|ARM.ActiveCfg = Release|x86
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Release|x64.ActiveCfg = Release|x64
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Release|x64.Build.0 = Release|x64
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Release|x86.ActiveCfg = Release|x86
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200}.Release|x86.Build.0 = Release|x86
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|ARM.ActiveCfg = Debug|ARM
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|ARM.Build.0 = Debug|ARM
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|ARM.Deploy.0 = Debug|ARM
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|x64.ActiveCfg = Debug|x64
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|x64.Build.0 = Debug|x64
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|x64.Deploy.0 = Debug|x64
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|x86.ActiveCfg = Debug|x86
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|x86.Build.0 = Debug|x86
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Debug|x86.Deploy.0 = Debug|x86
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|ARM.ActiveCfg = Release|ARM
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|ARM.Build.0 = Release|ARM
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|ARM.Deploy.0 = Release|ARM
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|x64.ActiveCfg = Release|x64
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|x64.Build.0 = Release|x64
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|x64.Deploy.0 = Release|x64
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|x86.ActiveCfg = Release|x86
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|x86.Build.0 = Release|x86
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6615AAA8-6CAD-4C84-8FA6-899FC4C0F200} = {CB759A51-D9D2-4633-9E0C-C1108B74B3EC}
{39EF57E5-6DFC-4A53-BEF6-78A25F0309C1} = {CB759A51-D9D2-4633-9E0C-C1108B74B3EC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D688F2B-566A-4749-83AB-35B754E3A8C3}
EndGlobalSection
EndGlobal