Skip to content

Commit

Permalink
Publish 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Oct 26, 2015
1 parent 1a7f10f commit cc5325e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
8 changes: 4 additions & 4 deletions KillWpfDesigner/KillDesignerAndRebuildSolutionCommand.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using Microsoft.VisualStudio;

namespace KillWpfDesigner
namespace KillWpfDesigner
{
using System;
using System.ComponentModel.Design;
using EnvDTE;

using Microsoft.VisualStudio;
using Microsoft.VisualStudio.Shell;

internal sealed class KillDesignerAndRebuildSolutionCommand : IDisposable
Expand Down Expand Up @@ -85,7 +85,7 @@ private void OnBeforeExecuteRebuildSln(string guid, int id, object customIn, obj
_menuItem.Enabled = false;
}

private void OnAfterExecuteRebuildSln(string Guid, int ID, object CustomIn, object CustomOut)
private void OnAfterExecuteRebuildSln(string guid, int id, object customIn, object customOut)
{
_menuItem.Enabled = true;
}
Expand Down
10 changes: 3 additions & 7 deletions KillWpfDesigner/KillWpfDesigner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
</Content>
<Content Include="Resources\skull.svg" />
<None Include="Key.snk" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand Down Expand Up @@ -106,7 +108,6 @@
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualStudio.CommandBars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
Expand Down Expand Up @@ -189,11 +190,6 @@
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="VSPackage.resx">
Expand Down
1 change: 1 addition & 0 deletions KillWpfDesigner/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
<InstallationTarget Version="[11.0,13.0]" Id="Microsoft.VisualStudio.Pro" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit cc5325e

Please sign in to comment.