-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExpressMessage.sln
More file actions
40 lines (40 loc) · 2.38 KB
/
Copy pathExpressMessage.sln
File metadata and controls
40 lines (40 loc) · 2.38 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApresentationLayer", "ApresentationLayer\ApresentationLayer.csproj", "{B61D9BD8-D4F8-4095-B9BC-B0FA0EDFF891}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{99040A99-A636-4EE3-88B2-E0EBF54F1BBE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelLayer", "ModelLayer\ModelLayer.csproj", "{B97714F9-7389-4F13-AE33-2CE1758D9B94}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Components", "Components\Components.csproj", "{8DC47088-12AF-4247-BA42-C7AE99AC3B8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B61D9BD8-D4F8-4095-B9BC-B0FA0EDFF891}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B61D9BD8-D4F8-4095-B9BC-B0FA0EDFF891}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B61D9BD8-D4F8-4095-B9BC-B0FA0EDFF891}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B61D9BD8-D4F8-4095-B9BC-B0FA0EDFF891}.Release|Any CPU.Build.0 = Release|Any CPU
{99040A99-A636-4EE3-88B2-E0EBF54F1BBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99040A99-A636-4EE3-88B2-E0EBF54F1BBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99040A99-A636-4EE3-88B2-E0EBF54F1BBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99040A99-A636-4EE3-88B2-E0EBF54F1BBE}.Release|Any CPU.Build.0 = Release|Any CPU
{B97714F9-7389-4F13-AE33-2CE1758D9B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97714F9-7389-4F13-AE33-2CE1758D9B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97714F9-7389-4F13-AE33-2CE1758D9B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97714F9-7389-4F13-AE33-2CE1758D9B94}.Release|Any CPU.Build.0 = Release|Any CPU
{8DC47088-12AF-4247-BA42-C7AE99AC3B8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DC47088-12AF-4247-BA42-C7AE99AC3B8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DC47088-12AF-4247-BA42-C7AE99AC3B8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DC47088-12AF-4247-BA42-C7AE99AC3B8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal