Top "Msbuild-propertygroup" questions

Inside a Microsoft Build project, PropertyGroup contains a set of user-defined Item elements.

how to replace string in file using msbuild?

I want to replace a string such "how r u" in file test.xml with a string "i am fine" …

msbuild msbuild-task msbuild-propertygroup msbuild-buildengine
test if an MSBuild property is defined?

In MsBuild, is it possible to create an MSBuild condition (or another situation) that will evaluate whether a Property is …

msbuild msbuild-propertygroup
MSBuild how to pass a parameter to set a property value?

Assume I have 3 cs projects in a solution and I import this Common.props file in all 3 csproj files. Here …

c# msbuild 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 …

msbuild msbuild-propertygroup
When you import another msbuild file, what is the order of evaluation?

I have a shared properties file shared.properties.proj <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <…

msbuild-4.0 msbuild-propertygroup
Passing property group value from one MsBuild task to another

How do I keep values defined in one build target alive in other targert? If PropertyGroup is not the write …

msbuild msbuild-propertygroup
Using Microsoft.Build.Evaluation to publish a database project (.sqlproj)

I need to be able to publish an SSDT project programmatically. I am looking at using Microsoft.Build to do …

c# visual-studio-2010 msbuild msbuild-propertygroup sql-server-data-tools