Skip to content

Commit 748529c

Browse files
DarrenSQLIS_cpDarrenSQLIS_cp
authored andcommitted
Added vNext 2007 ExpressionEditor assembly to references folder.. Updated 2017 project to use new assembly.
1 parent d8d8d9c commit 748529c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

DLLs/SQL2017/ExpressionEditor.dll

146 KB
Binary file not shown.

SQL2016_BidsHelper.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,9 +668,9 @@
668668
<HintPath>DLLs\Biml\Antlr3.Runtime.dll</HintPath>
669669
<Private>False</Private>
670670
</Reference>
671-
<Reference Include="ExpressionEditor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b2ab4a111192992b, processorArchitecture=MSIL">
672-
<SpecificVersion>False</SpecificVersion>
671+
<Reference Include="ExpressionEditor, Version=5.1.0.0, Culture=neutral, PublicKeyToken=b2ab4a111192992b, processorArchitecture=x86">
673672
<HintPath>DLLs\SQL2016\ExpressionEditor.dll</HintPath>
673+
<SpecificVersion>False</SpecificVersion>
674674
</Reference>
675675
<Reference Include="Microsoft.AnalysisServices.AppLocal, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
676676
<Private>False</Private>

SQL2017_BidsHelper.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
547547
<IncludeInVSIX>true</IncludeInVSIX>
548548
</Content>
549-
<Content Include="DLLs\SQL2016\ExpressionEditor.dll" />
549+
<Content Include="DLLs\SQL2017\ExpressionEditor.dll" />
550550
<Content Include="DLLs\SQL2016\msddsp.dll" />
551551
<Content Include="DLLs\SQL2017\Reference\Microsoft.AnalysisServices.AppLocal.Core.dll" />
552552
<Content Include="DLLs\SQL2017\Reference\Microsoft.AnalysisServices.AppLocal.dll" />
@@ -677,9 +677,9 @@
677677
<HintPath>DLLs\Biml\Antlr3.Runtime.dll</HintPath>
678678
<Private>False</Private>
679679
</Reference>
680-
<Reference Include="ExpressionEditor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b2ab4a111192992b, processorArchitecture=MSIL">
680+
<Reference Include="ExpressionEditor, Version=6.1.0.0, Culture=neutral, PublicKeyToken=b2ab4a111192992b, processorArchitecture=x86">
681+
<HintPath>DLLs\SQL2017\ExpressionEditor.dll</HintPath>
681682
<SpecificVersion>False</SpecificVersion>
682-
<HintPath>DLLs\SQL2016\ExpressionEditor.dll</HintPath>
683683
</Reference>
684684
<Reference Include="Microsoft.AnalysisServices.AppLocal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
685685
<Private>False</Private>

0 commit comments

Comments
 (0)