forked from sgoley/DirectQuery-for-ODBC-in-PowerBI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ODBCDirect.sln
37 lines (37 loc) · 1.95 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
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
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
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75BF9BCF-EAE2-45DB-A23D-D3BC7C38A211}.Debug|x86.ActiveCfg = Debug|x86
{75BF9BCF-EAE2-45DB-A23D-D3BC7C38A211}.Debug|x86.Build.0 = Debug|x86
{75BF9BCF-EAE2-45DB-A23D-D3BC7C38A211}.Release|x86.ActiveCfg = Release|x86
{75BF9BCF-EAE2-45DB-A23D-D3BC7C38A211}.Release|x86.Build.0 = Release|x86
{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}.Debug|x86.ActiveCfg = Debug|x86
{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}.Debug|x86.Build.0 = Debug|x86
{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}.Release|x86.ActiveCfg = Release|x86
{22CE2C1D-4F1E-4D41-AA3E-2BFD5E4C488D}.Release|x86.Build.0 = Release|x86
{9783305D-C886-4492-BE6E-21ECE08158BD}.Debug|x86.ActiveCfg = Debug|x86
{9783305D-C886-4492-BE6E-21ECE08158BD}.Debug|x86.Build.0 = Debug|x86
{9783305D-C886-4492-BE6E-21ECE08158BD}.Release|x86.ActiveCfg = Release|x86
{9783305D-C886-4492-BE6E-21ECE08158BD}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5EBE68A6-8C67-44DF-944C-81C66BCEB198}
EndGlobalSection
EndGlobal