forked from mbraceproject/MBrace.StarterKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMBrace.Azure.CloudService.sln
43 lines (43 loc) · 2.25 KB
/
MBrace.Azure.CloudService.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
Microsoft Visual Studio Solution File, Format Version 12.00
MinimumVisualStudioVersion = 12.0.40629.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".project", ".project", "{73AFA19D-DD5C-4352-8208-BB674630EED4}"
ProjectSection(SolutionItems) = preProject
..\brisk-tutorial.md = ..\brisk-tutorial.md
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MBrace.Azure.WorkerRole", "MBrace.Azure.WorkerRole\MBrace.Azure.WorkerRole.csproj", "{35465652-47E8-4410-8EBC-8986B0867227}"
EndProject
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "MBrace.Azure.CloudService", "MBrace.Azure.CloudService\MBrace.Azure.CloudService.ccproj", "{D2E22F3F-B562-471F-B4EB-AC2E5D44434A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{D2950040-04C7-4684-9633-EE33F715F9B7}"
ProjectSection(SolutionItems) = preProject
..\..\.paket\paket.bootstrapper.exe = ..\..\.paket\paket.bootstrapper.exe
..\..\paket.dependencies = ..\..\paket.dependencies
..\..\paket.lock = ..\..\paket.lock
..\..\.paket\paket.targets = ..\..\.paket\paket.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35465652-47E8-4410-8EBC-8986B0867227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35465652-47E8-4410-8EBC-8986B0867227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35465652-47E8-4410-8EBC-8986B0867227}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35465652-47E8-4410-8EBC-8986B0867227}.Release|Any CPU.Build.0 = Release|Any CPU
{D2E22F3F-B562-471F-B4EB-AC2E5D44434A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2E22F3F-B562-471F-B4EB-AC2E5D44434A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2E22F3F-B562-471F-B4EB-AC2E5D44434A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2E22F3F-B562-471F-B4EB-AC2E5D44434A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2950040-04C7-4684-9633-EE33F715F9B7} = {73AFA19D-DD5C-4352-8208-BB674630EED4}
EndGlobalSection
EndGlobal