forked from Anteru/csspv
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcsspv.sln
48 lines (48 loc) · 2.49 KB
/
csspv.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SpirV", "SPIRV\SpirV.csproj", "{B498C064-1566-4123-A828-BE35FBCF5F2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSPVDis", "spirv-dis\CSPVDis.csproj", "{F37E5152-3746-4E09-8E26-FE96EEA03DF0}"
ProjectSection(ProjectDependencies) = postProject
{B498C064-1566-4123-A828-BE35FBCF5F2C} = {B498C064-1566-4123-A828-BE35FBCF5F2C}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSPVGen", "spirv-gen\CSPVGen.csproj", "{400E239D-F4FD-4557-AD5E-15B34F81898D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2EA548EC-BB96-49D5-A9D3-DDE43B6FCDC8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B498C064-1566-4123-A828-BE35FBCF5F2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B498C064-1566-4123-A828-BE35FBCF5F2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B498C064-1566-4123-A828-BE35FBCF5F2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B498C064-1566-4123-A828-BE35FBCF5F2C}.Release|Any CPU.Build.0 = Release|Any CPU
{F37E5152-3746-4E09-8E26-FE96EEA03DF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F37E5152-3746-4E09-8E26-FE96EEA03DF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F37E5152-3746-4E09-8E26-FE96EEA03DF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F37E5152-3746-4E09-8E26-FE96EEA03DF0}.Release|Any CPU.Build.0 = Release|Any CPU
{400E239D-F4FD-4557-AD5E-15B34F81898D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{400E239D-F4FD-4557-AD5E-15B34F81898D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{400E239D-F4FD-4557-AD5E-15B34F81898D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{400E239D-F4FD-4557-AD5E-15B34F81898D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0B2238F-4799-4349-9DF9-633CCC35811E}
EndGlobalSection
EndGlobal