Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 9 additions & 57 deletions BidsHelperPackage.vsct
Original file line number Diff line number Diff line change
Expand Up @@ -436,46 +436,6 @@
</Strings>
</Button>

<Button guid="guidBidsHelperPackageCmdSet" id="AddNewBimlFileId" priority="0x0100" type="Button">
<Parent guid="guidBidsHelperPackageCmdSet" id="myProjectMenuGroupTop" />
<Icon guid="guidSsisImages" id="picBimlFile" />
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>Add New Biml File</ButtonText>
</Strings>
</Button>

<Button guid="guidBidsHelperPackageCmdSet" id="ExpandBimlFileId" priority="0x0100" type="Button">
<Parent guid="guidBidsHelperPackageCmdSet" id="myMenuGroupBottom" />
<Icon guid="guidSsisImages" id="picBiml" />
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>Expand Biml File</ButtonText>
</Strings>
</Button>

<Button guid="guidBidsHelperPackageCmdSet" id="LearnMoreAboutBimlId" priority="0x0100" type="Button">
<Parent guid="guidBidsHelperPackageCmdSet" id="myMenuGroupBottom" />
<Icon guid="guidSsisImages" id="picBimlHelp" />
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>Learn More About Biml</ButtonText>
</Strings>
</Button>

<Button guid="guidBidsHelperPackageCmdSet" id="CheckBimlForErrorsId" priority="0x0100" type="Button">
<Parent guid="guidBidsHelperPackageCmdSet" id="myMenuGroupBottom" />
<Icon guid="guidSsisImages" id="picBimlCheck" />
<CommandFlag>DefaultInvisible</CommandFlag>
<CommandFlag>DynamicVisibility</CommandFlag>
<Strings>
<ButtonText>Check Biml for Errors</ButtonText>
</Strings>
</Button>

<Button guid="guidBidsHelperPackageCmdSet" id="FixedWidthColumnsId" priority="0x0100" type="Button">
<Parent guid="guidBidsHelperPackageCmdSet" id="mySsisConnectionMenuGroup" />
<Icon guid="guidSsisImages" id="picFixedColumns" />
Expand Down Expand Up @@ -606,7 +566,7 @@
must be the actual index (1-based) of the bitmap inside the bitmap strip. -->
<Bitmap guid="guidImages" href="Resources\BIDSHelperIcons.png" usedList="picBlank, picDeployMdxScriptOld, picEditAggs, picPrinterFriendlyDimUsageOld"/>
<Bitmap guid="guidSsasImages" href="Resources\ssas-icons.png" usedList="picAggManager, picUsedColumns, picUnusedColumns, picDeleteAggs, picDeleteIndexes, picDeployMdxScript, picDimDataTypeCheck, picDimensionHealthCheck, picDimOptimizationReport, picDuplicateRole, picMeasureGroupHealthCheck, picNonDefaultProperties, picPCDimNaturalize, picPrinterFriendlyDimUsage, picRolesReport, picSmartDiff, picVisualizeAttributeLattice, picSyncDescriptions, picTabularActions, picTabularFolders, picTabularTranslations, picTabularAnnotationWorkaround, picTabularHideMemberIf" />
<Bitmap guid="guidSsisImages" href="Resources\ssis-icons.png" usedList="picBatchProperties, picBiml, picBimlFile, picBimlCheck, picBimlHelp, picDesignScanner, picSsisDeploy, picExpressionList, picRelativePaths, picSsisPerformance, picNewGuid, picFixedColumns, picSortPackages" />
<Bitmap guid="guidSsisImages" href="Resources\ssis-icons.png" usedList="picBatchProperties, picDesignScanner, picSsisDeploy, picExpressionList, picRelativePaths, picSsisPerformance, picNewGuid, picFixedColumns, picSortPackages" />
</Bitmaps>
</Commands>

Expand Down Expand Up @@ -673,10 +633,6 @@
<IDSymbol name="BatchPropertyUpdateId" value="0x011A"/>
<IDSymbol name="PerformanceVisualizationId" value="0x011B" />
<IDSymbol name="DesignPracticeScannerId" value="0x11C" />
<IDSymbol name="AddNewBimlFileId" value="0x011D" />
<IDSymbol name="ExpandBimlFileId" value="0x011E" />
<IDSymbol name="LearnMoreAboutBimlId" value="0x011F" />
<IDSymbol name="CheckBimlForErrorsId" value="0x0120" />
<IDSymbol name="FixedWidthColumnsId" value="0x0121" />
<IDSymbol name="PerformanceBreakdownId" value="0x0122" />
<IDSymbol name="SortablePackagePropertiesId" value="0x0123" />
Expand Down Expand Up @@ -730,18 +686,14 @@
</GuidSymbol>
<GuidSymbol name="guidSsisImages" value="{feec21bd-6b4e-4eca-9c2f-14772de9478f}" >
<IDSymbol name="picBatchProperties" value="1" />
<IDSymbol name="picBiml" value="2" />
<IDSymbol name="picBimlFile" value="3" />
<IDSymbol name="picBimlCheck" value="4" />
<IDSymbol name="picBimlHelp" value="5" />
<IDSymbol name="picDesignScanner" value="6" />
<IDSymbol name="picSsisDeploy" value="7" />
<IDSymbol name="picExpressionList" value="8" />
<IDSymbol name="picRelativePaths" value="9" />
<IDSymbol name="picSsisPerformance" value="10" />
<IDSymbol name="picNewGuid" value="11" />
<IDSymbol name="picFixedColumns" value="12" />
<IDSymbol name="picSortPackages" value="13" />
<IDSymbol name="picDesignScanner" value="2" />
<IDSymbol name="picSsisDeploy" value="3" />
<IDSymbol name="picExpressionList" value="4" />
<IDSymbol name="picRelativePaths" value="5" />
<IDSymbol name="picSsisPerformance" value="6" />
<IDSymbol name="picNewGuid" value="7" />
<IDSymbol name="picFixedColumns" value="8" />
<IDSymbol name="picSortPackages" value="9" />

</GuidSymbol>
</Symbols>
Expand Down
8 changes: 0 additions & 8 deletions BidsHelperPackage1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ internal sealed partial class PackageIds
public const int BatchPropertyUpdateId = 0x011A;
public const int PerformanceVisualizationId = 0x011B;
public const int DesignPracticeScannerId = 0x011C;
public const int AddNewBimlFileId = 0x011D;
public const int ExpandBimlFileId = 0x011E;
public const int LearnMoreAboutBimlId = 0x011F;
public const int CheckBimlForErrorsId = 0x0120;
public const int FixedWidthColumnsId = 0x0121;
public const int PerformanceBreakdownId = 0x0122;
public const int SortablePackagePropertiesId = 0x0123;
Expand Down Expand Up @@ -123,10 +119,6 @@ internal sealed partial class PackageIds
public const int picTabularAnnotationWorkaround = 0x0016;
public const int picTabularHideMemberIf = 0x0017;
public const int picBatchProperties = 0x0001;
public const int picBiml = 0x0002;
public const int picBimlFile = 0x0003;
public const int picBimlCheck = 0x0004;
public const int picBimlHelp = 0x0005;
public const int picDesignScanner = 0x0006;
public const int picSsisDeploy = 0x0007;
public const int picExpressionList = 0x0008;
Expand Down
8 changes: 0 additions & 8 deletions Build/Build_BIDSHelper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ $lastReleaseFile = "$base_dir\setupScript\SQL2005CurrentReleaseVersion.xml"
write-Host "Starting Zip"
$ver = $ReleaseVersion -replace "\.", "_"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2005_$ver.zip" "$base_dir\bin\BIDSHelper.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2005_$ver.zip" "$base_dir\bin\Antlr3.Runtime.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2005_$ver.zip" "$base_dir\bin\BimlEngine.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2005_$ver.zip" "$base_dir\bin\PostSharp.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2005_$ver.zip" "$base_dir\bin\ExpressionEditor.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2005_$ver.zip" "$base_dir\bin\DLLs\Biml\Biml.xsd"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2005_$ver.zip" "$base_dir\BIDSHelper.Addin"

#Compile2008
Expand All @@ -113,11 +109,7 @@ write-Host "Path: $msbuild"
write-Host "Starting Zip"
$ver = $ReleaseVersion -replace "\.", "_"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2008_$ver.zip" "$base_dir\bin\BIDSHelper.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2008_$ver.zip" "$base_dir\bin\Antlr3.Runtime.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2008_$ver.zip" "$base_dir\bin\BimlEngine.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2008_$ver.zip" "$base_dir\bin\PostSharp.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2008_$ver.zip" "$base_dir\bin\ExpressionEditor.dll"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2008_$ver.zip" "$base_dir\bin\DLLs\Biml\Biml.xsd"
&($zip) a -tzip "$base_dir\SetupScript\BIDSHelper2008_$ver.zip" "$base_dir\BIDSHelper2008.Addin"

# CheckinVersionFiles
Expand Down
Binary file modified Build/build_bidshelper2005_xcopy.ps1
Binary file not shown.
Binary file modified Build/build_bidshelper2008_xcopy.ps1
Binary file not shown.
Binary file modified Build/build_bidshelper2012_xcopy.ps1
Binary file not shown.
Binary file modified Build/build_bidshelper2014_xcopy.ps1
Binary file not shown.
4 changes: 0 additions & 4 deletions Core/CommandList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ public enum CommandList
BatchPropertyUpdateId = 0x011A,
PerformanceVisualizationId = 0x011B,
DesignPracticeScannerId = 0x011C,
AddNewBimlFileId = 0x011D,
ExpandBimlFileId = 0x011E,
LearnMoreAboutBimlId = 0x011F,
CheckBimlForErrorsId = 0x0120,
FixedWidthColumnsId = 0x0121,
PerformanceBreakdownId = 0x0122,
SortablePackagePropertiesId = 0x0123,
Expand Down
Binary file removed DLLs/Biml/Antlr3.Runtime.dll
Binary file not shown.
Loading