-
Notifications
You must be signed in to change notification settings - Fork 0
/
PriceWatch.sln
68 lines (68 loc) · 4.16 KB
/
PriceWatch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PriceWatch.Worker", "src\PriceWatch.Worker\PriceWatch.Worker.csproj", "{1585E4EF-32DD-4BF5-B73B-18A576F6F685}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{60F3DAE7-C269-471B-85D4-09CCB14D960D}"
ProjectSection(SolutionItems) = preProject
.adr-dir = .adr-dir
.dockerignore = .dockerignore
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
docker-compose.yml = docker-compose.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PriceWatch.Domain", "src\PriceWatch.Domain\PriceWatch.Domain.csproj", "{45834251-AEBB-42F6-A3E3-71BB774F1521}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PriceWatch.Application", "src\PriceWatch.Application\PriceWatch.Application.csproj", "{150B41B1-321A-4E19-8CF3-A44CB58B4B96}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PriceWatch.EntityFrameworkCore", "src\PriceWatch.EntityFrameworkCore\PriceWatch.EntityFrameworkCore.csproj", "{597FC5AD-6A25-4ACF-AB81-5E6CA5ABDA6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PriceWatch.Infrastructure", "src\PriceWatch.Infrastructure\PriceWatch.Infrastructure.csproj", "{D9B10D76-0BF6-4993-870C-9BCD31B8010C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PriceWatch.EntityFrameworkCore.SqlServer", "src\PriceWatch.EntityFrameworkCore.SqlServer\PriceWatch.EntityFrameworkCore.SqlServer.csproj", "{1EE18AE3-05E8-482A-8934-2D401F18C663}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1585E4EF-32DD-4BF5-B73B-18A576F6F685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1585E4EF-32DD-4BF5-B73B-18A576F6F685}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1585E4EF-32DD-4BF5-B73B-18A576F6F685}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1585E4EF-32DD-4BF5-B73B-18A576F6F685}.Release|Any CPU.Build.0 = Release|Any CPU
{45834251-AEBB-42F6-A3E3-71BB774F1521}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45834251-AEBB-42F6-A3E3-71BB774F1521}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45834251-AEBB-42F6-A3E3-71BB774F1521}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45834251-AEBB-42F6-A3E3-71BB774F1521}.Release|Any CPU.Build.0 = Release|Any CPU
{150B41B1-321A-4E19-8CF3-A44CB58B4B96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{150B41B1-321A-4E19-8CF3-A44CB58B4B96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{150B41B1-321A-4E19-8CF3-A44CB58B4B96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{150B41B1-321A-4E19-8CF3-A44CB58B4B96}.Release|Any CPU.Build.0 = Release|Any CPU
{597FC5AD-6A25-4ACF-AB81-5E6CA5ABDA6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{597FC5AD-6A25-4ACF-AB81-5E6CA5ABDA6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{597FC5AD-6A25-4ACF-AB81-5E6CA5ABDA6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{597FC5AD-6A25-4ACF-AB81-5E6CA5ABDA6E}.Release|Any CPU.Build.0 = Release|Any CPU
{D9B10D76-0BF6-4993-870C-9BCD31B8010C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9B10D76-0BF6-4993-870C-9BCD31B8010C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9B10D76-0BF6-4993-870C-9BCD31B8010C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9B10D76-0BF6-4993-870C-9BCD31B8010C}.Release|Any CPU.Build.0 = Release|Any CPU
{1EE18AE3-05E8-482A-8934-2D401F18C663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EE18AE3-05E8-482A-8934-2D401F18C663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EE18AE3-05E8-482A-8934-2D401F18C663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EE18AE3-05E8-482A-8934-2D401F18C663}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D22C4734-8683-462B-927C-32881A857B9B}
EndGlobalSection
EndGlobal