forked from Geotab/mygeotab-api-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyGeotabAPIAdapter.sln
42 lines (42 loc) · 2.35 KB
/
MyGeotabAPIAdapter.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 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyGeotabAPIAdapter", "MyGeotabAPIAdapter\MyGeotabAPIAdapter.csproj", "{DC828638-F0A2-4D3C-8726-0D9F694EE699}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyGeotabAPIAdapter.Tests", "MyGeotabAPIAdapter.Tests\MyGeotabAPIAdapter.Tests.csproj", "{389593BC-1F02-466D-AC8F-ED757C6D045E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyGeotabAPIAdapter.Database", "MyGeotabAPIAdapter.Database\MyGeotabAPIAdapter.Database.csproj", "{3525DB4B-3603-4EF7-94CF-F1BAA1E8F9EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE34361C-1C64-4D86-9D77-ECF12B7EC1C0}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC828638-F0A2-4D3C-8726-0D9F694EE699}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC828638-F0A2-4D3C-8726-0D9F694EE699}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC828638-F0A2-4D3C-8726-0D9F694EE699}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC828638-F0A2-4D3C-8726-0D9F694EE699}.Release|Any CPU.Build.0 = Release|Any CPU
{389593BC-1F02-466D-AC8F-ED757C6D045E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{389593BC-1F02-466D-AC8F-ED757C6D045E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{389593BC-1F02-466D-AC8F-ED757C6D045E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{389593BC-1F02-466D-AC8F-ED757C6D045E}.Release|Any CPU.Build.0 = Release|Any CPU
{3525DB4B-3603-4EF7-94CF-F1BAA1E8F9EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3525DB4B-3603-4EF7-94CF-F1BAA1E8F9EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3525DB4B-3603-4EF7-94CF-F1BAA1E8F9EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3525DB4B-3603-4EF7-94CF-F1BAA1E8F9EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28B1EC99-3BB0-4B69-8342-3DB08CE2B3F4}
EndGlobalSection
EndGlobal