-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathGLSL.sln
90 lines (90 loc) · 5.21 KB
/
GLSL.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB3F8079-DA22-47E0-A5D2-11483F73FEBD}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
CHANGELOG.md = CHANGELOG.md
CONTRIBUTING.md = CONTRIBUTING.md
ISSUE_TEMPLATE.md = ISSUE_TEMPLATE.md
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GLSL", "GLSL\GLSL.csproj", "{1263F508-47FF-4AE9-9783-2685E3984FCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GLSLx64", "GLSLx64\GLSLx64.csproj", "{77A49588-564D-45AF-919A-7B556D8739E1}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GLSL_Shared", "GLSL_Shared\GLSL_Shared.shproj", "{AD626879-876F-4811-B58B-270CBCAADB75}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Resources", "Resources", "{1AD3E5E5-264A-4C49-AB97-A5F823820D0A}"
ProjectSection(SolutionItems) = preProject
Resources\LICENSE.txt = Resources\LICENSE.txt
Resources\ShaderIcon.png = Resources\ShaderIcon.png
Resources\ShaderPreview.png = Resources\ShaderPreview.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Glslang", "Glslang\Glslang.csproj", "{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Debug|x64.ActiveCfg = Debug|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Debug|x64.Build.0 = Debug|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Debug|x86.ActiveCfg = Debug|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Debug|x86.Build.0 = Debug|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Release|Any CPU.Build.0 = Release|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Release|x64.ActiveCfg = Release|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Release|x64.Build.0 = Release|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Release|x86.ActiveCfg = Release|Any CPU
{1263F508-47FF-4AE9-9783-2685E3984FCF}.Release|x86.Build.0 = Release|Any CPU
{77A49588-564D-45AF-919A-7B556D8739E1}.Debug|Any CPU.ActiveCfg = Debug|x64
{77A49588-564D-45AF-919A-7B556D8739E1}.Debug|Any CPU.Build.0 = Debug|x64
{77A49588-564D-45AF-919A-7B556D8739E1}.Debug|x64.ActiveCfg = Debug|x64
{77A49588-564D-45AF-919A-7B556D8739E1}.Debug|x64.Build.0 = Debug|x64
{77A49588-564D-45AF-919A-7B556D8739E1}.Debug|x86.ActiveCfg = Debug|x86
{77A49588-564D-45AF-919A-7B556D8739E1}.Debug|x86.Build.0 = Debug|x86
{77A49588-564D-45AF-919A-7B556D8739E1}.Release|Any CPU.ActiveCfg = Release|x64
{77A49588-564D-45AF-919A-7B556D8739E1}.Release|Any CPU.Build.0 = Release|x64
{77A49588-564D-45AF-919A-7B556D8739E1}.Release|x64.ActiveCfg = Release|x64
{77A49588-564D-45AF-919A-7B556D8739E1}.Release|x64.Build.0 = Release|x64
{77A49588-564D-45AF-919A-7B556D8739E1}.Release|x86.ActiveCfg = Release|x86
{77A49588-564D-45AF-919A-7B556D8739E1}.Release|x86.Build.0 = Release|x86
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Debug|x64.ActiveCfg = Debug|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Debug|x64.Build.0 = Debug|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Debug|x86.ActiveCfg = Debug|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Debug|x86.Build.0 = Debug|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Release|Any CPU.Build.0 = Release|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Release|x64.ActiveCfg = Release|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Release|x64.Build.0 = Release|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Release|x86.ActiveCfg = Release|Any CPU
{DEF91BF6-E90F-4556-AE03-1EC303A8BA5F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1AD3E5E5-264A-4C49-AB97-A5F823820D0A} = {DB3F8079-DA22-47E0-A5D2-11483F73FEBD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D87299C6-9928-4877-8271-684E940A5265}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
GLSL_Shared\GLSL_Shared.projitems*{1263f508-47ff-4ae9-9783-2685e3984fcf}*SharedItemsImports = 4
GLSL_Shared\GLSL_Shared.projitems*{77a49588-564d-45af-919a-7b556d8739e1}*SharedItemsImports = 4
GLSL_Shared\GLSL_Shared.projitems*{ad626879-876f-4811-b58b-270cbcaadb75}*SharedItemsImports = 13
EndGlobalSection
EndGlobal