forked from jslaybaugh/javascript-unicorns-you
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJavaScript-Unicorns-You.sln
101 lines (101 loc) · 4.71 KB
/
JavaScript-Unicorns-You.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "show", "show\", "{2E1319AD-DC43-48BE-AC9E-3605A79E0CBF}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/show"
Debug.AspNetCompiler.PhysicalPath = "show\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\show\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/show"
Release.AspNetCompiler.PhysicalPath = "show\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\show\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "50622"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "examples", "examples\", "{EC1FC4F6-739C-4809-83B3-29984CC2570D}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/examples"
Debug.AspNetCompiler.PhysicalPath = "examples\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\examples\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/examples"
Release.AspNetCompiler.PhysicalPath = "examples\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\examples\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "58481"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "nodechat", "nodechat\", "{40CE14AF-624E-4517-92EC-3AB0962544C3}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/nodechat"
Debug.AspNetCompiler.PhysicalPath = "nodechat\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\nodechat\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/nodechat"
Release.AspNetCompiler.PhysicalPath = "nodechat\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\nodechat\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "50663"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "nodetask", "nodetask\", "{A5DC63F6-DF73-4C3B-B05F-A80303918441}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/nodetask"
Debug.AspNetCompiler.PhysicalPath = "nodetask\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\nodetask\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/nodetask"
Release.AspNetCompiler.PhysicalPath = "nodetask\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\nodetask\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "58486"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E1319AD-DC43-48BE-AC9E-3605A79E0CBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E1319AD-DC43-48BE-AC9E-3605A79E0CBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC1FC4F6-739C-4809-83B3-29984CC2570D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC1FC4F6-739C-4809-83B3-29984CC2570D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40CE14AF-624E-4517-92EC-3AB0962544C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40CE14AF-624E-4517-92EC-3AB0962544C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5DC63F6-DF73-4C3B-B05F-A80303918441}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5DC63F6-DF73-4C3B-B05F-A80303918441}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal