Skip to content

Commit f3d9423

Browse files
committed
Add project files.
1 parent e5e5029 commit f3d9423

479 files changed

Lines changed: 4043 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

TheseusGallery.sln

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.14.36811.4 d17.14
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
7+
ProjectSection(SolutionItems) = preProject
8+
index.html = index.html
9+
EndProjectSection
10+
EndProject
11+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
12+
ProjectSection(SolutionItems) = preProject
13+
data\missions.json = data\missions.json
14+
EndProjectSection
15+
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{C1F157CD-A339-4568-B9DB-7009F2BE02E5}"
17+
ProjectSection(SolutionItems) = preProject
18+
assets\app.js = assets\app.js
19+
assets\mission.js = assets\mission.js
20+
assets\styles.css = assets\styles.css
21+
EndProjectSection
22+
EndProject
23+
Global
24+
GlobalSection(SolutionProperties) = preSolution
25+
HideSolutionNode = FALSE
26+
EndGlobalSection
27+
GlobalSection(NestedProjects) = preSolution
28+
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}
29+
{C1F157CD-A339-4568-B9DB-7009F2BE02E5} = {8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}
30+
EndGlobalSection
31+
GlobalSection(ExtensibilityGlobals) = postSolution
32+
SolutionGuid = {44E21418-9E7E-4E8A-95E1-15ADA9A7F12A}
33+
EndGlobalSection
34+
EndGlobal

0 commit comments

Comments
 (0)