-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShopping.sln
55 lines (55 loc) · 3.42 KB
/
Shopping.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 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{0805DB97-226A-475D-8C82-4E950BB30931}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{8589833D-1EF2-4289-B7B7-DD82289B59AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{9C266973-9EE3-477E-813F-94CEA021CC8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{C59E1EF8-B3AE-4B10-ACA9-165C6421C3CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{137E10A1-3647-4302-A6EE-9E9C17A8C34A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileCreateWorkerService", "FileCreateWorkerService\FileCreateWorkerService.csproj", "{144152DE-5187-483E-8957-91A81A1A9387}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0805DB97-226A-475D-8C82-4E950BB30931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0805DB97-226A-475D-8C82-4E950BB30931}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0805DB97-226A-475D-8C82-4E950BB30931}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0805DB97-226A-475D-8C82-4E950BB30931}.Release|Any CPU.Build.0 = Release|Any CPU
{8589833D-1EF2-4289-B7B7-DD82289B59AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8589833D-1EF2-4289-B7B7-DD82289B59AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8589833D-1EF2-4289-B7B7-DD82289B59AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8589833D-1EF2-4289-B7B7-DD82289B59AA}.Release|Any CPU.Build.0 = Release|Any CPU
{9C266973-9EE3-477E-813F-94CEA021CC8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C266973-9EE3-477E-813F-94CEA021CC8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C266973-9EE3-477E-813F-94CEA021CC8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C266973-9EE3-477E-813F-94CEA021CC8C}.Release|Any CPU.Build.0 = Release|Any CPU
{C59E1EF8-B3AE-4B10-ACA9-165C6421C3CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C59E1EF8-B3AE-4B10-ACA9-165C6421C3CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C59E1EF8-B3AE-4B10-ACA9-165C6421C3CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C59E1EF8-B3AE-4B10-ACA9-165C6421C3CB}.Release|Any CPU.Build.0 = Release|Any CPU
{137E10A1-3647-4302-A6EE-9E9C17A8C34A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{137E10A1-3647-4302-A6EE-9E9C17A8C34A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{137E10A1-3647-4302-A6EE-9E9C17A8C34A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{137E10A1-3647-4302-A6EE-9E9C17A8C34A}.Release|Any CPU.Build.0 = Release|Any CPU
{144152DE-5187-483E-8957-91A81A1A9387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144152DE-5187-483E-8957-91A81A1A9387}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144152DE-5187-483E-8957-91A81A1A9387}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144152DE-5187-483E-8957-91A81A1A9387}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D8575F9-E4DB-460F-88A1-C55042B5F989}
EndGlobalSection
EndGlobal