Specifying Debug vs. Release post-build steps in VS.NET
From: bnc mag (bnc_uconn_at_yahoo.com)
Date: 11/08/04
- Next message: Richard Blewett [DevelopMentor]: "Re: Solution question?"
- Previous message: C# Learner: "Re: ListView Keeps Flickering"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 08 Nov 2004 09:42:12 -0800
Hello,
Visual Studio 6 allows users to specify seperate post-build steps to
perform on Debug and Release builds. I am trying to do the same thing
in C#.NET 2003, but it appears as though I only get to specify *one* set
of post-build steps, regardless of whether I am building in Debug or
Release.
I would like to copy my resulting DLLs into respective "Debug" and
"Release" directories elsewhere on my machine, hence my need for such a
feature.
I know that the $(TargetPath), etc... macros change dynamically
depending on your current build configuration, but that's of no help to
me. I need to be able to specify either the "debug" directory on a
debug build, or the "Release" directory on a release build.
Does anyone know how this is done in VS.NET?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Richard Blewett [DevelopMentor]: "Re: Solution question?"
- Previous message: C# Learner: "Re: ListView Keeps Flickering"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|