-
Notifications
You must be signed in to change notification settings - Fork 1
/
Atc.Rest.Client.sln
39 lines (39 loc) · 1.91 KB
/
Atc.Rest.Client.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atc.Rest.Client", "src\Atc.Rest.Client\Atc.Rest.Client.csproj", "{15A96F3F-4F3D-471D-885F-8C817EE0799E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atc.Rest.Client.Tests", "test\Atc.Rest.Client.Tests\Atc.Rest.Client.Tests.csproj", "{2286E363-C6E4-41AB-9A03-FC8C4C8FEB79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".files", ".files", "{B301C360-29E2-4F7B-93DA-58F8EBF1C822}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{15A96F3F-4F3D-471D-885F-8C817EE0799E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15A96F3F-4F3D-471D-885F-8C817EE0799E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15A96F3F-4F3D-471D-885F-8C817EE0799E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15A96F3F-4F3D-471D-885F-8C817EE0799E}.Release|Any CPU.Build.0 = Release|Any CPU
{2286E363-C6E4-41AB-9A03-FC8C4C8FEB79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2286E363-C6E4-41AB-9A03-FC8C4C8FEB79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2286E363-C6E4-41AB-9A03-FC8C4C8FEB79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2286E363-C6E4-41AB-9A03-FC8C4C8FEB79}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A92D7EC-F444-456B-A86C-D6683E016C35}
EndGlobalSection
EndGlobal