I have the following scenario. We use stored procedures to access the database and we use LiNQ 2 SQL to generate the classes or namely we use Unplugged LINQ to SQL Generator for this. It has been run
In the context of creating a custom Microsoft.Build.Utilities.Task how do I get access to the MSBuild verbosity?
I\'m trying to add an Import task to a .csproj file programmatically, but I don\'t want to use the Microsoft.Build.BuildEngine objects to do this because VS will then pop up warnings about the project
How do I use the MSBuild Copy task? Also, it is seems to be making target as lowercase in the filename - is this right?
I\'m t开发者_StackOverflow社区rying to post-process the documentation XML file as a post-build XSLT transformation (using the new XSLTransformation step), but the build fails with error Unable to exec
When implementing a microsoft.build.utilities.task how to i get access to the various environmental variables of the build?
I\'m trying to output the variable from one target, into the parent target which started it. For example,
We\'ve recently upgraded from VS2008 -> VS2010 (and hence upgrading from Web Deployment Project to proper deployment project).
This is already cross-posted at MS Connect: https://connect.microsoft.com/VisualStudio/feedback/details/560451
I need to write a custom task that print all the defined properties (the non-reserved ones). So in my C# 开发者_如何学Gocode, I wanna access to the properties list of MSBuild engine and I don\'t know