customtool
VS2010 custom tool - generated filename bug? (YUI Custom Tool and others)
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..[详细]
2023-03-23 20:05 分类:问答Two Custom tool s for a single file?
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[详细]
2023-03-06 16:56 分类:问答Custom tool error Failed to generate code
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...[详细]
2023-01-22 10:49 分类:问答How do I default the visual studio file property "custom tool" for a given file extension?
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[详细]
2023-01-22 09:24 分类:问答How to hide files generated by custom tool in Visual Studio
I would like the files generated by my custom tool to be hidden, but I cannot find any documentation on how this is done.[详细]
2023-01-01 19:57 分类:问答How to output in the log window in perforce client p4v using custom tools
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\'[详细]
2022-12-26 12:52 分类:问答How to deploy a visual studio custom tool?
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[详细]
2022-12-25 14:31 分类:问答Run Custom Tool for entire solution
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[详细]
2022-12-14 07:46 分类:问答Language neutral custom tool
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[详细]
2022-12-13 13:20 分类:问答