forked from QuickbaseAdmirer/QuickBase-C-Sharp-SDK
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Intuit.QuickBase.sln
41 lines (41 loc) · 2.27 KB
/
Intuit.QuickBase.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intuit.QuickBase.Client", "Intuit.QuickBase.Client\Intuit.QuickBase.Client.csproj", "{F25380B0-B55A-4567-941E-B938723F6E07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Intuit.QuickBase.Core", "Intuit.QuickBase.Core\Intuit.QuickBase.Core.csproj", "{72AE7ED2-1321-499E-8E0E-ECFD91B8C850}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QBFunctionTest", "QBFunctionTest\QBFunctionTest.csproj", "{0ECE8A75-198C-4DBA-83D8-E12CE882E6BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F25380B0-B55A-4567-941E-B938723F6E07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F25380B0-B55A-4567-941E-B938723F6E07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F25380B0-B55A-4567-941E-B938723F6E07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F25380B0-B55A-4567-941E-B938723F6E07}.Release|Any CPU.Build.0 = Release|Any CPU
{72AE7ED2-1321-499E-8E0E-ECFD91B8C850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72AE7ED2-1321-499E-8E0E-ECFD91B8C850}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72AE7ED2-1321-499E-8E0E-ECFD91B8C850}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72AE7ED2-1321-499E-8E0E-ECFD91B8C850}.Release|Any CPU.Build.0 = Release|Any CPU
{0ECE8A75-198C-4DBA-83D8-E12CE882E6BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ECE8A75-198C-4DBA-83D8-E12CE882E6BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ECE8A75-198C-4DBA-83D8-E12CE882E6BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ECE8A75-198C-4DBA-83D8-E12CE882E6BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D09DDA99-3831-4FCE-8E03-BEB89BEDAC2B}
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal