-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPostApp.sln
More file actions
37 lines (37 loc) · 2.03 KB
/
PostApp.sln
File metadata and controls
37 lines (37 loc) · 2.03 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PostAPI", "PostAPI\PostAPI.csproj", "{9F92744C-611C-43BF-A57B-41A34AA84342}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{658943C2-4775-4C58-866B-7866189714B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{0166BF1A-BBD4-489A-8F87-E81A8FD285DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F92744C-611C-43BF-A57B-41A34AA84342}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F92744C-611C-43BF-A57B-41A34AA84342}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F92744C-611C-43BF-A57B-41A34AA84342}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F92744C-611C-43BF-A57B-41A34AA84342}.Release|Any CPU.Build.0 = Release|Any CPU
{658943C2-4775-4C58-866B-7866189714B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{658943C2-4775-4C58-866B-7866189714B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{658943C2-4775-4C58-866B-7866189714B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{658943C2-4775-4C58-866B-7866189714B4}.Release|Any CPU.Build.0 = Release|Any CPU
{0166BF1A-BBD4-489A-8F87-E81A8FD285DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0166BF1A-BBD4-489A-8F87-E81A8FD285DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0166BF1A-BBD4-489A-8F87-E81A8FD285DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0166BF1A-BBD4-489A-8F87-E81A8FD285DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6A569AF5-5A67-4B0E-BF01-38D347910922}
EndGlobalSection
EndGlobal