-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProductDemo.sln
54 lines (54 loc) · 3.35 KB
/
ProductDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductDemo", "ProductDemo\ProductDemo.csproj", "{46C3E478-8FBC-4B10-8682-C7895E583411}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductDemo.Core", "ProductDemo.Core\ProductDemo.Core.csproj", "{DD3E3771-7D0F-49BF-BE22-7D8457622361}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductDemo.Infrastructure", "ProductDemo.Infrastructure\ProductDemo.Infrastructure.csproj", "{555F59D9-D227-4C5B-A122-3C8545B62FBA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductDemo.Services", "ProductDemo.Services\ProductDemo.Services.csproj", "{6E954D78-C4FB-4DF4-94BF-E8C14E784C37}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03BC0914-7554-4104-9CBE-2DD247FCBEC1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProductDemo.Test", "ProductDemo.Test\ProductDemo.Test.csproj", "{6A845361-D808-425E-AD41-E93F17B20DA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46C3E478-8FBC-4B10-8682-C7895E583411}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46C3E478-8FBC-4B10-8682-C7895E583411}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46C3E478-8FBC-4B10-8682-C7895E583411}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46C3E478-8FBC-4B10-8682-C7895E583411}.Release|Any CPU.Build.0 = Release|Any CPU
{DD3E3771-7D0F-49BF-BE22-7D8457622361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD3E3771-7D0F-49BF-BE22-7D8457622361}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD3E3771-7D0F-49BF-BE22-7D8457622361}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD3E3771-7D0F-49BF-BE22-7D8457622361}.Release|Any CPU.Build.0 = Release|Any CPU
{555F59D9-D227-4C5B-A122-3C8545B62FBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{555F59D9-D227-4C5B-A122-3C8545B62FBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{555F59D9-D227-4C5B-A122-3C8545B62FBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{555F59D9-D227-4C5B-A122-3C8545B62FBA}.Release|Any CPU.Build.0 = Release|Any CPU
{6E954D78-C4FB-4DF4-94BF-E8C14E784C37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E954D78-C4FB-4DF4-94BF-E8C14E784C37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E954D78-C4FB-4DF4-94BF-E8C14E784C37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E954D78-C4FB-4DF4-94BF-E8C14E784C37}.Release|Any CPU.Build.0 = Release|Any CPU
{6A845361-D808-425E-AD41-E93F17B20DA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A845361-D808-425E-AD41-E93F17B20DA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A845361-D808-425E-AD41-E93F17B20DA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A845361-D808-425E-AD41-E93F17B20DA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E8167059-9035-4B81-AB06-BDBA29F69C93}
EndGlobalSection
EndGlobal