forked from ForNeVeR/Cesium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCesium.sln
117 lines (117 loc) · 7.33 KB
/
Cesium.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.Compiler", "Cesium.Compiler\Cesium.Compiler.csproj", "{B85C397C-1F36-4A27-AB36-D03F55AE1A89}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A9B1FABA-2209-4B3D-8EA0-284B0E24DEB6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{720F6830-E724-4B3A-BFDC-3FA1301A59D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{C08E4851-DE2E-490E-970D-4F6A0A902A98}"
ProjectSection(SolutionItems) = preProject
.github\workflows\integration-tests.yml = .github\workflows\integration-tests.yml
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.Parser", "Cesium.Parser\Cesium.Parser.csproj", "{537F83F5-67B1-4863-A557-CF08149A99CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.Parser.Tests", "Cesium.Parser.Tests\Cesium.Parser.Tests.csproj", "{A18AF76C-28D0-4175-8A34-E0B90A2FD4A7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.Ast", "Cesium.Ast\Cesium.Ast.csproj", "{C71FEF8C-8770-4790-8087-A5F8413D7561}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.CodeGen", "Cesium.CodeGen\Cesium.CodeGen.csproj", "{C05BC656-CE2B-4A3F-9301-DADB433F3EBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.CodeGen.Tests", "Cesium.CodeGen.Tests\Cesium.CodeGen.Tests.csproj", "{634B2D69-BE31-44BF-8C5D-2DD86E66DC53}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cesium.Samples", "Cesium.Samples", "{5BF9DD98-42E8-4903-86EB-516A10C86642}"
ProjectSection(SolutionItems) = preProject
Cesium.Samples\arithmetics.c = Cesium.Samples\arithmetics.c
Cesium.Samples\cli-interop.c = Cesium.Samples\cli-interop.c
Cesium.Samples\functions.c = Cesium.Samples\functions.c
Cesium.Samples\hello.c = Cesium.Samples\hello.c
Cesium.Samples\minimal.c = Cesium.Samples\minimal.c
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.Test.Framework", "Cesium.Test.Framework\Cesium.Test.Framework.csproj", "{C7BA2E2A-BEAB-4EC8-84CC-2F23B3D6FA82}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{F3EB714E-12F8-46E2-98D8-494723EA92E1}"
ProjectSection(SolutionItems) = preProject
scripts\approve-all.ps1 = scripts\approve-all.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{986C6A13-2973-4405-BA3C-452512152835}"
ProjectSection(SolutionItems) = preProject
docs\language-extensions.md = docs\language-extensions.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.Preprocessor", "Cesium.Preprocessor\Cesium.Preprocessor.csproj", "{0CDF730D-2A2A-437F-B27F-2BB04770C709}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cesium.Runtime", "Cesium.Runtime\Cesium.Runtime.csproj", "{309E8DE2-673A-4A6B-83A6-328ED480DB2E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cesium.IntegrationTests", "Cesium.IntegrationTests\Cesium.IntegrationTests.proj", "{6A8E561A-70DF-41BB-BABE-79B31904E67C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B85C397C-1F36-4A27-AB36-D03F55AE1A89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B85C397C-1F36-4A27-AB36-D03F55AE1A89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B85C397C-1F36-4A27-AB36-D03F55AE1A89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B85C397C-1F36-4A27-AB36-D03F55AE1A89}.Release|Any CPU.Build.0 = Release|Any CPU
{537F83F5-67B1-4863-A557-CF08149A99CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{537F83F5-67B1-4863-A557-CF08149A99CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{537F83F5-67B1-4863-A557-CF08149A99CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{537F83F5-67B1-4863-A557-CF08149A99CB}.Release|Any CPU.Build.0 = Release|Any CPU
{A18AF76C-28D0-4175-8A34-E0B90A2FD4A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A18AF76C-28D0-4175-8A34-E0B90A2FD4A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A18AF76C-28D0-4175-8A34-E0B90A2FD4A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A18AF76C-28D0-4175-8A34-E0B90A2FD4A7}.Release|Any CPU.Build.0 = Release|Any CPU
{C71FEF8C-8770-4790-8087-A5F8413D7561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C71FEF8C-8770-4790-8087-A5F8413D7561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C71FEF8C-8770-4790-8087-A5F8413D7561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C71FEF8C-8770-4790-8087-A5F8413D7561}.Release|Any CPU.Build.0 = Release|Any CPU
{C05BC656-CE2B-4A3F-9301-DADB433F3EBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C05BC656-CE2B-4A3F-9301-DADB433F3EBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C05BC656-CE2B-4A3F-9301-DADB433F3EBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C05BC656-CE2B-4A3F-9301-DADB433F3EBD}.Release|Any CPU.Build.0 = Release|Any CPU
{634B2D69-BE31-44BF-8C5D-2DD86E66DC53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{634B2D69-BE31-44BF-8C5D-2DD86E66DC53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{634B2D69-BE31-44BF-8C5D-2DD86E66DC53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{634B2D69-BE31-44BF-8C5D-2DD86E66DC53}.Release|Any CPU.Build.0 = Release|Any CPU
{C7BA2E2A-BEAB-4EC8-84CC-2F23B3D6FA82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7BA2E2A-BEAB-4EC8-84CC-2F23B3D6FA82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7BA2E2A-BEAB-4EC8-84CC-2F23B3D6FA82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7BA2E2A-BEAB-4EC8-84CC-2F23B3D6FA82}.Release|Any CPU.Build.0 = Release|Any CPU
{0CDF730D-2A2A-437F-B27F-2BB04770C709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CDF730D-2A2A-437F-B27F-2BB04770C709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CDF730D-2A2A-437F-B27F-2BB04770C709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CDF730D-2A2A-437F-B27F-2BB04770C709}.Release|Any CPU.Build.0 = Release|Any CPU
{309E8DE2-673A-4A6B-83A6-328ED480DB2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{309E8DE2-673A-4A6B-83A6-328ED480DB2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{309E8DE2-673A-4A6B-83A6-328ED480DB2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{309E8DE2-673A-4A6B-83A6-328ED480DB2E}.Release|Any CPU.Build.0 = Release|Any CPU
{6A8E561A-70DF-41BB-BABE-79B31904E67C}.Debug|Any CPU.ActiveCfg = Debug|x86
{6A8E561A-70DF-41BB-BABE-79B31904E67C}.Debug|Any CPU.Build.0 = Debug|x86
{6A8E561A-70DF-41BB-BABE-79B31904E67C}.Release|Any CPU.ActiveCfg = Debug|x86
{6A8E561A-70DF-41BB-BABE-79B31904E67C}.Release|Any CPU.Build.0 = Debug|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C08E4851-DE2E-490E-970D-4F6A0A902A98} = {720F6830-E724-4B3A-BFDC-3FA1301A59D0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EAC8E60-2623-4A2D-B08C-4326184915E7}
EndGlobalSection
EndGlobal