I\'m wondering about this because i\'d like to find a way to create a post-build event that is different whether I\'m trying to compile and run in the emulator or wheter I\'m compiling and publishing
I want to write post build ev开发者_开发百科ent in one project of class library so that dll will be copied to some spacific directory after project build.
When a post-build event fails in Visual Studio 2010, you get the entire post-build batch fi开发者_运维技巧le displayed in the error. Is there any way to hide that and show a cleaner error message inst
I am new to Dotfuscator. I want to protect my .exe file through dotfuscator in visual studio2开发者_运维百科008 using post build option.But I am unable to do this
Is there a way to force the build to fail given certain conditions in the post-build event? The package I\'m working with runs jslint and a few other solutions all together on post-build, I would like
I have a post-build event to copy a .dll from one project to another on successful build using the following command:
I can use the VS macros like $(ProjectDir) in my pre & post build events. But is there any way I can specify them in a batch file & run the batch file as my pre & post build event?
I\'m trying to create documentation for my code and I\'m using xml-comments for it. When a class is documented like the following:
I\'m trying to unzip a File in my PostBuild Event from Visual Studio, but I get an error (Command \'unzip\' ended with Code 50) evertime the command gets executed.
I am trying to run a batch file on post-build event but I am failing. the following is my text which I have put my post-build event;