diff --git a/.gitignore b/.gitignore index c4ddab0..686daa5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ Backup* CPPCheckPlugin/bin CPPCheckPlugin/obj CPPCheckPlugin.csproj.user +storage.ide diff --git a/CPPCheckPlugin.sln b/CPPCheckPlugin.sln index 6e52534..72b6003 100644 --- a/CPPCheckPlugin.sln +++ b/CPPCheckPlugin.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.15 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPPCheckPlugin", "CPPCheckPlugin\CPPCheckPlugin.csproj", "{47946420-6C85-44FA-9E95-8FB46ADAC152}" EndProject @@ -19,4 +19,7 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9006B35E-D161-4206-8DBE-33F21C5B373E} + EndGlobalSection EndGlobal diff --git a/CPPCheckPlugin/CPPCheckPlugin.csproj b/CPPCheckPlugin/CPPCheckPlugin.csproj index 1a84302..4894fd4 100644 --- a/CPPCheckPlugin/CPPCheckPlugin.csproj +++ b/CPPCheckPlugin/CPPCheckPlugin.csproj @@ -1,7 +1,7 @@  - 14.0 + 15.0 11.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) @@ -9,6 +9,8 @@ 12.0 + false + publish\ true Disk @@ -21,10 +23,12 @@ true 0 1.0.0.%2a - false false true + + Resources\Package.ico + Debug @@ -38,7 +42,7 @@ CppcheckPlugin True Key.snk - v4.5 + v4.6 true @@ -73,6 +77,8 @@ + + True @@ -83,10 +89,9 @@ true - - + True diff --git a/CPPCheckPlugin/CPPCheckPluginPackage.cs b/CPPCheckPlugin/CPPCheckPluginPackage.cs index e81342a..7cda6c2 100644 --- a/CPPCheckPlugin/CPPCheckPluginPackage.cs +++ b/CPPCheckPlugin/CPPCheckPluginPackage.cs @@ -10,8 +10,6 @@ using System.Collections.Generic; using System.Linq; using System.Windows.Forms; -using System.Threading.Tasks; -using Microsoft.VisualStudio.VCProjectEngine; namespace VSPackage.CPPCheckPlugin { @@ -23,7 +21,7 @@ namespace VSPackage.CPPCheckPlugin [InstalledProductRegistration("#110", "#112", "1.2.0", IconResourceID = 400)] // This attribute is needed to let the shell know that this package exposes some menus. [ProvideMenuResource("Menus.ctmenu", 1)] - [ProvideToolWindow(typeof(MainToolWindow), Style=VsDockStyle.Tabbed, Window=Microsoft.VisualStudio.Shell.Interop.ToolWindowGuids.Outputwindow, MultiInstances=false, Transient=false)] + [ProvideToolWindow(typeof(MainToolWindow), Style = VsDockStyle.Tabbed, Window=Microsoft.VisualStudio.Shell.Interop.ToolWindowGuids.Outputwindow, MultiInstances=false, Transient=false)] [Guid(GuidList.guidCPPCheckPluginPkgString)] public sealed class CPPCheckPluginPackage : Package { diff --git a/CPPCheckPlugin/MainToolWindowUI.xaml b/CPPCheckPlugin/MainToolWindowUI.xaml index 6368261..0bfc748 100644 --- a/CPPCheckPlugin/MainToolWindowUI.xaml +++ b/CPPCheckPlugin/MainToolWindowUI.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" - xmlns:vsp="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.11.0" + xmlns:vsp="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.15.0" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300"> // This code was generated by a tool. -// Runtime Version:4.0.30319.18408 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace VSPackage.CPPCheckPlugin { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/CPPCheckPlugin/app.config b/CPPCheckPlugin/app.config index 74e277e..0170c2d 100644 --- a/CPPCheckPlugin/app.config +++ b/CPPCheckPlugin/app.config @@ -1,16 +1,15 @@ - + - -
+ +
- + C:\Program Files (x86)\Cppcheck\cppcheck.exe C:\Program Files\Cppcheck\cppcheck.exe @@ -20,7 +19,7 @@ False - + False @@ -39,4 +38,4 @@ - \ No newline at end of file + diff --git a/CPPCheckPlugin/source.extension.vsixmanifest b/CPPCheckPlugin/source.extension.vsixmanifest index 663fad6..2c8c192 100644 --- a/CPPCheckPlugin/source.extension.vsixmanifest +++ b/CPPCheckPlugin/source.extension.vsixmanifest @@ -12,9 +12,14 @@ - + + + + + +