-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSpecificationPatternExample.sln
56 lines (56 loc) · 3.68 KB
/
SpecificationPatternExample.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPatternExample", "SpecificationPatternExample\SpecificationPatternExample.csproj", "{BB667ED0-9A33-47CF-80B2-6F89E7362A7D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPatternExample.Api", "SpecificationPatternExample.Api\SpecificationPatternExample.Api.csproj", "{C3D3D229-95E9-4FF4-9169-965573667BC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPatternExample.Data", "SpecificationPatternExample.Data\SpecificationPatternExample.Data.csproj", "{16C58649-5E79-455E-A462-2008B34AC0DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildFiles", "BuildFiles", "{1D691A00-D2A6-4334-8320-803504110BA2}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
specification-pattern-example.Dockerfile = specification-pattern-example.Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFolder", "SolutionFolder", "{83FF3FC0-19CD-4975-AEA3-30DABF2F1122}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.config = NuGet.config
ReadMe.md = ReadMe.md
.config\dotnet-tools.json = .config\dotnet-tools.json
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPatternExample.Specification", "SpecificationPatternExample.Specification\SpecificationPatternExample.Specification.csproj", "{6963E4E1-F00D-48B6-AD8F-66DB595E894D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpecificationPatternExample.Exceptions", "SpecificationPatternExample.Exceptions\SpecificationPatternExample.Exceptions.csproj", "{151A6955-65F3-4C62-A0AC-5CA04A0669E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB667ED0-9A33-47CF-80B2-6F89E7362A7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB667ED0-9A33-47CF-80B2-6F89E7362A7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB667ED0-9A33-47CF-80B2-6F89E7362A7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB667ED0-9A33-47CF-80B2-6F89E7362A7D}.Release|Any CPU.Build.0 = Release|Any CPU
{C3D3D229-95E9-4FF4-9169-965573667BC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3D3D229-95E9-4FF4-9169-965573667BC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3D3D229-95E9-4FF4-9169-965573667BC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3D3D229-95E9-4FF4-9169-965573667BC8}.Release|Any CPU.Build.0 = Release|Any CPU
{16C58649-5E79-455E-A462-2008B34AC0DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16C58649-5E79-455E-A462-2008B34AC0DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16C58649-5E79-455E-A462-2008B34AC0DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16C58649-5E79-455E-A462-2008B34AC0DC}.Release|Any CPU.Build.0 = Release|Any CPU
{6963E4E1-F00D-48B6-AD8F-66DB595E894D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6963E4E1-F00D-48B6-AD8F-66DB595E894D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6963E4E1-F00D-48B6-AD8F-66DB595E894D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6963E4E1-F00D-48B6-AD8F-66DB595E894D}.Release|Any CPU.Build.0 = Release|Any CPU
{151A6955-65F3-4C62-A0AC-5CA04A0669E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{151A6955-65F3-4C62-A0AC-5CA04A0669E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{151A6955-65F3-4C62-A0AC-5CA04A0669E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{151A6955-65F3-4C62-A0AC-5CA04A0669E1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal