-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectArchitecture.sln
More file actions
43 lines (43 loc) · 2.46 KB
/
ProjectArchitecture.sln
File metadata and controls
43 lines (43 loc) · 2.46 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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35825.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DAL", "DAL\DAL.csproj", "{1E415921-24BB-4E74-B896-5CBF293266D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{F3D4D4A5-E7FA-43B7-9A7E-1EA5386C5730}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI_Printer", "WebAPI_Printer\WebAPI_Printer.csproj", "{2B17739F-D4ED-42BF-A821-81333B342317}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC_Printer", "MVC_Printer\MVC_Printer.csproj", "{2B13CECE-1BAA-41CA-95D6-7918DED97D0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E415921-24BB-4E74-B896-5CBF293266D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E415921-24BB-4E74-B896-5CBF293266D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E415921-24BB-4E74-B896-5CBF293266D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E415921-24BB-4E74-B896-5CBF293266D9}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D4D4A5-E7FA-43B7-9A7E-1EA5386C5730}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D4D4A5-E7FA-43B7-9A7E-1EA5386C5730}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D4D4A5-E7FA-43B7-9A7E-1EA5386C5730}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D4D4A5-E7FA-43B7-9A7E-1EA5386C5730}.Release|Any CPU.Build.0 = Release|Any CPU
{2B17739F-D4ED-42BF-A821-81333B342317}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B17739F-D4ED-42BF-A821-81333B342317}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B17739F-D4ED-42BF-A821-81333B342317}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B17739F-D4ED-42BF-A821-81333B342317}.Release|Any CPU.Build.0 = Release|Any CPU
{2B13CECE-1BAA-41CA-95D6-7918DED97D0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B13CECE-1BAA-41CA-95D6-7918DED97D0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B13CECE-1BAA-41CA-95D6-7918DED97D0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B13CECE-1BAA-41CA-95D6-7918DED97D0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01CA3AF1-5374-43C0-84BC-7499AAC32D15}
EndGlobalSection
EndGlobal