-
Notifications
You must be signed in to change notification settings - Fork 0
/
CqrsEs.sln
34 lines (34 loc) · 1.88 KB
/
CqrsEs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CqrsEs", "CqrsEs\CqrsEs.csproj", "{9101DC43-2905-40E1-8C92-9C4B76D4D523}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CqrsEs.Tests", "CqrsEs.Tests\CqrsEs.Tests.csproj", "{CF5B67A7-F844-4AE7-A57C-84FBEC2C97C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CqrsEs.Web", "CqrsEs.Web\CqrsEs.Web.csproj", "{C2F0853D-D106-4347-A101-F0CBC9C22375}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9101DC43-2905-40E1-8C92-9C4B76D4D523}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9101DC43-2905-40E1-8C92-9C4B76D4D523}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9101DC43-2905-40E1-8C92-9C4B76D4D523}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9101DC43-2905-40E1-8C92-9C4B76D4D523}.Release|Any CPU.Build.0 = Release|Any CPU
{CF5B67A7-F844-4AE7-A57C-84FBEC2C97C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF5B67A7-F844-4AE7-A57C-84FBEC2C97C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF5B67A7-F844-4AE7-A57C-84FBEC2C97C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF5B67A7-F844-4AE7-A57C-84FBEC2C97C0}.Release|Any CPU.Build.0 = Release|Any CPU
{C2F0853D-D106-4347-A101-F0CBC9C22375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2F0853D-D106-4347-A101-F0CBC9C22375}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2F0853D-D106-4347-A101-F0CBC9C22375}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2F0853D-D106-4347-A101-F0CBC9C22375}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal