-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinecraftSkinRender.sln
84 lines (84 loc) · 5.8 KB
/
MinecraftSkinRender.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35219.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftSkinRender.OpenGL", "MinecraftSkinRender.OpenGL\MinecraftSkinRender.OpenGL.csproj", "{1C2C471E-E676-4B29-880D-5A29D4E9BB19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7EBF10A-DDC6-4D2D-9589-C55C99178BB0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OpenGL", "OpenGL", "{25A9F83C-0B0E-42E7-AE4A-4CCD32B0DCF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftSkinRender.OpenGL.Silk", "MinecraftSkinRender.OpenGL.Silk\MinecraftSkinRender.OpenGL.Silk.csproj", "{DD037A0B-5622-4965-981C-DB1A11721241}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftSkinRender.MojangApi", "MinecraftSkinRender.MojangApi\MinecraftSkinRender.MojangApi.csproj", "{76DE579D-1320-420E-BAD4-8F4EEE97E9A3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Vulkan", "Vulkan", "{F9E862CC-5617-4DD1-94BF-7FAC86584428}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftSkinRender.Vulkan", "MinecraftSkinRender.Vulkan\MinecraftSkinRender.Vulkan.csproj", "{57C6EA6E-353D-4E6C-AF47-0F396BAFA377}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftSkinRender", "MinecraftSkinRender\MinecraftSkinRender.csproj", "{F25AE007-975E-4554-959F-BC7713A61788}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftSkinRender.Vulkan.Silk", "MinecraftSkinRender.Vulkan.Silk\MinecraftSkinRender.Vulkan.Silk.csproj", "{D2BFBC20-59C5-465A-9C31-E85A4461956D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftSkinRender.Vulkan.Avalonia", "MinecraftSkinRender.Vulkan.Avalonia\MinecraftSkinRender.Vulkan.Avalonia.csproj", "{D7E3AA61-E86C-4410-8718-688DB72AF381}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MinecraftSkinRender.Vulkan.KHR", "MinecraftSkinRender.Vulkan.KHR\MinecraftSkinRender.Vulkan.KHR.csproj", "{981D7CF8-4A72-4067-9F22-06056AAFB6E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1C2C471E-E676-4B29-880D-5A29D4E9BB19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C2C471E-E676-4B29-880D-5A29D4E9BB19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C2C471E-E676-4B29-880D-5A29D4E9BB19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C2C471E-E676-4B29-880D-5A29D4E9BB19}.Release|Any CPU.Build.0 = Release|Any CPU
{DD037A0B-5622-4965-981C-DB1A11721241}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD037A0B-5622-4965-981C-DB1A11721241}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD037A0B-5622-4965-981C-DB1A11721241}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD037A0B-5622-4965-981C-DB1A11721241}.Release|Any CPU.Build.0 = Release|Any CPU
{76DE579D-1320-420E-BAD4-8F4EEE97E9A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76DE579D-1320-420E-BAD4-8F4EEE97E9A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76DE579D-1320-420E-BAD4-8F4EEE97E9A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76DE579D-1320-420E-BAD4-8F4EEE97E9A3}.Release|Any CPU.Build.0 = Release|Any CPU
{57C6EA6E-353D-4E6C-AF47-0F396BAFA377}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57C6EA6E-353D-4E6C-AF47-0F396BAFA377}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57C6EA6E-353D-4E6C-AF47-0F396BAFA377}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57C6EA6E-353D-4E6C-AF47-0F396BAFA377}.Release|Any CPU.Build.0 = Release|Any CPU
{F25AE007-975E-4554-959F-BC7713A61788}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F25AE007-975E-4554-959F-BC7713A61788}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F25AE007-975E-4554-959F-BC7713A61788}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F25AE007-975E-4554-959F-BC7713A61788}.Release|Any CPU.Build.0 = Release|Any CPU
{D2BFBC20-59C5-465A-9C31-E85A4461956D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2BFBC20-59C5-465A-9C31-E85A4461956D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2BFBC20-59C5-465A-9C31-E85A4461956D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2BFBC20-59C5-465A-9C31-E85A4461956D}.Release|Any CPU.Build.0 = Release|Any CPU
{D7E3AA61-E86C-4410-8718-688DB72AF381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7E3AA61-E86C-4410-8718-688DB72AF381}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7E3AA61-E86C-4410-8718-688DB72AF381}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7E3AA61-E86C-4410-8718-688DB72AF381}.Release|Any CPU.Build.0 = Release|Any CPU
{981D7CF8-4A72-4067-9F22-06056AAFB6E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{981D7CF8-4A72-4067-9F22-06056AAFB6E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{981D7CF8-4A72-4067-9F22-06056AAFB6E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{981D7CF8-4A72-4067-9F22-06056AAFB6E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1C2C471E-E676-4B29-880D-5A29D4E9BB19} = {25A9F83C-0B0E-42E7-AE4A-4CCD32B0DCF6}
{DD037A0B-5622-4965-981C-DB1A11721241} = {25A9F83C-0B0E-42E7-AE4A-4CCD32B0DCF6}
{57C6EA6E-353D-4E6C-AF47-0F396BAFA377} = {F9E862CC-5617-4DD1-94BF-7FAC86584428}
{D2BFBC20-59C5-465A-9C31-E85A4461956D} = {F9E862CC-5617-4DD1-94BF-7FAC86584428}
{D7E3AA61-E86C-4410-8718-688DB72AF381} = {F9E862CC-5617-4DD1-94BF-7FAC86584428}
{981D7CF8-4A72-4067-9F22-06056AAFB6E1} = {F9E862CC-5617-4DD1-94BF-7FAC86584428}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D419F0CC-FD7E-4029-8FE8-5D679F06E31C}
EndGlobalSection
EndGlobal