msbuild-propertygroup
MSBuild Property Scope
Once again I\'m battling MSBuild.I want to have a property value defined with a root path.As part of the build, the path will get updated with version information.However, MSBuild seems to have its ow[详细]
2023-04-08 14:06 分类:问答msbuild properties initialized from functions cannot be converted to items?
I am trying to create an msbuild project where dependency information is read from a text file. I have a text file named project.dep which contains a semicolon separated list of project names. In this[详细]
2023-03-16 18:05 分类:问答MSBuild item can't be used in MSBuild task, error MSB4012
I have the following MSBuild project file: <?xml version=\"1.0\" encoding=\"utf-8\"?> <Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\" DefaultTargets=\"Deploy\" ToolsVe[详细]
2023-02-25 20:29 分类:问答MSBuild project won't load if Import fails?
I created a build target in a project file (App.Tests.csproj) that imports a project: <Import Project =\"$(Location)\\Special.Tasks\"/>[详细]
2023-02-14 14:58 分类:问答test if an MSBuild property is defined?
In MsBuil开发者_如何学Pythond, is it possible to create an MSBuild condition (or another situation) that will evaluate whether a Property is \'defined\' (presuming that this is previous to assigning t[详细]
2023-02-10 03:12 分类:问答Assembly name from MSBUILD
I am developing an app that reads a MSBUILD file ( *.csproj ) to pull out various bits of information. A previous question on here revealed that I can get the resource files being used in the followin[详细]
2023-02-06 14:01 分类:问答Using WriteCodeFragment MSBuild Task
I am trying to use the WriteCodeFragment MSBuild task to create an AssemblyVersion attribute. I\'m having a problem creating a property group to correctly pass the ITaskItem array required for process[详细]
2023-01-28 10:14 分类:问答Scope and order of evaluation of Items in MsBuild
I wonder why in the following code, MsBuild refuses to set the Suffix Metadata. It does work with a CreateItem task instead of the ItemGroup Declaration (because CreateItem is computed at build time)[详细]
2023-01-14 19:49 分类:问答Find out the "Bit"ness of the current OS in MSBuild
I have a build script that needs to hard code a path to an executable.The path is: C:\\Program Files\\Microsoft Visual Studio 9.0\\SmartDevices\\SDK\\SDKTools\\cabwiz.exe[详细]
2023-01-11 19:16 分类:问答Is there a possibility to use one property value inside another?
I would like to do something like this: <PropertyGroup> <propone>value</propone> </PropertyGroup>[详细]
2022-12-18 09:22 分类:问答