-
Notifications
You must be signed in to change notification settings - Fork 0
/
KostalApiClient.sln
37 lines (37 loc) · 2.08 KB
/
KostalApiClient.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.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KostalApiClient", "src\KostalApiClient.csproj", "{C262EEA6-9A31-4EBF-AB36-28AF50D346FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KostalApiClient.Tests", "test\KostalApiClient.Tests\KostalApiClient.Tests.csproj", "{574A03C0-9521-447A-9669-D27B4BFFBF9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KostalApiClient.Sample", "sample\KostalApiClient.Sample.csproj", "{259C3E75-8563-4E4D-B0DE-469BF3DCCE21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C262EEA6-9A31-4EBF-AB36-28AF50D346FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C262EEA6-9A31-4EBF-AB36-28AF50D346FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C262EEA6-9A31-4EBF-AB36-28AF50D346FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C262EEA6-9A31-4EBF-AB36-28AF50D346FD}.Release|Any CPU.Build.0 = Release|Any CPU
{574A03C0-9521-447A-9669-D27B4BFFBF9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{574A03C0-9521-447A-9669-D27B4BFFBF9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{574A03C0-9521-447A-9669-D27B4BFFBF9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{574A03C0-9521-447A-9669-D27B4BFFBF9A}.Release|Any CPU.Build.0 = Release|Any CPU
{259C3E75-8563-4E4D-B0DE-469BF3DCCE21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{259C3E75-8563-4E4D-B0DE-469BF3DCCE21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{259C3E75-8563-4E4D-B0DE-469BF3DCCE21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{259C3E75-8563-4E4D-B0DE-469BF3DCCE21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CDA45DFC-339F-48A0-9DC5-6A679BEB59BC}
EndGlobalSection
EndGlobal