Skip to content

Commit db0a05a

Browse files
committed
release 2.1.0
2 parents 9cfbc9b + ed0c000 commit db0a05a

59 files changed

Lines changed: 49700 additions & 42936 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 137 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,145 @@
44

55
/bin/Debug
66
/obj/Debug
7+
/.vs/
78
/.vs/SQL2017_BidsHelper/v14/.suo
89
/.vs/SQL2017_VS2017_BidsHelper/v15/sqlite3/storage.ide
910
/.vs/SQL2017_VS2017_BidsHelper/v15/.suo
1011
/UpgradeLog.htm
1112
/SQL2017_VS2017_BidsHelper.user
12-
/.vs/SQL2017_VS2017_BidsHelper/v15
13-
/bin/Release
14-
/obj/Release
13+
14+
# User-specific files
15+
*.suo
16+
*.user
17+
*.sln.docstates
18+
19+
# Build results
20+
21+
[Dd]ebug/
22+
[Rr]elease/
23+
x64/
24+
build/
25+
[Bb]in/
26+
[Oo]bj/
27+
[Pp]ackage/
28+
29+
# MSTest test Results
30+
[Tt]est[Rr]esult*/
31+
[Bb]uild[Ll]og.*
32+
33+
*_i.c
34+
*_p.c
35+
*.ilk
36+
*.meta
37+
*.obj
38+
*.pch
39+
*.pdb
40+
*.pgc
41+
*.pgd
42+
*.rsp
43+
*.sbr
44+
*.tlb
45+
*.tli
46+
*.tlh
47+
*.tmp
48+
*.tmp_proj
49+
*.log
50+
*.vspscc
51+
*.vssscc
52+
.builds
53+
*.pidb
54+
*.log
55+
*.scc
56+
57+
# Visual Studio profiler
58+
*.psess
59+
*.vsp
60+
*.vspx
61+
62+
# Guidance Automation Toolkit
63+
*.gpState
64+
65+
# ReSharper is a .NET coding add-in
66+
_ReSharper*/
67+
*.[Rr]e[Ss]harper
68+
69+
# TeamCity is a build add-in
70+
_TeamCity*
71+
72+
# DotCover is a Code Coverage Tool
73+
*.dotCover
74+
75+
# NCrunch
76+
*.ncrunch*
77+
.*crunch*.local.xml
78+
79+
# Installshield output folder
80+
[Ee]xpress/
81+
82+
# DocProject is a documentation generator add-in
83+
DocProject/buildhelp/
84+
DocProject/Help/*.HxT
85+
DocProject/Help/*.HxC
86+
DocProject/Help/*.hhc
87+
DocProject/Help/*.hhk
88+
DocProject/Help/*.hhp
89+
DocProject/Help/Html2
90+
DocProject/Help/html
91+
92+
# Click-Once directory
93+
publish/
94+
95+
# NuGet Packages Directory
96+
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
97+
packages/
98+
99+
# private libs
100+
libs/
101+
102+
# Windows Azure Build Output
103+
csx
104+
*.build.csdef
105+
106+
# Windows Store app package directory
107+
AppPackages/
108+
109+
# Others
110+
[Ll]ib/
111+
sql/
112+
*.Cache
113+
ClientBin/
114+
[Ss]tyle[Cc]op.*
115+
~$*
116+
*~
117+
*.dbmdl
118+
*.[Pp]ublish.xml
119+
*.pfx
120+
*.publishsettings
121+
[Tt]emp/
122+
123+
124+
# Backup & report files from converting an old project file to a newer
125+
# Visual Studio version. Backup files are not needed, because we have git ;-)
126+
_UpgradeReport_Files/
127+
Backup*/
128+
UpgradeLog*.XML
129+
UpgradeLog*.htm
130+
131+
#############
132+
## Windows detritus
133+
#############
134+
135+
# Windows image file caches
136+
Thumbs.db
137+
ehthumbs.db
138+
139+
# Folder config file
140+
Desktop.ini
141+
142+
# Recycle Bin used on file shares
143+
$RECYCLE.BIN/
144+
145+
# Mac crap
146+
.DS_Store
147+
148+

SQL2017_VS2017_BidsHelper.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" />
4-
<Import Project="packages\Microsoft.VSSDK.BuildTools.14.0.23107\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('packages\Microsoft.VSSDK.BuildTools.14.0.23107\build\Microsoft.VSSDK.BuildTools.props')" />
54
<PropertyGroup>
65
<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
76
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Binary file not shown.

packages/Microsoft.VSSDK.BuildTools.15.1.192/build/Microsoft.VSSDK.BuildTools.props renamed to packages/Microsoft.VSSDK.BuildTools.14.2.25201/build/Microsoft.VSSDK.BuildTools.props

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2-
<PropertyGroup Label="VSSDK_NuGet_Configuration">
3-
<ThisPackageDirectory>$(MSBuildThisFileDirectory)..\</ThisPackageDirectory>
4-
<VSToolsPath>$(ThisPackageDirectory)\tools</VSToolsPath>
5-
<VsSDKInstall>$(VSToolsPath)\VSSDK</VsSDKInstall>
6-
<VsSDKIncludes>$(VsSDKInstall)\inc</VsSDKIncludes>
7-
<VsSDKToolsPath>$(VsSDKInstall)\bin</VsSDKToolsPath>
8-
</PropertyGroup>
1+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup Label="VSSDK_NuGet_Configuration">
3+
<ThisPackageDirectory>$(MSBuildThisFileDirectory)..\</ThisPackageDirectory>
4+
<VSToolsPath>$(ThisPackageDirectory)\tools</VSToolsPath>
5+
<VsSDKInstall>$(VSToolsPath)\VSSDK</VsSDKInstall>
6+
<VsSDKIncludes>$(VsSDKInstall)\inc</VsSDKIncludes>
7+
<VsSDKToolsPath>$(VsSDKInstall)\bin</VsSDKToolsPath>
8+
<VsixSchemaPath>$(VsSDKInstall)\schemas\VSIXManifestSchema.xsd</VsixSchemaPath>
9+
</PropertyGroup>
910
</Project>

packages/Microsoft.VSSDK.BuildTools.15.1.192/build/Microsoft.VSSDK.BuildTools.targets renamed to packages/Microsoft.VSSDK.BuildTools.14.2.25201/build/Microsoft.VSSDK.BuildTools.targets

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<UsingTask TaskName="SetVsSDKEnvironmentVariables" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
4-
<ParameterGroup>
5-
<ProjectDirectory Required="true" />
6-
</ParameterGroup>
7-
<Task>
8-
<Code Type="Fragment" Language="cs">
9-
System.Environment.SetEnvironmentVariable("VsSDKToolsPath", System.IO.Path.GetFullPath(ProjectDirectory + @"\..\tools\VSSDK\bin"),EnvironmentVariableTarget.Process);
10-
System.Environment.SetEnvironmentVariable("VsSDKSchemaDir", System.IO.Path.GetFullPath(ProjectDirectory + @"\..\tools\VSSDK\schemas"),EnvironmentVariableTarget.Process);
11-
</Code>
12-
</Task>
13-
</UsingTask>
14-
<Target Name="SetVsSDKEnvironmentVariables" BeforeTargets="GeneratePkgDef;VSCTCompile;VSIXNameProjectOutputGroup">
15-
<SetVsSDKEnvironmentVariables ProjectDirectory="$(MSBuildThisFileDirectory)" />
16-
</Target>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<UsingTask TaskName="SetVsSDKEnvironmentVariables" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
4+
<ParameterGroup>
5+
<ProjectDirectory Required="true" />
6+
</ParameterGroup>
7+
<Task>
8+
<Code Type="Fragment" Language="cs">
9+
System.Environment.SetEnvironmentVariable("VsSDKToolsPath", System.IO.Path.GetFullPath(ProjectDirectory + @"\..\tools\VSSDK\bin"),EnvironmentVariableTarget.Process);
10+
</Code>
11+
</Task>
12+
</UsingTask>
13+
<Target Name="SetVsSDKEnvironmentVariables" BeforeTargets="GeneratePkgDef; VSCTCompile">
14+
<SetVsSDKEnvironmentVariables ProjectDirectory="$(MSBuildThisFileDirectory)" />
15+
</Target>
1716
</Project>
Binary file not shown.
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<!--
4+
*************************************************************************
5+
Copyright (c) Microsoft Corporation. All rights reserved.
6+
This code is licensed under the Visual Studio SDK license terms.
7+
THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
8+
ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
9+
IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
10+
PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
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+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+
75+
76+
<!--
77+
Set the general properties for this installation of the SDK
78+
-->
79+
<PropertyGroup>
80+
<VsSDKVersion>14.0</VsSDKVersion>
81+
<VSSDKTargetPlatformVersion>14.0</VSSDKTargetPlatformVersion>
82+
<VSSDKTargetsPath>$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VsSDKVersion)\VSSDK</VSSDKTargetsPath>
83+
<VSSDKTargetPlatformRegRoot>Software\Microsoft\VisualStudio\$(VSSDKTargetPlatformVersion)</VSSDKTargetPlatformRegRoot>
84+
<VSSDKTargetPlatformRegRootSuffix Condition="'$(VSSDKTargetPlatformRegRootSuffix)' == ''">Exp</VSSDKTargetPlatformRegRootSuffix>
85+
<ExtensionsDeploymentSubPath Condition="'$(ExtensionsDeploymentSubPath)' == ''">Microsoft\VisualStudio\$(VSSDKTargetPlatformVersion)$(VSSDKTargetPlatformRegRootSuffix)\Extensions\</ExtensionsDeploymentSubPath>
86+
</PropertyGroup>
87+
88+
<PropertyGroup Label="UserMacros">
89+
<VSIntegrationRoot>$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\VSIP\$(VsSDKVersion)\@InstallDir)\VisualStudioIntegration</VSIntegrationRoot>
90+
<VSIntegrationCommon>$(VSIntegrationRoot)\common</VSIntegrationCommon>
91+
<VSIntegrationIdl>$(VSIntegrationCommon)\idl</VSIntegrationIdl>
92+
<VSIntegrationInclude>$(VSIntegrationCommon)\inc</VSIntegrationInclude>
93+
<Office10Include>$(VSIntegrationInclude)\Office10</Office10Include>
94+
<VSIntegrationLibraries>$(VSIntegrationCommon)\lib\x86</VSIntegrationLibraries>
95+
<VSLIncludePath>$(VSIntegrationRoot)\Common\Source\CPP\VSL\Include</VSLIncludePath>
96+
<VSIntegrationTools>$(VSIntegrationRoot)\Tools\Bin</VSIntegrationTools>
97+
<RegitPath>$(VSIntegrationTools)</RegitPath>
98+
<VsctPath>$(VSIntegrationTools)</VsctPath>
99+
</PropertyGroup>
100+
<ItemDefinitionGroup>
101+
<Midl>
102+
<AdditionalIncludeDirectories>$(VSIntegrationInclude);$(VSIntegrationIdl);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
103+
</Midl>
104+
<ClCompile>
105+
<AdditionalIncludeDirectories>$(VSLIncludePath);$(VSIntegrationInclude);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
106+
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
107+
<WarningLevel>Level4</WarningLevel>
108+
<TreatWarningAsError>true</TreatWarningAsError>
109+
</ClCompile>
110+
<ResourceCompile>
111+
<AdditionalIncludeDirectories>$(VSIntegrationInclude);$(IntDir);$(OutDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
112+
</ResourceCompile>
113+
<Link>
114+
<AdditionalLibraryDirectories>$(VSIntegrationLibraries);$(IntDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
115+
</Link>
116+
</ItemDefinitionGroup>
117+
<ItemGroup>
118+
<BuildMacro Include="Office10Include" />
119+
<BuildMacro Include="RegitPath" />
120+
<BuildMacro Include="VsctPath" />
121+
<BuildMacro Include="VSIntegrationCommon" />
122+
<BuildMacro Include="VSIntegrationIdl" />
123+
<BuildMacro Include="VSIntegrationInclude" />
124+
<BuildMacro Include="VSIntegrationLibraries" />
125+
<BuildMacro Include="VSIntegrationRoot" />
126+
<BuildMacro Include="VSIntegrationTools" />
127+
<BuildMacro Include="VSLIncludePath" />
128+
</ItemGroup>
129+
</Project>

0 commit comments

Comments
 (0)