-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathProduct API.sln
More file actions
37 lines (37 loc) · 2.06 KB
/
Copy pathProduct API.sln
File metadata and controls
37 lines (37 loc) · 2.06 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Product.API", "Product.API\Product.API.csproj", "{806621A0-CF7B-4427-B355-9CE6C0021A6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Product.Core", "Product.Core\Product.Core.csproj", "{46F80D11-EA34-4E0B-BD7E-F3FE0CB8E655}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Product.Infrastructure", "Product.Infrastructure\Product.Infrastructure.csproj", "{97CF7CCE-B511-4C88-ADEC-71C1183C5817}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{806621A0-CF7B-4427-B355-9CE6C0021A6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{806621A0-CF7B-4427-B355-9CE6C0021A6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{806621A0-CF7B-4427-B355-9CE6C0021A6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{806621A0-CF7B-4427-B355-9CE6C0021A6C}.Release|Any CPU.Build.0 = Release|Any CPU
{46F80D11-EA34-4E0B-BD7E-F3FE0CB8E655}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46F80D11-EA34-4E0B-BD7E-F3FE0CB8E655}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46F80D11-EA34-4E0B-BD7E-F3FE0CB8E655}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46F80D11-EA34-4E0B-BD7E-F3FE0CB8E655}.Release|Any CPU.Build.0 = Release|Any CPU
{97CF7CCE-B511-4C88-ADEC-71C1183C5817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97CF7CCE-B511-4C88-ADEC-71C1183C5817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97CF7CCE-B511-4C88-ADEC-71C1183C5817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97CF7CCE-B511-4C88-ADEC-71C1183C5817}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7AB586A4-A392-47BE-9FCD-10C8B6CF4F7F}
EndGlobalSection
EndGlobal