-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSolution1.sln
42 lines (42 loc) · 2.23 KB
/
Solution1.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{71E9BEA5-D407-401C-8D8F-0FABC54B820F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductApi", "ProductApi\ProductApi.csproj", "{4EB92729-F1D6-4108-BD15-03AB174FDA1A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OrderApi", "OrderApi\OrderApi.csproj", "{5CDC203F-B132-4413-9F34-DBA5A090551C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D4FAFA8A-7FA6-412A-B3B8-8ED23BA693E3}"
ProjectSection(SolutionItems) = preProject
TextFile1.txt = TextFile1.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71E9BEA5-D407-401C-8D8F-0FABC54B820F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71E9BEA5-D407-401C-8D8F-0FABC54B820F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71E9BEA5-D407-401C-8D8F-0FABC54B820F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71E9BEA5-D407-401C-8D8F-0FABC54B820F}.Release|Any CPU.Build.0 = Release|Any CPU
{4EB92729-F1D6-4108-BD15-03AB174FDA1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EB92729-F1D6-4108-BD15-03AB174FDA1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EB92729-F1D6-4108-BD15-03AB174FDA1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EB92729-F1D6-4108-BD15-03AB174FDA1A}.Release|Any CPU.Build.0 = Release|Any CPU
{5CDC203F-B132-4413-9F34-DBA5A090551C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CDC203F-B132-4413-9F34-DBA5A090551C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CDC203F-B132-4413-9F34-DBA5A090551C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CDC203F-B132-4413-9F34-DBA5A090551C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {288EA454-6E24-46BB-AF9D-8D70BF4F9891}
EndGlobalSection
EndGlobal