-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDgg.Cqrs.Sample.sln
37 lines (37 loc) · 2.06 KB
/
Dgg.Cqrs.Sample.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "src\Web\Web.csproj", "{227CF4D7-921C-41B1-9E64-928BE75314EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "src\Core\Core.csproj", "{3C28A253-7E61-46CA-9448-B34AAE870BDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Tests", "src\Core.Tests\Core.Tests.csproj", "{B04C867F-5CBD-430F-A442-44B10FBD5257}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{90EE544D-13A6-49AA-9399-829C5B515540}"
ProjectSection(SolutionItems) = preProject
Dgg.Cqrs.Sample.vsd = Dgg.Cqrs.Sample.vsd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{227CF4D7-921C-41B1-9E64-928BE75314EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{227CF4D7-921C-41B1-9E64-928BE75314EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{227CF4D7-921C-41B1-9E64-928BE75314EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{227CF4D7-921C-41B1-9E64-928BE75314EC}.Release|Any CPU.Build.0 = Release|Any CPU
{3C28A253-7E61-46CA-9448-B34AAE870BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C28A253-7E61-46CA-9448-B34AAE870BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C28A253-7E61-46CA-9448-B34AAE870BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C28A253-7E61-46CA-9448-B34AAE870BDB}.Release|Any CPU.Build.0 = Release|Any CPU
{B04C867F-5CBD-430F-A442-44B10FBD5257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B04C867F-5CBD-430F-A442-44B10FBD5257}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B04C867F-5CBD-430F-A442-44B10FBD5257}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B04C867F-5CBD-430F-A442-44B10FBD5257}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal