-
Notifications
You must be signed in to change notification settings - Fork 1
/
Digipolis.BusinessLogicDecorated.sln
55 lines (55 loc) · 3.24 KB
/
Digipolis.BusinessLogicDecorated.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
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}") = "Solution Items", "Solution Items", "{20A29126-9755-0E25-59B2-75D616E6E19F}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
global.json = global.json
nuget.config = nuget.config
README.md = README.md
EndProjectSection
ProjectSection(FolderGlobals) = preProject
global_1json__JSONSchema = http://json.schemastore.org/global
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0D688623-36D3-572B-9635-74EF26795628}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{60FAAF05-A2F1-0912-21D2-08A0D9AEBD5F}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Digipolis.BusinessLogicDecorated", "src\Digipolis.BusinessLogicDecorated\Digipolis.BusinessLogicDecorated.xproj", "{7DB4F18B-8711-90EB-1AA0-95299AF93E17}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Digipolis.BusinessLogicDecorated.UnitTests", "test\Digipolis.BusinessLogicDecorated.UnitTests\Digipolis.BusinessLogicDecorated.UnitTests.xproj", "{FB2AFB27-3BB1-8416-B8BE-D6593BA5D9D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{46328C7F-CA9A-4261-9430-88597CA01BBF}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Digipolis.BusinessLogicDecorated.SampleApi", "samples\Digipolis.BusinessLogicDecorated.SampleApi\Digipolis.BusinessLogicDecorated.SampleApi.xproj", "{58C56D8A-1F7A-4198-8542-D63760A7CCA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7DB4F18B-8711-90EB-1AA0-95299AF93E17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DB4F18B-8711-90EB-1AA0-95299AF93E17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DB4F18B-8711-90EB-1AA0-95299AF93E17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DB4F18B-8711-90EB-1AA0-95299AF93E17}.Release|Any CPU.Build.0 = Release|Any CPU
{FB2AFB27-3BB1-8416-B8BE-D6593BA5D9D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB2AFB27-3BB1-8416-B8BE-D6593BA5D9D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB2AFB27-3BB1-8416-B8BE-D6593BA5D9D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB2AFB27-3BB1-8416-B8BE-D6593BA5D9D6}.Release|Any CPU.Build.0 = Release|Any CPU
{58C56D8A-1F7A-4198-8542-D63760A7CCA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58C56D8A-1F7A-4198-8542-D63760A7CCA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58C56D8A-1F7A-4198-8542-D63760A7CCA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58C56D8A-1F7A-4198-8542-D63760A7CCA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7DB4F18B-8711-90EB-1AA0-95299AF93E17} = {0D688623-36D3-572B-9635-74EF26795628}
{FB2AFB27-3BB1-8416-B8BE-D6593BA5D9D6} = {60FAAF05-A2F1-0912-21D2-08A0D9AEBD5F}
{58C56D8A-1F7A-4198-8542-D63760A7CCA5} = {46328C7F-CA9A-4261-9430-88597CA01BBF}
EndGlobalSection
EndGlobal