-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSimpleCqrsExample.sln
44 lines (44 loc) · 2.32 KB
/
SimpleCqrsExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2015
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp.Web", "SampleApp.Web\SampleApp.Web.csproj", "{8001919B-BEA8-4D0B-8982-826A1A8C956F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp.Dal", "SampleApp.Dal\SampleApp.Dal.csproj", "{94D5C661-6166-41C7-82BC-547DEC8909C2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp.Cqrs", "SampleApp.Cqrs\SampleApp.Cqrs.csproj", "{80649A92-AA0B-4B7E-A701-63089A2A35C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{72155E1E-C1B3-48BF-A302-04D8EAF5F923}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8001919B-BEA8-4D0B-8982-826A1A8C956F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8001919B-BEA8-4D0B-8982-826A1A8C956F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8001919B-BEA8-4D0B-8982-826A1A8C956F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8001919B-BEA8-4D0B-8982-826A1A8C956F}.Release|Any CPU.Build.0 = Release|Any CPU
{94D5C661-6166-41C7-82BC-547DEC8909C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94D5C661-6166-41C7-82BC-547DEC8909C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94D5C661-6166-41C7-82BC-547DEC8909C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94D5C661-6166-41C7-82BC-547DEC8909C2}.Release|Any CPU.Build.0 = Release|Any CPU
{80649A92-AA0B-4B7E-A701-63089A2A35C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80649A92-AA0B-4B7E-A701-63089A2A35C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80649A92-AA0B-4B7E-A701-63089A2A35C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80649A92-AA0B-4B7E-A701-63089A2A35C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8B072BEF-E6E6-42BD-956A-DBCE7C44DFE1}
EndGlobalSection
EndGlobal