-
Notifications
You must be signed in to change notification settings - Fork 5
/
CQRSBoilerPlate.sln
46 lines (46 loc) · 2.63 KB
/
CQRSBoilerPlate.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
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", "{06C9B0F7-2839-448D-812E-DF5A5CB12C8C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACBC9FEB-592E-4CAB-8423-AA385F364843}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CQRSBoilerPlate", "src\CQRSBoilerPlate\CQRSBoilerPlate.xproj", "{BDACAC77-8D26-4C26-BFB3-12CC167B81EB}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CQRSBoilerPlate.Domain", "src\CQRSBoilerPlate.Domain\CQRSBoilerPlate.Domain.xproj", "{7696BE2A-DC3E-45A4-898C-168916D77266}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "CQRSBoilerPlate.Entities", "src\CQRSBoilerPlate.Entities\CQRSBoilerPlate.Entities.xproj", "{B42B35E6-D587-4CE4-92C8-E52DC03715E6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDACAC77-8D26-4C26-BFB3-12CC167B81EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BDACAC77-8D26-4C26-BFB3-12CC167B81EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDACAC77-8D26-4C26-BFB3-12CC167B81EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BDACAC77-8D26-4C26-BFB3-12CC167B81EB}.Release|Any CPU.Build.0 = Release|Any CPU
{7696BE2A-DC3E-45A4-898C-168916D77266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7696BE2A-DC3E-45A4-898C-168916D77266}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7696BE2A-DC3E-45A4-898C-168916D77266}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7696BE2A-DC3E-45A4-898C-168916D77266}.Release|Any CPU.Build.0 = Release|Any CPU
{B42B35E6-D587-4CE4-92C8-E52DC03715E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B42B35E6-D587-4CE4-92C8-E52DC03715E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B42B35E6-D587-4CE4-92C8-E52DC03715E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B42B35E6-D587-4CE4-92C8-E52DC03715E6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BDACAC77-8D26-4C26-BFB3-12CC167B81EB} = {06C9B0F7-2839-448D-812E-DF5A5CB12C8C}
{7696BE2A-DC3E-45A4-898C-168916D77266} = {06C9B0F7-2839-448D-812E-DF5A5CB12C8C}
{B42B35E6-D587-4CE4-92C8-E52DC03715E6} = {06C9B0F7-2839-448D-812E-DF5A5CB12C8C}
EndGlobalSection
EndGlobal