Skip to content

Commit 4dcaca1

Browse files
committed
1 parent 7b7e798 commit 4dcaca1

10 files changed

Lines changed: 3118 additions & 0 deletions

BIDSHelper.AddIn

19.7 KB
Binary file not shown.

BIDSHelper2008.AddIn

19.7 KB
Binary file not shown.

BIDSHelper2012.AddIn

20.2 KB
Binary file not shown.

BIDSHelper2014.AddIn

19.9 KB
Binary file not shown.

SQL2008_BIDSHelper.csproj

Lines changed: 912 additions & 0 deletions
Large diffs are not rendered by default.

SQL2012_BIDSHelper.csproj

Lines changed: 1071 additions & 0 deletions
Large diffs are not rendered by default.

SQL2012_BIDSHelper.csproj.user

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ProjectView>ProjectFiles</ProjectView>
5+
</PropertyGroup>
6+
<PropertyGroup>
7+
<ReferencePath>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\;C:\Program Files (x86)\Microsoft SQL Server\110\SDK\Assemblies\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Business Intelligence Semantic Model\</ReferencePath>
8+
</PropertyGroup>
9+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
10+
<StartAction>Program</StartAction>
11+
<StartProgram>C:\Program Files %28x86%29\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe</StartProgram>
12+
<StartArguments>/resetaddin BIDSHelper2012-ForTesting.addin</StartArguments>
13+
</PropertyGroup>
14+
</Project>

SQL2014_BIDSHelper.csproj

Lines changed: 1069 additions & 0 deletions
Large diffs are not rendered by default.

SQL2014_BIDSHelper.csproj.user

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ReferencePath>C:\Program Files (x86)\Microsoft SQL Server\120\Tools\binn\VSShell\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies;C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies;c:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies\Business Intelligence Semantic Model;c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies\Business Intelligence Semantic Model</ReferencePath>
5+
<ProjectView>ShowAllFiles</ProjectView>
6+
<PublishUrlHistory />
7+
<InstallUrlHistory />
8+
<SupportUrlHistory />
9+
<UpdateUrlHistory />
10+
<BootstrapperUrlHistory />
11+
<ErrorReportUrlHistory />
12+
<FallbackCulture>en-US</FallbackCulture>
13+
<VerifyUploadedFiles>false</VerifyUploadedFiles>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<StartAction>Program</StartAction>
17+
<StartProgram>C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe</StartProgram>
18+
<StartArguments>"C:\Users\darre\Documents\Visual Studio 2013\Projects\SSIS Play SQL2014\SSIS Play SQL2014.sln"</StartArguments>
19+
</PropertyGroup>
20+
</Project>

SQL2014_BIDSHelper.sln

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.24720.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQL2014_BIDSHelper", "SQL2014_BIDSHelper.csproj", "{D0A64DAC-84C6-4F6A-A406-A08355738A45}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{D0A64DAC-84C6-4F6A-A406-A08355738A45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{D0A64DAC-84C6-4F6A-A406-A08355738A45}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{D0A64DAC-84C6-4F6A-A406-A08355738A45}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{D0A64DAC-84C6-4F6A-A406-A08355738A45}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(TeamFoundationVersionControl) = preSolution
23+
SccNumberOfProjects = 1
24+
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
25+
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs01
26+
SccProjectUniqueName0 = SQL2014_BIDSHelper.csproj
27+
SccProjectName0 = .
28+
SccAuxPath0 = https://tfs.codeplex.com/tfs/tfs01
29+
SccLocalPath0 = .
30+
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
31+
EndGlobalSection
32+
EndGlobal

0 commit comments

Comments
 (0)