I don\'t know if this is a bug of visual studio 2010 but when I run the YUI Custom Tool in some files I get the开发者_如何学Go new file with a \"1\" added to the filename..
I want to generate some code from my dbml(Linq to Sql) file,the dbml file is placed in many part of my project So I wrote a custom tool for this purpose
Why this error is appearing?I was just s开发者_StackOverflow中文版etting some default values in a dataset designer...its second time that this is appearing...
I have a custom tool \"NafestisGenerator\" of which I need to apply to every \".ntf\" file. The question is, how do I tell visual studio (using开发者_StackOverflow中文版 the Custom tool Generator samp
I would like the files generated by my custom tool to be hidden, but I cannot find any documentation on how this is done.
We\'re developing perforce custom tools in pyt开发者_如何学Pythonhon and we\'re outputting messages during the script execution. It shows up in p4win but we\'re mainly using p4v and the output doesn\'
I have my own custom tool for Visual Studio 2008 SP1. It consists of 5 assemblies: 3 assemblies with code that are used heavily in my other projects, 1 assembly-wrapper above VS2008 SDK and an assembl
Is there a way to \'Run Custom Tool\' for an entire solution? Why?The custom tool is under development and when changes are made I need to refresh all the items th开发者_如何学Goat use it to make sur
I\'m working on a DSL tool, and for this tool, there exists a custom code generation tool that creates output files. Currently, this tool is registered with C# using a RegistrationAttribute on the Dsl