Tagged Questions

6
votes
2answers
2k views

Multiple Pre-Build Events in Visual Studio?

I've followed a blog post by Scott Hanselman for managing configuration with PreBuild Events and have it working fine. I now want to split up my configuration into a couple of different files, so ...
2
votes
1answer
76 views

Can i set dynamically the name of a shortcut while deploying with the VS Setup Deployment Project?

i would like to publish my application with a name (and desktop shortcut) based on a config file. So can i dynamically set the name of a shortcut while deploying with the VS Setup Deployment Project? ...
2
votes
1answer
2k views

Problem with prebuild event in Visual Studio replacing $(SolutionDir) with *Undefined*

I believe the problem is documented here and looks like it might be a bug in visual studio, but I'm wondering if anyone knows of a workaround. Basically I have the following 2 lines (among other ...
1
vote
1answer
274 views

Visual Studio pre-build action to skip project build based on condition

In a VS 2008 solution, I have several projects. I run the build on the entire solution with msbuild. Based on the existence of a file on the disk, I want to skip the build for one of the projects. How ...
0
votes
2answers
334 views

Pre -build events on VS 2008 did not executed

I'm tring to run build of C# solution on vs2008 and discovered that pre-build events for projects containing in the solution were not executed. What can be reason of such behavior ?