msbuild-task
MSBuild, custom task to run custom tool to generate classes for linq to sql model?
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[详细]
2023-01-06 01:53 分类:问答When creating a custom Task how to get access to the MSBuild verbosity?
In the context of creating a custom Microsoft.Build.Utilities.Task how do I get access to the MSBuild verbosity?[详细]
2023-01-05 23:34 分类:问答How can I add an MSBuild Import with IVsBuildPropertyStorage?
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[详细]
2023-01-05 22:22 分类:问答How using MSBuild Copy task? and Making target as lowercase filename?
How do I use the MSBuild Copy task? Also, it is seems to be making target as lowercase in the filename - is this right?[详细]
2023-01-05 09:03 分类:问答Why isn't @(DocFileItem) found during MSBuild AfterBuild task?
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[详细]
2023-01-04 18:26 分类:问答When implementing a microsoft.build.utilities.task how to i get access to the various environmental variables of the build?
When implementing a microsoft.build.utilities.task how to i get access to the various environmental variables of the build?[详细]
2023-01-03 17:26 分类:问答Trouble with outputting MSBuild variables
I\'m trying to output the variable from one target, into the parent target which started it. For example,[详细]
2023-01-02 17:38 分类:问答How do i execute an MSBuild Task in VS2010 Web Deployment Build Template?
We\'ve recently upgraded from VS2008 -> VS2010 (and hence upgrading from Web Deployment Project to proper deployment project).[详细]
2023-01-01 08:49 分类:问答Overriding MSBuildExtensionsPath in the MSBuild task is flaky
This is already cross-posted at MS Connect: https://connect.microsoft.com/VisualStudio/feedback/details/560451[详细]
2022-12-31 17:05 分类:问答How to access the MSBuild 's properties list when coding a custom task?
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[详细]
2022-12-29 10:21 分类:问答