forked from jernejk/NorthwindTraders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NorthwindTraders.sln
60 lines (60 loc) · 3.64 KB
/
NorthwindTraders.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A5B0CAEB-853B-4FAA-BD33-6FBBB32B42CA}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{05EC66E9-105F-426D-9F6E-664AC32E5974}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csproj", "{FCA79A0B-58E4-4D4E-8DD6-029A7C31325A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{9D315017-059F-46EE-9EC1-B85A9D632413}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Persistance", "Persistance\Persistance.csproj", "{B8BDA5E3-9C6D-4DF1-BA7D-0E4CADE2AB15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Presentation", "Presentation\Presentation.csproj", "{1238BA4D-C9BC-4CE5-BCD1-7A958F62102A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application.Tests", "Application.Tests\Application.Tests.csproj", "{679185AF-A1FB-4225-837C-0BF71225D160}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05EC66E9-105F-426D-9F6E-664AC32E5974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05EC66E9-105F-426D-9F6E-664AC32E5974}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05EC66E9-105F-426D-9F6E-664AC32E5974}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05EC66E9-105F-426D-9F6E-664AC32E5974}.Release|Any CPU.Build.0 = Release|Any CPU
{FCA79A0B-58E4-4D4E-8DD6-029A7C31325A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCA79A0B-58E4-4D4E-8DD6-029A7C31325A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCA79A0B-58E4-4D4E-8DD6-029A7C31325A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCA79A0B-58E4-4D4E-8DD6-029A7C31325A}.Release|Any CPU.Build.0 = Release|Any CPU
{9D315017-059F-46EE-9EC1-B85A9D632413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D315017-059F-46EE-9EC1-B85A9D632413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D315017-059F-46EE-9EC1-B85A9D632413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D315017-059F-46EE-9EC1-B85A9D632413}.Release|Any CPU.Build.0 = Release|Any CPU
{B8BDA5E3-9C6D-4DF1-BA7D-0E4CADE2AB15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8BDA5E3-9C6D-4DF1-BA7D-0E4CADE2AB15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8BDA5E3-9C6D-4DF1-BA7D-0E4CADE2AB15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8BDA5E3-9C6D-4DF1-BA7D-0E4CADE2AB15}.Release|Any CPU.Build.0 = Release|Any CPU
{1238BA4D-C9BC-4CE5-BCD1-7A958F62102A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1238BA4D-C9BC-4CE5-BCD1-7A958F62102A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1238BA4D-C9BC-4CE5-BCD1-7A958F62102A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1238BA4D-C9BC-4CE5-BCD1-7A958F62102A}.Release|Any CPU.Build.0 = Release|Any CPU
{679185AF-A1FB-4225-837C-0BF71225D160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{679185AF-A1FB-4225-837C-0BF71225D160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{679185AF-A1FB-4225-837C-0BF71225D160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{679185AF-A1FB-4225-837C-0BF71225D160}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D5D0CA3-C6B8-436C-82B0-39820C8A13FA}
EndGlobalSection
EndGlobal