|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | | -# Visual Studio Version 16 |
4 | | -VisualStudioVersion = 16.0.31129.286 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.0.32014.148 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 6 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AFFCBFA4-9D64-43AA-AC59-D4CC54BD9C72}" |
7 | 7 | ProjectSection(SolutionItems) = preProject |
8 | 8 | ReadMe.md = ReadMe.md |
9 | 9 | EndProjectSection |
10 | 10 | EndProject |
11 | | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{AF357BE9-9A6E-48A3-A995-E75F2147A43F}" |
12 | | -EndProject |
13 | | -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventDriven.CQRS.Abstractions", "src\EventDriven.CQRS.Abstractions\EventDriven.CQRS.Abstractions.csproj", "{1F665C29-BF1C-45BA-8CB9-829E85C34999}" |
14 | | -EndProject |
15 | 11 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{269CD137-4093-4100-B33E-808586D335F6}" |
16 | 12 | EndProject |
17 | 13 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "reference-architecture", "reference-architecture", "{C4FD0AF1-927A-4860-A634-7CE342807692}" |
18 | 14 | EndProject |
19 | | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventDriven.CQRS.Tests", "test\EventDriven.CQRS.Tests\EventDriven.CQRS.Tests.csproj", "{9809006C-2F6B-44A1-8AE2-BC449368D209}" |
| 15 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventDriven.CQRS.Tests", "test\EventDriven.CQRS.Tests\EventDriven.CQRS.Tests.csproj", "{9809006C-2F6B-44A1-8AE2-BC449368D209}" |
20 | 16 | EndProject |
21 | | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomerService", "reference-architecture\CustomerService\CustomerService.csproj", "{48983715-E6DF-462F-AF3C-769C1122794F}" |
| 17 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomerService", "reference-architecture\CustomerService\CustomerService.csproj", "{48983715-E6DF-462F-AF3C-769C1122794F}" |
22 | 18 | EndProject |
23 | | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderService", "reference-architecture\OrderService\OrderService.csproj", "{16A5B2CB-8C46-4F3E-B7A1-97C47D9F66E7}" |
| 19 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderService", "reference-architecture\OrderService\OrderService.csproj", "{16A5B2CB-8C46-4F3E-B7A1-97C47D9F66E7}" |
24 | 20 | EndProject |
25 | 21 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "json", "json", "{B11B21E0-7B89-4285-990A-D98793310B02}" |
26 | | -ProjectSection(SolutionItems) = preProject |
27 | | - reference-architecture\json\customers.json = reference-architecture\json\customers.json |
28 | | - reference-architecture\json\orders.json = reference-architecture\json\orders.json |
29 | | -EndProjectSection |
| 22 | + ProjectSection(SolutionItems) = preProject |
| 23 | + reference-architecture\json\customers.json = reference-architecture\json\customers.json |
| 24 | + reference-architecture\json\orders.json = reference-architecture\json\orders.json |
| 25 | + EndProjectSection |
30 | 26 | EndProject |
31 | | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common", "reference-architecture\Common\Common.csproj", "{FC04D111-903D-49FF-84A6-8806C71E2168}" |
| 27 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "reference-architecture\Common\Common.csproj", "{FC04D111-903D-49FF-84A6-8806C71E2168}" |
32 | 28 | EndProject |
33 | 29 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dapr", "dapr", "{F0E48E00-7D72-4614-9C13-90A7B015B06F}" |
34 | 30 | EndProject |
35 | 31 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "components", "components", "{00BA9501-787E-465C-97D0-F51295D97802}" |
36 | | -ProjectSection(SolutionItems) = preProject |
37 | | - reference-architecture\dapr\components\pubsub.yaml = reference-architecture\dapr\components\pubsub.yaml |
38 | | - reference-architecture\dapr\components\snssqs-pubsub.yaml = reference-architecture\dapr\components\snssqs-pubsub.yaml |
39 | | -EndProjectSection |
| 32 | + ProjectSection(SolutionItems) = preProject |
| 33 | + reference-architecture\dapr\components\pubsub.yaml = reference-architecture\dapr\components\pubsub.yaml |
| 34 | + reference-architecture\dapr\components\snssqs-pubsub.yaml = reference-architecture\dapr\components\snssqs-pubsub.yaml |
| 35 | + EndProjectSection |
40 | 36 | EndProject |
41 | 37 | Global |
42 | 38 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
43 | 39 | Debug|Any CPU = Debug|Any CPU |
44 | 40 | Release|Any CPU = Release|Any CPU |
45 | 41 | EndGlobalSection |
46 | 42 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
47 | | - {1F665C29-BF1C-45BA-8CB9-829E85C34999}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
48 | | - {1F665C29-BF1C-45BA-8CB9-829E85C34999}.Debug|Any CPU.Build.0 = Debug|Any CPU |
49 | | - {1F665C29-BF1C-45BA-8CB9-829E85C34999}.Release|Any CPU.ActiveCfg = Release|Any CPU |
50 | | - {1F665C29-BF1C-45BA-8CB9-829E85C34999}.Release|Any CPU.Build.0 = Release|Any CPU |
51 | 43 | {9809006C-2F6B-44A1-8AE2-BC449368D209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
52 | 44 | {9809006C-2F6B-44A1-8AE2-BC449368D209}.Debug|Any CPU.Build.0 = Debug|Any CPU |
53 | 45 | {9809006C-2F6B-44A1-8AE2-BC449368D209}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
69 | 61 | HideSolutionNode = FALSE |
70 | 62 | EndGlobalSection |
71 | 63 | GlobalSection(NestedProjects) = preSolution |
72 | | - {1F665C29-BF1C-45BA-8CB9-829E85C34999} = {AF357BE9-9A6E-48A3-A995-E75F2147A43F} |
73 | 64 | {9809006C-2F6B-44A1-8AE2-BC449368D209} = {269CD137-4093-4100-B33E-808586D335F6} |
74 | 65 | {48983715-E6DF-462F-AF3C-769C1122794F} = {C4FD0AF1-927A-4860-A634-7CE342807692} |
75 | 66 | {16A5B2CB-8C46-4F3E-B7A1-97C47D9F66E7} = {C4FD0AF1-927A-4860-A634-7CE342807692} |
|
0 commit comments