-
Notifications
You must be signed in to change notification settings - Fork 0
/
Coupon.sln
85 lines (85 loc) · 5.83 KB
/
Coupon.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.Data", "Coupon.Data\Coupon.Data.csproj", "{BCF9605E-238B-4975-BD07-8EBB109FA0C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.API", "Coupon.API\Coupon.API.csproj", "{FB8C7189-75C4-464B-A085-B6A64F2C1BE2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.Services", "Coupon.Services\Coupon.Services.csproj", "{F8671BFC-9AD7-4814-94B8-083836D10B30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.Dto", "Coupon.Dto\Coupon.Dto.csproj", "{B81D198D-8D48-49E8-9F59-7F1395FFE70C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.Common", "Coupon.Common\Coupon.Common.csproj", "{F5000A45-D355-4418-B7DF-8BAC4D4E8BD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.Forms", "Coupon.Forms\Coupon.Forms.csproj", "{976316B5-E247-449D-8FF6-8E22472E9AF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.Web.Utils", "Coupon.Web.Utils\Coupon.Web.Utils.csproj", "{5106E500-376D-4580-9DB9-E3AE7AB346D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.DAL", "Coupon.DAL\Coupon.DAL.csproj", "{944AF466-A598-4417-B62F-57576E93D245}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Coupon.Data.Cache", "Coupon.Data.Cache\Coupon.Data.Cache.csproj", "{01D4AF40-0B9D-4E92-948D-A24C4B0E4800}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{37747DE4-1717-4E44-844F-26BF397F5AB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coupon.FronEnd", "..\Coupon.FronEnd\Coupon.FronEnd.csproj", "{B6A45AF9-C0C2-4EDF-B3C1-4B523FA00202}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BCF9605E-238B-4975-BD07-8EBB109FA0C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCF9605E-238B-4975-BD07-8EBB109FA0C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCF9605E-238B-4975-BD07-8EBB109FA0C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCF9605E-238B-4975-BD07-8EBB109FA0C1}.Release|Any CPU.Build.0 = Release|Any CPU
{FB8C7189-75C4-464B-A085-B6A64F2C1BE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB8C7189-75C4-464B-A085-B6A64F2C1BE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB8C7189-75C4-464B-A085-B6A64F2C1BE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB8C7189-75C4-464B-A085-B6A64F2C1BE2}.Release|Any CPU.Build.0 = Release|Any CPU
{F8671BFC-9AD7-4814-94B8-083836D10B30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8671BFC-9AD7-4814-94B8-083836D10B30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8671BFC-9AD7-4814-94B8-083836D10B30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8671BFC-9AD7-4814-94B8-083836D10B30}.Release|Any CPU.Build.0 = Release|Any CPU
{B81D198D-8D48-49E8-9F59-7F1395FFE70C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B81D198D-8D48-49E8-9F59-7F1395FFE70C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B81D198D-8D48-49E8-9F59-7F1395FFE70C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B81D198D-8D48-49E8-9F59-7F1395FFE70C}.Release|Any CPU.Build.0 = Release|Any CPU
{F5000A45-D355-4418-B7DF-8BAC4D4E8BD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5000A45-D355-4418-B7DF-8BAC4D4E8BD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5000A45-D355-4418-B7DF-8BAC4D4E8BD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5000A45-D355-4418-B7DF-8BAC4D4E8BD7}.Release|Any CPU.Build.0 = Release|Any CPU
{976316B5-E247-449D-8FF6-8E22472E9AF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{976316B5-E247-449D-8FF6-8E22472E9AF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{976316B5-E247-449D-8FF6-8E22472E9AF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{976316B5-E247-449D-8FF6-8E22472E9AF4}.Release|Any CPU.Build.0 = Release|Any CPU
{5106E500-376D-4580-9DB9-E3AE7AB346D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5106E500-376D-4580-9DB9-E3AE7AB346D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5106E500-376D-4580-9DB9-E3AE7AB346D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5106E500-376D-4580-9DB9-E3AE7AB346D8}.Release|Any CPU.Build.0 = Release|Any CPU
{944AF466-A598-4417-B62F-57576E93D245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{944AF466-A598-4417-B62F-57576E93D245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{944AF466-A598-4417-B62F-57576E93D245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{944AF466-A598-4417-B62F-57576E93D245}.Release|Any CPU.Build.0 = Release|Any CPU
{01D4AF40-0B9D-4E92-948D-A24C4B0E4800}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01D4AF40-0B9D-4E92-948D-A24C4B0E4800}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01D4AF40-0B9D-4E92-948D-A24C4B0E4800}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01D4AF40-0B9D-4E92-948D-A24C4B0E4800}.Release|Any CPU.Build.0 = Release|Any CPU
{37747DE4-1717-4E44-844F-26BF397F5AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37747DE4-1717-4E44-844F-26BF397F5AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37747DE4-1717-4E44-844F-26BF397F5AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37747DE4-1717-4E44-844F-26BF397F5AB0}.Release|Any CPU.Build.0 = Release|Any CPU
{B6A45AF9-C0C2-4EDF-B3C1-4B523FA00202}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6A45AF9-C0C2-4EDF-B3C1-4B523FA00202}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6A45AF9-C0C2-4EDF-B3C1-4B523FA00202}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6A45AF9-C0C2-4EDF-B3C1-4B523FA00202}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E2B9A5C-2158-4C8F-BA6D-F9D0CEF55058}
EndGlobalSection
EndGlobal