Tagged Questions

0
votes
4answers
29 views

How can I get MSBuild to do a full build of a Delphi project equivalent to dcc32 -b?

How can I get MSBuild to do a full build of a Delphi project equivalent to dcc32 -b? I've got two projects I'm trying to build, the first one uses some conditional defines, which …
0
votes
1answer
24 views

How can I overwrite file web.config with web.other.config?

I have a msbuild script with custom logic to deploy my service to the qa server automatically. I have to overwrite the default config with a dedicated one, but when I use <Copy …
0
votes
3answers
18 views

Visual Studio Build Tasks - TFS Operations

I'm looking to extend some post build tasks to include the checking out and then checking in of a DLL. We are using TFS and I know there are command line tools to do this. What I d …
0
votes
2answers
25 views

How do I use MSBuild on a C# project with no compilable code

I have a C# web app project which actually has no ASP.Net or C# in it. It's just a single html page with some Javascript, CSS, and a couple of images. I want to use MSBuild to de …
0
votes
1answer
12 views

Bootstrapper with custom package

I'm currently developping a bootstrapper to deploy one of my VSTO addins. I thus created a prerequisites list before compiled it with MSBuild, but I also need to test and install …
3
votes
3answers
61 views

Commandline to modify tnsnames.ora

Is there a command line utility to modify the tnsnames.ora file for the oracle client? [EDIT] I'm looking for something similar to odbcconf.exe (for editing ODBC connection on win …
7
votes
7answers
110 views

Build Process - What to use?

I'm considering writing my own delivery code using PowerShell and/or C#, maybe shelling to NAnt or MSBuild. Why should I not go this way? Is this such a really hard endeavor comp …
0
votes
1answer
21 views

Checking if project has a specific target in MSBuild

Some of my .csproj project files have special target "AssembleJS" that merges all .js files included in project in one big file (i.e. webcontrols.csproj has target "AssembleJS" wi …
0
votes
1answer
15 views

TFSBuild.Proj and Manual SQL Server Work Help?

Using the VS 2008 GDR update, I have created a database project. I have created a SQL Server deployment package. I have created a database unit test. Using some wizards, the stuff …
2
votes
4answers
125 views

building .net applications without Visual Studio

I'm interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I …
3
votes
6answers
103 views

MSBuild / Visual Studio distributed builds

I develop / maintain an app that takes a long time to build (as in, a full build takes in excess of 6 hours!) After having spent most of the day building our app I've started loo …
0
votes
2answers
25 views

VS2005 Web Deployment Project to VS2008 - ASPNET compiler errors

I'm having problems with a wdproj I've upgraded to VS2008; This is the error I'm getting while trying to compile the project using msbuild: ASPNETCOMPILER : error ASPRUNTIME: The …
0
votes
3answers
40 views

Can you prevent MSBuild.exe from running Build Events?

I'm building a number of projects via a script, and the occasional use of custom build events causes a great deal of difficulty for the build system. If it is possible, I'd like t …
0
votes
2answers
41 views

How do you format text in MSBuild?

Specifically, I am looking to zero pad a number to create a string based label. i.e. build 7 into build 007. You can easily add strings together, but in all my searches on format …
0
votes
2answers
57 views

How long does my Visual Studio C# compile take?

It seems like it should be possible to configure Visual Studio to print out how long the compile takes. Perhaps somewhere in the .sln file. If the sln is compiled from the comm …

1 2 3 4 5 52 next
15 30 50 per page