msbuild-propertygroup Questions
5
Solved
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
This has worked fine, but n...
Simp asked 17/8, 2010 at 17:41
7
Solved
I want to replace a string such "how r u" in file test.xml with a string "i am fine" in another file xy.xml.using regular expression in ms build.
ie i have to read string from one file(xy.xml) and...
Thallium asked 20/10, 2011 at 14:40
3
I am still trying to get my head around MSBuild things.
Currently I am fiddling around with deploying via powershell script using the generated scripts from the PackageWeb-Nuget-Package (video demo...
Gratify asked 22/5, 2013 at 13:47
4
I need to be able to publish an SSDT project programmatically. I am looking at using Microsoft.Build to do so but can not find any documentation. It seems pretty simple to create the .dacpac, but h...
Renfroe asked 3/5, 2012 at 19:40
3
Solved
How do I keep values defined in one build target alive in other targert? If PropertyGroup is not the write MsBuild entity I should use here, what is? ReleaseDir is printed ok in "Package" target, b...
Algin asked 3/9, 2009 at 12:37
1
Solved
Assume I have 3 cs projects in a solution and I import this Common.props file in all 3 csproj files.
Here is my Common.props file that will sit at the solution level, each project in my solution w...
Lamrert asked 2/12, 2014 at 23:20
3
Solved
I have inline Task code written in csharp
I wonder if there is anyway to access propect property in inline Task code
For ex. I am trying to replace string match with project property value. is it...
Solfa asked 31/1, 2013 at 23:5
2
We need to create a property to indicate our software version. Then we want to use it inside our WIX project, i.e., reference it in wxs file. We don't want to define it in wxs file because we want ...
Giacobo asked 6/11, 2012 at 11:31
2
Solved
I have a shared properties file shared.properties.proj
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SharedAssemblySearch>$(MSBuildProj...
Normalize asked 2/3, 2012 at 16:35
2
Solved
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 i...
Quotha asked 23/9, 2011 at 20:20
1
Solved
I created a build target in a project file (App.Tests.csproj) that imports a project:
<Import Project ="$(Location)\Special.Tasks"/>
These tasks only exist on our build server, that locat...
Crawfish asked 2/3, 2011 at 16:32
1
Solved
In MsBuild, 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 the property a valu...
Nasal asked 10/2, 2011 at 0:6
3
Solved
When a single property contains semicolons, MSBuild automatically parse the property into a list of properties when used within an itemgroup. Here's a snippet from my project:
<PropertyGroup&g...
Dikmen asked 3/11, 2009 at 0:49
1
Solved
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 proce...
Apposition asked 29/11, 2010 at 2:7
2
I want to be able to specify the Code AnalysisRules in commandline MSBuild (for Code Analysis / FXCOP).
The project file would have something like this in it:
<CodeAnalysisRules>-Microsoft.G...
Radiometeorograph asked 23/10, 2009 at 1:21
4
Solved
I got a directory I want to copy to a number of locations.
Say I have
home.aspx
I want to copy it to
abc/home.aspx
def/home.aspx
ghi/home.aspx
so two questions for me:
How do I define ...
Cover asked 29/5, 2009 at 8:28
1
© 2022 - 2024 — McMap. All rights reserved.