forked from bltzkrgmchn/service.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathService.Template.sln
98 lines (98 loc) · 6.51 KB
/
Service.Template.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Template.Instance", "Sources\Service.Template.Instance\Service.Template.Instance.csproj", "{87AF7717-995D-43EA-A0F5-8302678D8BD9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{E4B1F4BA-255E-4460-A7D2-E2E6CD8A8F6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{9BE853EF-A484-42C2-908E-6895824D61EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6170BC1C-5A60-4FB0-B61E-7944E69DBB9F}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.cake = build.cake
build.ps1 = build.ps1
package.template = package.template
README.md = README.md
RELEASE_NOTES.md = RELEASE_NOTES.md
stylecop.json = stylecop.json
stylecop.ruleset = stylecop.ruleset
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".template.config", ".template.config", "{99345A4F-9548-42F6-80C2-92331F4A7388}"
ProjectSection(SolutionItems) = preProject
.template.config\template.json = .template.config\template.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Template.Core", "Sources\Service.Template.Core\Service.Template.Core.csproj", "{C10A9A36-131B-4705-AFB5-228A847D420E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Template.Data", "Sources\Service.Template.Data\Service.Template.Data.csproj", "{C00DAB5C-6CA1-48C8-8DE9-0C91DD51C784}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Template.Consumers", "Sources\Service.Template.Consumers\Service.Template.Consumers.csproj", "{2B795027-AED6-4F72-996D-2B0DA49D0BF3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Template.WebApi", "Sources\Service.Template.WebApi\Service.Template.WebApi.csproj", "{2FD3E233-7274-4197-BE5A-1300FB5F4CFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Template.WebApi.Tests", "Tests\Service.Template.WebApi.Tests\Service.Template.WebApi.Tests.csproj", "{C180334F-B7C9-4462-9C7A-DD284F4F38F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Template.Consumers.Tests", "Tests\Service.Template.Consumers.Tests\Service.Template.Consumers.Tests.csproj", "{8790A65F-1DC6-480C-B8D8-507329066539}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service.Template.Core.Tests", "Tests\Service.Template.Core.Tests\Service.Template.Core.Tests.csproj", "{18F5FB50-5736-4C95-8FD7-6FBA5D70812A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87AF7717-995D-43EA-A0F5-8302678D8BD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87AF7717-995D-43EA-A0F5-8302678D8BD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87AF7717-995D-43EA-A0F5-8302678D8BD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87AF7717-995D-43EA-A0F5-8302678D8BD9}.Release|Any CPU.Build.0 = Release|Any CPU
{C10A9A36-131B-4705-AFB5-228A847D420E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C10A9A36-131B-4705-AFB5-228A847D420E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C10A9A36-131B-4705-AFB5-228A847D420E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C10A9A36-131B-4705-AFB5-228A847D420E}.Release|Any CPU.Build.0 = Release|Any CPU
{C00DAB5C-6CA1-48C8-8DE9-0C91DD51C784}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C00DAB5C-6CA1-48C8-8DE9-0C91DD51C784}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C00DAB5C-6CA1-48C8-8DE9-0C91DD51C784}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C00DAB5C-6CA1-48C8-8DE9-0C91DD51C784}.Release|Any CPU.Build.0 = Release|Any CPU
{2B795027-AED6-4F72-996D-2B0DA49D0BF3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B795027-AED6-4F72-996D-2B0DA49D0BF3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B795027-AED6-4F72-996D-2B0DA49D0BF3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B795027-AED6-4F72-996D-2B0DA49D0BF3}.Release|Any CPU.Build.0 = Release|Any CPU
{2FD3E233-7274-4197-BE5A-1300FB5F4CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FD3E233-7274-4197-BE5A-1300FB5F4CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FD3E233-7274-4197-BE5A-1300FB5F4CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FD3E233-7274-4197-BE5A-1300FB5F4CFF}.Release|Any CPU.Build.0 = Release|Any CPU
{C180334F-B7C9-4462-9C7A-DD284F4F38F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C180334F-B7C9-4462-9C7A-DD284F4F38F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C180334F-B7C9-4462-9C7A-DD284F4F38F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C180334F-B7C9-4462-9C7A-DD284F4F38F4}.Release|Any CPU.Build.0 = Release|Any CPU
{8790A65F-1DC6-480C-B8D8-507329066539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8790A65F-1DC6-480C-B8D8-507329066539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8790A65F-1DC6-480C-B8D8-507329066539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8790A65F-1DC6-480C-B8D8-507329066539}.Release|Any CPU.Build.0 = Release|Any CPU
{18F5FB50-5736-4C95-8FD7-6FBA5D70812A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18F5FB50-5736-4C95-8FD7-6FBA5D70812A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18F5FB50-5736-4C95-8FD7-6FBA5D70812A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18F5FB50-5736-4C95-8FD7-6FBA5D70812A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{87AF7717-995D-43EA-A0F5-8302678D8BD9} = {E4B1F4BA-255E-4460-A7D2-E2E6CD8A8F6D}
{C10A9A36-131B-4705-AFB5-228A847D420E} = {E4B1F4BA-255E-4460-A7D2-E2E6CD8A8F6D}
{C00DAB5C-6CA1-48C8-8DE9-0C91DD51C784} = {E4B1F4BA-255E-4460-A7D2-E2E6CD8A8F6D}
{2B795027-AED6-4F72-996D-2B0DA49D0BF3} = {E4B1F4BA-255E-4460-A7D2-E2E6CD8A8F6D}
{2FD3E233-7274-4197-BE5A-1300FB5F4CFF} = {E4B1F4BA-255E-4460-A7D2-E2E6CD8A8F6D}
{C180334F-B7C9-4462-9C7A-DD284F4F38F4} = {9BE853EF-A484-42C2-908E-6895824D61EB}
{8790A65F-1DC6-480C-B8D8-507329066539} = {9BE853EF-A484-42C2-908E-6895824D61EB}
{18F5FB50-5736-4C95-8FD7-6FBA5D70812A} = {9BE853EF-A484-42C2-908E-6895824D61EB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F3F9CA1-632C-4898-B7F3-DA75AB5F4609}
EndGlobalSection
EndGlobal