-
Notifications
You must be signed in to change notification settings - Fork 0
/
InternetShop.sln
55 lines (55 loc) · 3.2 KB
/
InternetShop.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternetShop.Presentation", "InternetShop\InternetShop.Presentation.csproj", "{B3357DD9-E249-47B7-990D-EB3C8AAD6C24}"
ProjectSection(ProjectDependencies) = postProject
{87756DC6-F22E-4392-9072-0875F83F2AF1} = {87756DC6-F22E-4392-9072-0875F83F2AF1}
{DFAA925B-6A0A-4156-8487-11F97ADB696B} = {DFAA925B-6A0A-4156-8487-11F97ADB696B}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternetShop.Data", "InternetShop.Data1\InternetShop.Data.csproj", "{87756DC6-F22E-4392-9072-0875F83F2AF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternetShop.Logic", "InternetShop.Logic1\InternetShop.Logic.csproj", "{DFAA925B-6A0A-4156-8487-11F97ADB696B}"
ProjectSection(ProjectDependencies) = postProject
{87756DC6-F22E-4392-9072-0875F83F2AF1} = {87756DC6-F22E-4392-9072-0875F83F2AF1}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InternetShop.Testing", "InternetShop.Testing\InternetShop.Testing.csproj", "{7058E30D-01D9-4BDD-B578-9D9933B5FCE2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9397E8D-0365-43F0-A2CB-0E546B41C6C1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B3357DD9-E249-47B7-990D-EB3C8AAD6C24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B3357DD9-E249-47B7-990D-EB3C8AAD6C24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B3357DD9-E249-47B7-990D-EB3C8AAD6C24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B3357DD9-E249-47B7-990D-EB3C8AAD6C24}.Release|Any CPU.Build.0 = Release|Any CPU
{87756DC6-F22E-4392-9072-0875F83F2AF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87756DC6-F22E-4392-9072-0875F83F2AF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87756DC6-F22E-4392-9072-0875F83F2AF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87756DC6-F22E-4392-9072-0875F83F2AF1}.Release|Any CPU.Build.0 = Release|Any CPU
{DFAA925B-6A0A-4156-8487-11F97ADB696B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DFAA925B-6A0A-4156-8487-11F97ADB696B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DFAA925B-6A0A-4156-8487-11F97ADB696B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DFAA925B-6A0A-4156-8487-11F97ADB696B}.Release|Any CPU.Build.0 = Release|Any CPU
{7058E30D-01D9-4BDD-B578-9D9933B5FCE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7058E30D-01D9-4BDD-B578-9D9933B5FCE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7058E30D-01D9-4BDD-B578-9D9933B5FCE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7058E30D-01D9-4BDD-B578-9D9933B5FCE2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {50562837-9C69-458B-AC9D-2E3B40105085}
EndGlobalSection
EndGlobal