-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyProject.sln
43 lines (43 loc) · 2.6 KB
/
MyProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProject.WebApi", "MyProject\MyProject.WebApi.csproj", "{E5971253-3867-46F6-BC93-9767DFAB8677}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProject.DataAccessLayer", "MyProject.DataAccessLayer\MyProject.DataAccessLayer.csproj", "{94AD2C07-AE38-4AA3-9AEA-8F1FC82F0DDF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyProject.BusinessLogicLayer", "MyProject.BusinessLogicLayer\MyProject.BusinessLogicLayer.csproj", "{0AE818FB-7F17-4CA7-B74A-B5A657450611}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyProject.Test", "MyProject.Test\MyProject.Test.csproj", "{842CE062-B259-4D5B-8A8F-CD134D9AB018}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5971253-3867-46F6-BC93-9767DFAB8677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5971253-3867-46F6-BC93-9767DFAB8677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5971253-3867-46F6-BC93-9767DFAB8677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5971253-3867-46F6-BC93-9767DFAB8677}.Release|Any CPU.Build.0 = Release|Any CPU
{94AD2C07-AE38-4AA3-9AEA-8F1FC82F0DDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94AD2C07-AE38-4AA3-9AEA-8F1FC82F0DDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94AD2C07-AE38-4AA3-9AEA-8F1FC82F0DDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94AD2C07-AE38-4AA3-9AEA-8F1FC82F0DDF}.Release|Any CPU.Build.0 = Release|Any CPU
{0AE818FB-7F17-4CA7-B74A-B5A657450611}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AE818FB-7F17-4CA7-B74A-B5A657450611}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AE818FB-7F17-4CA7-B74A-B5A657450611}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AE818FB-7F17-4CA7-B74A-B5A657450611}.Release|Any CPU.Build.0 = Release|Any CPU
{842CE062-B259-4D5B-8A8F-CD134D9AB018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{842CE062-B259-4D5B-8A8F-CD134D9AB018}.Debug|Any CPU.Build.0 = Debug|Any CPU
{842CE062-B259-4D5B-8A8F-CD134D9AB018}.Release|Any CPU.ActiveCfg = Release|Any CPU
{842CE062-B259-4D5B-8A8F-CD134D9AB018}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DCD8DAF-34CA-4AC0-A271-7E6F173C0EC2}
EndGlobalSection
EndGlobal