-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQooba.ServerlessFabric.sln
41 lines (41 loc) · 2.2 KB
/
Qooba.ServerlessFabric.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{47535BCC-5DF8-446F-8B8F-E17A68E6B529}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F7D1C4EC-2D30-4DC5-A8C5-54587AAC02EC}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Qooba.ServerlessFabric", "src\Qooba.ServerlessFabric\Qooba.ServerlessFabric.xproj", "{793973C8-C113-42FA-979A-4FAC5B96755D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6E1347E7-2DF6-4298-B7C2-64794A0C9D32}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Qooba.ServerlessFabric.Tests", "tests\Qooba.ServerlessFabric.Tests\Qooba.ServerlessFabric.Tests.xproj", "{C334A9B0-856D-40CB-BC95-A7C6D97D2773}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{793973C8-C113-42FA-979A-4FAC5B96755D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{793973C8-C113-42FA-979A-4FAC5B96755D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{793973C8-C113-42FA-979A-4FAC5B96755D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{793973C8-C113-42FA-979A-4FAC5B96755D}.Release|Any CPU.Build.0 = Release|Any CPU
{C334A9B0-856D-40CB-BC95-A7C6D97D2773}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C334A9B0-856D-40CB-BC95-A7C6D97D2773}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C334A9B0-856D-40CB-BC95-A7C6D97D2773}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C334A9B0-856D-40CB-BC95-A7C6D97D2773}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{793973C8-C113-42FA-979A-4FAC5B96755D} = {47535BCC-5DF8-446F-8B8F-E17A68E6B529}
{C334A9B0-856D-40CB-BC95-A7C6D97D2773} = {6E1347E7-2DF6-4298-B7C2-64794A0C9D32}
EndGlobalSection
EndGlobal