-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNodeAngularDistributedCache.sln
52 lines (52 loc) · 3.07 KB
/
NodeAngularDistributedCache.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Proxy", "Proxy\Proxy.njsproj", "{B2957826-3ED4-4DF9-A14B-4FA8772F62E4}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Server", "Server\Server.njsproj", "{45D4224B-4BC2-42D1-9D6D-98B465DF111F}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "WebApp", "NodejsWebApp1\WebApp.njsproj", "{F6F9D990-DBB7-44AB-B5E2-0220F077099C}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Common", "Common\Common.njsproj", "{04E1C03A-79C3-443B-805F-94D69BA1A143}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "Test", "Test\Test.njsproj", "{0C9FF81A-4222-4BF1-9809-F1DC8DC93DA8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04CD5AD3-8D7F-467A-A737-9994ABA7EAC0}"
ProjectSection(SolutionItems) = preProject
DistributedCacheForAngularJSNodeJS.pdf = DistributedCacheForAngularJSNodeJS.pdf
HowTo.txt = HowTo.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2957826-3ED4-4DF9-A14B-4FA8772F62E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2957826-3ED4-4DF9-A14B-4FA8772F62E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2957826-3ED4-4DF9-A14B-4FA8772F62E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2957826-3ED4-4DF9-A14B-4FA8772F62E4}.Release|Any CPU.Build.0 = Release|Any CPU
{45D4224B-4BC2-42D1-9D6D-98B465DF111F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D4224B-4BC2-42D1-9D6D-98B465DF111F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D4224B-4BC2-42D1-9D6D-98B465DF111F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D4224B-4BC2-42D1-9D6D-98B465DF111F}.Release|Any CPU.Build.0 = Release|Any CPU
{F6F9D990-DBB7-44AB-B5E2-0220F077099C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6F9D990-DBB7-44AB-B5E2-0220F077099C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6F9D990-DBB7-44AB-B5E2-0220F077099C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F9D990-DBB7-44AB-B5E2-0220F077099C}.Release|Any CPU.Build.0 = Release|Any CPU
{04E1C03A-79C3-443B-805F-94D69BA1A143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04E1C03A-79C3-443B-805F-94D69BA1A143}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04E1C03A-79C3-443B-805F-94D69BA1A143}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04E1C03A-79C3-443B-805F-94D69BA1A143}.Release|Any CPU.Build.0 = Release|Any CPU
{0C9FF81A-4222-4BF1-9809-F1DC8DC93DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C9FF81A-4222-4BF1-9809-F1DC8DC93DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C9FF81A-4222-4BF1-9809-F1DC8DC93DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C9FF81A-4222-4BF1-9809-F1DC8DC93DA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal