Search

Web Resource Refactor Add-in

Visual Studio Add-in to convert projects' files or directories to embedded web resources.

While working on ASP.NET Server Control's libraries I often need to embed a lot of resources (images, java scripts, text files etc.).

Unfortunately in Visual Studio 2005/2008 there is no a convenient way of converting content files to embedded resources. They have to be converted manually one by one and as you know in two steps:
  • change Build Action from Content to Embedded Resource;
  • add assembly WebResource attribute to map the embedded resource;
So, I have spent some time on building Visual Studio Add-in to help me to convert in batch project's folders or files to embedded resources.


Project Topics
Known Issues

Web Resource Refactor Add-in is working only on C# projects for now.
An near-future working issue is to make it works with other projects' types as well.
Last edited Mar 6 2009 at 1:51 PM by velio, version 8
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365