Skip to content

Commit b6e0d64

Browse files
committed
temporarily turning off Build Analyzer rules and updating VSSDK
1 parent c7fd732 commit b6e0d64

4 files changed

Lines changed: 377 additions & 7 deletions

File tree

SQL2019_VS2019_BidsHelper.csproj

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>full</DebugType>
3232
<PlatformTarget>x86</PlatformTarget>
3333
<ErrorReport>prompt</ErrorReport>
34-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
34+
<CodeAnalysisRuleSet>SQL2019_VS2019_BidsHelper.ruleset</CodeAnalysisRuleSet>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
3737
<OutputPath>bin\x86\Release\</OutputPath>
@@ -40,7 +40,7 @@
4040
<DebugType>pdbonly</DebugType>
4141
<PlatformTarget>x86</PlatformTarget>
4242
<ErrorReport>prompt</ErrorReport>
43-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
43+
<CodeAnalysisRuleSet>SQL2019_VS2019_BidsHelper.ruleset</CodeAnalysisRuleSet>
4444
</PropertyGroup>
4545
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4646
<PropertyGroup>
@@ -76,6 +76,7 @@
7676
<PlatformTarget>x86</PlatformTarget>
7777
<RunCodeAnalysis>false</RunCodeAnalysis>
7878
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
79+
<CodeAnalysisRuleSet>SQL2019_VS2019_BidsHelper.ruleset</CodeAnalysisRuleSet>
7980
</PropertyGroup>
8081
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
8182
<DebugType>pdbonly</DebugType>
@@ -87,6 +88,7 @@
8788
<Prefer32Bit>false</Prefer32Bit>
8889
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
8990
<PlatformTarget>x86</PlatformTarget>
91+
<CodeAnalysisRuleSet>SQL2019_VS2019_BidsHelper.ruleset</CodeAnalysisRuleSet>
9092
</PropertyGroup>
9193
<ItemGroup>
9294
<Compile Include="BidsHelperPackage.cs" />
@@ -580,6 +582,7 @@
580582
<None Include="Manifest\SQL2019\source.extension.vsixmanifest">
581583
<SubType>Designer</SubType>
582584
</None>
585+
<None Include="SQL2019_VS2019_BidsHelper.ruleset" />
583586
<None Include="SSAS\AggManager\Properties\Settings.settings" />
584587
</ItemGroup>
585588
<ItemGroup>
@@ -920,13 +923,12 @@
920923
</Reference>
921924
<Reference Include="Microsoft.VisualStudio.ExtensionEngine, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
922925
<SpecificVersion>False</SpecificVersion>
923-
<HintPath>c:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Microsoft.VisualStudio.ExtensionEngine.dll</HintPath>
926+
<HintPath>packages\Microsoft.VSSDK.BuildTools.16.4.1057\tools\vssdk\Microsoft.VisualStudio.ExtensionEngine.dll</HintPath>
924927
<Private>False</Private>
925928
</Reference>
926-
<Reference Include="Microsoft.VisualStudio.ExtensionManager, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
929+
<Reference Include="Microsoft.VisualStudio.ExtensionManager, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
927930
<SpecificVersion>False</SpecificVersion>
928-
<HintPath>c:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.ExtensionManager.dll</HintPath>
929-
<Private>False</Private>
931+
<HintPath>..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\PrivateAssemblies\Microsoft.VisualStudio.ExtensionManager.dll</HintPath>
930932
</Reference>
931933
<Reference Include="Microsoft.VisualStudio.ImageCatalog, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
932934
<HintPath>packages\Microsoft.VisualStudio.ImageCatalog.15.9.28307\lib\net45\Microsoft.VisualStudio.ImageCatalog.dll</HintPath>
@@ -941,7 +943,8 @@
941943
<Reference Include="Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
942944
<HintPath>packages\Microsoft.VisualStudio.OLE.Interop.7.10.6071\lib\Microsoft.VisualStudio.OLE.Interop.dll</HintPath>
943945
</Reference>
944-
<Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
946+
<Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
947+
<SpecificVersion>False</SpecificVersion>
945948
<HintPath>packages\Microsoft.VisualStudio.Shell.15.0.15.9.28307\lib\net45\Microsoft.VisualStudio.Shell.15.0.dll</HintPath>
946949
</Reference>
947950
<Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)