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

Commit d286717

Browse files
committed
VS 2015 support
1 parent a484b0f commit d286717

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CPPCheckPlugin/source.extension.vsixmanifest

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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">
33
<Metadata>
4-
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.2.0" Language="en-US" Publisher="-" />
4+
<Identity Id="127d8bd3-8cd7-491a-9a63-9b4e89118da9" Version="1.2.1" Language="en-US" Publisher="-" />
55
<DisplayName>cppcheck add-in</DisplayName>
66
<Description xml:space="preserve">Integration for cppcheck - C/C++ code static analysis tool </Description>
77
<License>PackageInstallerLicense.txt</License>
88
</Metadata>
9-
<Installation InstalledByMsi="false">
10-
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,12.0]" />
11-
<InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[11.0,12.0]" />
12-
<InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[11.0,12.0]" />
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]" />
1313
</Installation>
1414
<Dependencies>
1515
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="4.5" />

0 commit comments

Comments
 (0)