Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

Commit a6e0d5b

Browse files
committed
Build fixed; installation to VS 2017 supported
1 parent c756b68 commit a6e0d5b

File tree

2 files changed

+30
-27
lines changed

2 files changed

+30
-27
lines changed

CPPCheckPlugin/CPPCheckPlugin.csproj

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@
5959
<RunCodeAnalysis>true</RunCodeAnalysis>
6060
</PropertyGroup>
6161
<ItemGroup>
62+
<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
63+
<EmbedInteropTypes>False</EmbedInteropTypes>
64+
</Reference>
65+
<Reference Include="envdte100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
66+
<EmbedInteropTypes>False</EmbedInteropTypes>
67+
</Reference>
68+
<Reference Include="envdte80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
69+
<EmbedInteropTypes>False</EmbedInteropTypes>
70+
</Reference>
71+
<Reference Include="envdte90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
72+
<EmbedInteropTypes>False</EmbedInteropTypes>
73+
</Reference>
6274
<Reference Include="Microsoft.CSharp" />
6375
<Reference Include="Microsoft.VisualStudio.OLE.Interop" />
6476
<Reference Include="Microsoft.VisualStudio.Shell.Interop" />
@@ -88,15 +100,6 @@
88100
<Reference Include="System.Xaml" />
89101
</ItemGroup>
90102
<ItemGroup>
91-
<COMReference Include="EnvDTE">
92-
<Guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</Guid>
93-
<VersionMajor>8</VersionMajor>
94-
<VersionMinor>0</VersionMinor>
95-
<Lcid>0</Lcid>
96-
<WrapperTool>primary</WrapperTool>
97-
<Isolated>False</Isolated>
98-
<EmbedInteropTypes>False</EmbedInteropTypes>
99-
</COMReference>
100103
<COMReference Include="Microsoft.VisualStudio.CommandBars">
101104
<Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid>
102105
<VersionMajor>8</VersionMajor>
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3-
<Metadata>
4-
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.3.3" Language="en-US" Publisher="-" />
5-
<DisplayName>cppcheck add-in</DisplayName>
6-
<Description xml:space="preserve">Integration for cppcheck - C/C++ code static analysis tool </Description>
7-
<License>PackageInstallerLicense.txt</License>
8-
</Metadata>
9-
<Installation>
10-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,14.0]" />
11-
<InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[11.0,14.0]" />
12-
<InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[11.0,14.0]" />
13-
</Installation>
14-
<Dependencies>
15-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
16-
<Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,)" />
17-
</Dependencies>
18-
<Assets>
19-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
20-
</Assets>
3+
<Metadata>
4+
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.3.3" Language="en-US" Publisher="-" />
5+
<DisplayName>cppcheck add-in</DisplayName>
6+
<Description xml:space="preserve">Integration for cppcheck - C/C++ code static analysis tool </Description>
7+
<License>PackageInstallerLicense.txt</License>
8+
</Metadata>
9+
<Installation>
10+
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,15.0]" />
11+
<InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[11.0,15.0]" />
12+
<InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[11.0,15.0]" />
13+
</Installation>
14+
<Dependencies>
15+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
16+
<Dependency Id="Microsoft.VisualStudio.MPF" DisplayName="Visual Studio MPF" d:Source="Installed" Version="[11.0,)" />
17+
</Dependencies>
18+
<Assets>
19+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
20+
</Assets>
2121
</PackageManifest>

0 commit comments

Comments
 (0)