forked from microsoft/TouchDevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvs.sln
36 lines (36 loc) · 1.19 KB
/
vs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ts", "ts", "{DEB60A00-BDAC-4627-AA37-7EF0D5223931}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
CONTRIBUTING.md = CONTRIBUTING.md
www\index.html = www\index.html
Jakefile = Jakefile
package.json = package.json
README.md = README.md
tsd.json = tsd.json
vsrefs.ts = vsrefs.ts
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "www", "www", "{48FA68B4-F63A-4E84-AE87-36EBA47CBC47}"
ProjectSection(SolutionItems) = preProject
www\app.manifest = www\app.manifest
www\browsers.html = www\browsers.html
www\default.css = www\default.css
www\editor.css = www\editor.css
www\error.html = www\error.html
www\favicon.ico = www\favicon.ico
www\index.html = www\index.html
www\manifest.json = www\manifest.json
webapp\webapp.html = webapp\webapp.html
www\worker.js = www\worker.js
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal