-
Notifications
You must be signed in to change notification settings - Fork 0
/
eBay.API.sln
42 lines (42 loc) · 2.26 KB
/
eBay.API.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.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eBay.API", "eBay.API\eBay.API.csproj", "{B2A13B8D-A454-42C7-8A7F-17B343BFCB6B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eBay.API.Facade", "eBay.API.Facade\eBay.API.Facade.csproj", "{27200FAB-EB36-464D-9D0F-AB4DA8F1911C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "eBay.API.Test", "eBay.API.Test\eBay.API.Test.csproj", "{9858BC29-594E-4A3C-9E8C-7B19A3DF61C6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACE9DC25-BCC0-49F4-99A9-6478720C2BEF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2A13B8D-A454-42C7-8A7F-17B343BFCB6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2A13B8D-A454-42C7-8A7F-17B343BFCB6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2A13B8D-A454-42C7-8A7F-17B343BFCB6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2A13B8D-A454-42C7-8A7F-17B343BFCB6B}.Release|Any CPU.Build.0 = Release|Any CPU
{27200FAB-EB36-464D-9D0F-AB4DA8F1911C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27200FAB-EB36-464D-9D0F-AB4DA8F1911C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27200FAB-EB36-464D-9D0F-AB4DA8F1911C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27200FAB-EB36-464D-9D0F-AB4DA8F1911C}.Release|Any CPU.Build.0 = Release|Any CPU
{9858BC29-594E-4A3C-9E8C-7B19A3DF61C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9858BC29-594E-4A3C-9E8C-7B19A3DF61C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9858BC29-594E-4A3C-9E8C-7B19A3DF61C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9858BC29-594E-4A3C-9E8C-7B19A3DF61C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {62E2DAFB-2B0F-4CEF-9537-F14F699233C4}
EndGlobalSection
EndGlobal