Skip to content

Commit

Permalink
Fix package images
Browse files Browse the repository at this point in the history
  • Loading branch information
Therena committed Aug 12, 2020
1 parent 6e78c1e commit afb9189
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 9 deletions.
8 changes: 6 additions & 2 deletions ConEmuIntegration/ConEmuIntegration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\ConEmuWindowPackage.ico" />
<Content Include="Resources\Icon.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Resources\Preview.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="app.config" />
<None Include="Key.snk" />
<None Include="packages.config" />
Expand Down Expand Up @@ -166,7 +171,6 @@
<ResourceName>Menus.ctmenu</ResourceName>
<SubType>Designer</SubType>
</VSCTCompile>
<Content Include="Resources\ConEmuWindowCommand.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Settings\OptionPageGridConEmuPathsControl.resx">
Expand Down
Binary file removed ConEmuIntegration/Resources/ConEmuWindowCommand.png
Binary file not shown.
Binary file removed ConEmuIntegration/Resources/ConEmuWindowPackage.ico
Binary file not shown.
Binary file added ConEmuIntegration/Resources/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ConEmuIntegration/Resources/Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions ConEmuIntegration/VSPackage.de-DE.resx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,4 @@
<data name="112" xml:space="preserve">
<value>ConEmuWindow Visual Studio Extension Detailed Info</value>
</data>
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\ConEmuWindowPackage.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
3 changes: 0 additions & 3 deletions ConEmuIntegration/VSPackage.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,4 @@
<data name="112" xml:space="preserve">
<value>ConEmuWindow Visual Studio Extension Detailed Info</value>
</data>
<data name="400" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>Resources\ConEmuWindowPackage.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
2 changes: 1 addition & 1 deletion ConEmuIntegration/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="D643A537-A9F4-43A6-9374-2C452B46300E" Version="2.2019.0.3" Language="en-US" Publisher="David Roller" />
<Identity Id="D643A537-A9F4-43A6-9374-2C452B46300E" Version="2.2019.0.4" Language="en-US" Publisher="David Roller" />
<DisplayName>ConEmu Integration 2019</DisplayName>
<Description xml:space="preserve">Integrate the console emulator ConEmu in Visual Studio</Description>
<License>Resources\LICENSE</License>
Expand Down

0 comments on commit afb9189

Please sign in to comment.