Giter VIP home page Giter VIP logo

monikermanifesttools's Introduction

Image Manifest Tools

Build status

Download this extension from the Marketplace or get the CI build.


Makes it easier to create and maintain .imagemanifest files for Visual Studio extension.

This tool wraps the ManifestFromResources.exe tool into an easy to use command.

Generate Image Manifest

Right-click any folder and select "Generate Image Manifest...". This will take all .png and .xaml files and add them to an .imagemanifest file.

Context menu

This will prompt to ask for a file name for the .imagemanifest file and then produce a file looking like this:

<?xml version="1.0" encoding="utf-8"?>
<!-- This file was generated by the ManifestFromResources tool.-->
<!-- Version: 14.0.50929.2 -->
<ImageManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/VisualStudio/ImageManifestSchema/2014">
  <Symbols>
    <String Name="Resources" Value="/ConsoleApp3;Component/Images" />
    <Guid Name="MonikersGuid" Value="{8e97aaf4-e8c7-4076-af4a-d1ddc3ded81d}" />
    <ID Name="actionscript" Value="0" />
    <ID Name="ansible" Value="1" />
    <ID Name="apache" Value="2" />
    <ID Name="apigee" Value="3" />
  </Symbols>
  <Images>
    <Image Guid="$(MonikersGuid)" ID="$(actionscript)">
      <Source Uri="$(Resources)/actionscript.png">
        <Size Value="32" />
      </Source>
    </Image>
    <Image Guid="$(MonikersGuid)" ID="$(ansible)">
      <Source Uri="$(Resources)/ansible.png">
        <Size Value="32" />
      </Source>
    </Image>
    <Image Guid="$(MonikersGuid)" ID="$(apache)">
      <Source Uri="$(Resources)/apache.png">
        <Dimensions Width="33" Height="32" />
      </Source>
    </Image>
    <Image Guid="$(MonikersGuid)" ID="$(apigee)">
      <Source Uri="$(Resources)/apigee.png">
        <Dimensions Width="31" Height="32" />
      </Source>
    </Image>
  </Images>
  <ImageLists />
</ImageManifest>

When more image files have been added to the folder, simply repeat the steps and override the .imagemanifest file. This tool will first read the old .imagemanifest file in order to keep the existing IDs.

License

Apache 2.0

monikermanifesttools's People

Contributors

madskristensen avatar aodl avatar

Stargazers

 avatar Brian Canzanella avatar

Watchers

James Cloos avatar  avatar  avatar

monikermanifesttools's Issues

Please publish new version to vs marketplace with updated vsix manifest

Hello,
It appears VS 2022 is supported; however, the vs marketplace extension build is out of date (end result: you cannot install this for vs 2022). Any chance a new version can be published? [The current version builds and works in vs 2022]

from the current package:
<Installation> <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)" /> </Installation>

Missing 18.0 (source)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.