-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHalforbit.ApiClient.sln
37 lines (37 loc) · 1.92 KB
/
Halforbit.ApiClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Halforbit.ApiClient", "Halforbit.ApiClient\Halforbit.ApiClient.csproj", "{9C88ACA4-5227-4010-BBC2-9F38FFE56AFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Halforbit.ApiClient.Tests", "Halforbit.ApiClient.Tests\Halforbit.ApiClient.Tests.csproj", "{614A31F7-3D4D-49F7-8874-4FD51E298ACE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5A302748-39B3-4737-994F-48D170C46DF6}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
release-notes.md = release-notes.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C88ACA4-5227-4010-BBC2-9F38FFE56AFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C88ACA4-5227-4010-BBC2-9F38FFE56AFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C88ACA4-5227-4010-BBC2-9F38FFE56AFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C88ACA4-5227-4010-BBC2-9F38FFE56AFD}.Release|Any CPU.Build.0 = Release|Any CPU
{614A31F7-3D4D-49F7-8874-4FD51E298ACE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{614A31F7-3D4D-49F7-8874-4FD51E298ACE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{614A31F7-3D4D-49F7-8874-4FD51E298ACE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{614A31F7-3D4D-49F7-8874-4FD51E298ACE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F16D852-6185-4CFE-B2CB-E2B985E0F430}
EndGlobalSection
EndGlobal