forked from nippur72/Saltarelle.AngularJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSaltarelle.AngularJS.sln
76 lines (76 loc) · 3.83 KB
/
Saltarelle.AngularJS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularJS", "AngularJS\AngularJS.csproj", "{67CCC814-5E88-49A1-BF39-9555D27E8748}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebSite(1)", "WebSite\", "{7B8AFF18-46AF-475D-9978-057FE45DFBB1}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/WebSite"
Debug.AspNetCompiler.PhysicalPath = "WebSite\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/WebSite"
Release.AspNetCompiler.PhysicalPath = "WebSite\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "14533"
VWDVirtualPath = "/"
SlnRelativePath = "WebSite\"
EndProjectSection
ProjectSection(ProjectDependencies) = postProject
{67CCC814-5E88-49A1-BF39-9555D27E8748} = {67CCC814-5E88-49A1-BF39-9555D27E8748}
{00A8CA91-7F42-4E77-ABB3-EB14EB1D2BFC} = {00A8CA91-7F42-4E77-ABB3-EB14EB1D2BFC}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{00A8CA91-7F42-4E77-ABB3-EB14EB1D2BFC}"
ProjectSection(ProjectDependencies) = postProject
{67CCC814-5E88-49A1-BF39-9555D27E8748} = {67CCC814-5E88-49A1-BF39-9555D27E8748}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0DEE2A3D-4594-4DA0-83C6-0B0E57D4B545}"
ProjectSection(SolutionItems) = preProject
README.Animations.md = README.Animations.md
README.Config.md = README.Config.md
README.Controllers.md = README.Controllers.md
README.DependencyInjection.md = README.DependencyInjection.md
README.Differences.md = README.Differences.md
README.Directives.md = README.Directives.md
README.GettingStarted.md = README.GettingStarted.md
README.md = README.md
README.Modules.md = README.Modules.md
README.ServiceFactory.md = README.ServiceFactory.md
AngularJS\todo.txt = AngularJS\todo.txt
WebEssentials-Settings.json = WebEssentials-Settings.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67CCC814-5E88-49A1-BF39-9555D27E8748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67CCC814-5E88-49A1-BF39-9555D27E8748}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67CCC814-5E88-49A1-BF39-9555D27E8748}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67CCC814-5E88-49A1-BF39-9555D27E8748}.Release|Any CPU.Build.0 = Release|Any CPU
{7B8AFF18-46AF-475D-9978-057FE45DFBB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B8AFF18-46AF-475D-9978-057FE45DFBB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B8AFF18-46AF-475D-9978-057FE45DFBB1}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{7B8AFF18-46AF-475D-9978-057FE45DFBB1}.Release|Any CPU.Build.0 = Debug|Any CPU
{00A8CA91-7F42-4E77-ABB3-EB14EB1D2BFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00A8CA91-7F42-4E77-ABB3-EB14EB1D2BFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00A8CA91-7F42-4E77-ABB3-EB14EB1D2BFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00A8CA91-7F42-4E77-ABB3-EB14EB1D2BFC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal