-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgecko.sln
80 lines (80 loc) · 4.42 KB
/
gecko.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "gecko", "gecko.njsproj", "{8C9FE30F-234A-4F37-901C-AB9948B33F07}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "bower-demo", "demo\bower-demo\", "{4301C403-61F7-4130-B137-E5B7DB9D22D1}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.6"
Debug.AspNetCompiler.VirtualPath = "/localhost_8329"
Debug.AspNetCompiler.PhysicalPath = "demo\bower-demo\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_8329\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_8329"
Release.AspNetCompiler.PhysicalPath = "demo\bower-demo\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_8329\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "8329"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|Any CPU.ActiveCfg = Debug|x86
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|ARM.ActiveCfg = Debug|ARM
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|ARM.Build.0 = Debug|ARM
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|ARM.Deploy.0 = Debug|ARM
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|x64.ActiveCfg = Debug|x64
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|x64.Build.0 = Debug|x64
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|x64.Deploy.0 = Debug|x64
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|x86.ActiveCfg = Debug|x86
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|x86.Build.0 = Debug|x86
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Debug|x86.Deploy.0 = Debug|x86
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|Any CPU.ActiveCfg = Release|x86
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|ARM.ActiveCfg = Release|ARM
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|ARM.Build.0 = Release|ARM
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|ARM.Deploy.0 = Release|ARM
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|x64.ActiveCfg = Release|x64
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|x64.Build.0 = Release|x64
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|x64.Deploy.0 = Release|x64
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|x86.ActiveCfg = Release|x86
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|x86.Build.0 = Release|x86
{8C9FE30F-234A-4F37-901C-AB9948B33F07}.Release|x86.Deploy.0 = Release|x86
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Debug|ARM.ActiveCfg = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Debug|ARM.Build.0 = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Debug|x64.ActiveCfg = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Debug|x64.Build.0 = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Debug|x86.ActiveCfg = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Debug|x86.Build.0 = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Release|Any CPU.Build.0 = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Release|ARM.ActiveCfg = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Release|ARM.Build.0 = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Release|x64.ActiveCfg = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Release|x64.Build.0 = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Release|x86.ActiveCfg = Debug|Any CPU
{4301C403-61F7-4130-B137-E5B7DB9D22D1}.Release|x86.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal