-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProductService.sln
49 lines (49 loc) · 3.01 KB
/
ProductService.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductApi", "ProductApi\ProductApi.csproj", "{0D523BC8-1E1D-4C62-B669-84956B2652C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductServiceCQRSLib", "ProductServiceCQRSLib\ProductServiceCQRSLib.csproj", "{7C3B2797-068A-4C53-80C1-A41B56F2CDE9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleMessageQueue", "SimpleMessageQueue\SimpleMessageQueue.csproj", "{CE20C4C6-BF41-4D30-A8B8-83C2CD30AFF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{92AAA05E-07D1-4877-96DF-9407F767350E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductApi.Tests", "ProductApi.Tests\ProductApi.Tests.csproj", "{35BE7F57-6ED9-4C5E-86C2-C8B0191FA7CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D523BC8-1E1D-4C62-B669-84956B2652C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D523BC8-1E1D-4C62-B669-84956B2652C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D523BC8-1E1D-4C62-B669-84956B2652C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D523BC8-1E1D-4C62-B669-84956B2652C5}.Release|Any CPU.Build.0 = Release|Any CPU
{7C3B2797-068A-4C53-80C1-A41B56F2CDE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C3B2797-068A-4C53-80C1-A41B56F2CDE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C3B2797-068A-4C53-80C1-A41B56F2CDE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C3B2797-068A-4C53-80C1-A41B56F2CDE9}.Release|Any CPU.Build.0 = Release|Any CPU
{CE20C4C6-BF41-4D30-A8B8-83C2CD30AFF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE20C4C6-BF41-4D30-A8B8-83C2CD30AFF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE20C4C6-BF41-4D30-A8B8-83C2CD30AFF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE20C4C6-BF41-4D30-A8B8-83C2CD30AFF6}.Release|Any CPU.Build.0 = Release|Any CPU
{92AAA05E-07D1-4877-96DF-9407F767350E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92AAA05E-07D1-4877-96DF-9407F767350E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92AAA05E-07D1-4877-96DF-9407F767350E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92AAA05E-07D1-4877-96DF-9407F767350E}.Release|Any CPU.Build.0 = Release|Any CPU
{35BE7F57-6ED9-4C5E-86C2-C8B0191FA7CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35BE7F57-6ED9-4C5E-86C2-C8B0191FA7CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35BE7F57-6ED9-4C5E-86C2-C8B0191FA7CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35BE7F57-6ED9-4C5E-86C2-C8B0191FA7CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A916606-0566-481E-8289-37F85AA62EB5}
EndGlobalSection
EndGlobal