forked from saiteja09/Direct-Query-for-REST-API-in-Power-BI
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathODBCDirect.sln
35 lines (35 loc) · 1.81 KB
/
ODBCDirect.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{4DF76451-A46A-4C0B-BE03-459FAAFA07E6}") = "ODBCMySQLDirect", "ODBCMySQLDirect\ODBCMySQLDirect.mproj", "{75BF9BCF-EAE2-45DB-A23D-D3BC7C38A211}"
EndProject
Project("{4DF76451-A46A-4C0B-BE03-459FAAFA07E6}") = "ODBCPostgresDirect", "ODBCPostgresDirect\ODBCPostgresDirect.mproj", "{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}"
EndProject
Project("{4DF76451-A46A-4C0B-BE03-459FAAFA07E6}") = "ODBCSQLDirect", "ODBCSQLDirect\ODBCSQLDirect.mproj", "{9783305D-C886-4492-BE6E-21ECE08158BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Build|x64 = Build|x64
Build|x86 = Build|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75BF9BCF-EAE2-45DB-A23D-D3BC7C38A211}.Build|x64.ActiveCfg = Release|x86
{75BF9BCF-EAE2-45DB-A23D-D3BC7C38A211}.Build|x86.ActiveCfg = Release|x86
{75BF9BCF-EAE2-45DB-A23D-D3BC7C38A211}.Build|x86.Build.0 = Release|x86
{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}.Build|x64.ActiveCfg = Release|x86
{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}.Build|x64.Build.0 = Release|x86
{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}.Build|x86.ActiveCfg = Release|x86
{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}.Build|x86.Build.0 = Release|x86
{9783305D-C886-4492-BE6E-21ECE08158BD}.Build|x64.ActiveCfg = Release|x86
{9783305D-C886-4492-BE6E-21ECE08158BD}.Build|x86.ActiveCfg = Release|x86
{9783305D-C886-4492-BE6E-21ECE08158BD}.Build|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EBE68A6-8C67-44DF-944C-81C66BCEB198}
EndGlobalSection
EndGlobal