-
Notifications
You must be signed in to change notification settings - Fork 34
/
AirtableApiClient.sln
34 lines (34 loc) · 1.76 KB
/
AirtableApiClient.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AirtableApiClient", "AirtableApiClient\AirtableApiClient.csproj", "{9A0F05CF-701E-4558-956A-C095FAAC2C91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AirtableApiClient.Tests", "AirtableApiClient.Tests\AirtableApiClient.Tests.csproj", "{19EC2479-BBC2-4AD0-818C-B3012893220F}"
ProjectSection(ProjectDependencies) = postProject
{9A0F05CF-701E-4558-956A-C095FAAC2C91} = {9A0F05CF-701E-4558-956A-C095FAAC2C91}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A0F05CF-701E-4558-956A-C095FAAC2C91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A0F05CF-701E-4558-956A-C095FAAC2C91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A0F05CF-701E-4558-956A-C095FAAC2C91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A0F05CF-701E-4558-956A-C095FAAC2C91}.Release|Any CPU.Build.0 = Release|Any CPU
{19EC2479-BBC2-4AD0-818C-B3012893220F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19EC2479-BBC2-4AD0-818C-B3012893220F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19EC2479-BBC2-4AD0-818C-B3012893220F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19EC2479-BBC2-4AD0-818C-B3012893220F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C71B7A95-5EFA-4326-B079-09DD9355A3DF}
EndGlobalSection
EndGlobal