Re: Build 4 executables
From: Jay B. Harlow [MVP - Outlook] (Jay_Harlow_MVP_at_msn.com)
Date: 04/29/04
- Next message: Nik: "Re: Question about IntPtr"
- Previous message: George Copeland: "Re: VB6 project group load problem"
- In reply to: VJ: "Build 4 executables"
- Next in thread: VJ: "Re: Build 4 executables"
- Reply: VJ: "Re: Build 4 executables"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 29 Apr 2004 17:48:45 -0500
VJ,
In addition to the other comments, what is different between each of the
executables?
Have you considered 4 projects in a single solution? Each project could then
be configured uniquely. One of the projects would actually contain the
source files, while the other 3 have links to the source files (of the first
project).
To link to a source file, use "Project - Add Existing Item", then click the
down arrow next to the Open button and select "Link file".
Hope this helps
Jay
"VJ" <vijaybalki@yahoo.com> wrote in message
news:ejVz01iLEHA.2244@tk2msftngp13.phx.gbl...
> I have one VB.NET project, that outputs a "Mycomapny.exe" everytime I do a
> build. But I need it to output 4 different executables everytime I build.
> How do I archive this. I am looking at the Project Properties & the
> Configuration manager. The configuration manager lets me create any number
> configuration.. but I can seem to choose a different assembly name for
each
> configuration.. How can I do this?
>
> Thanks
> VJ
>
>
- Next message: Nik: "Re: Question about IntPtr"
- Previous message: George Copeland: "Re: VB6 project group load problem"
- In reply to: VJ: "Build 4 executables"
- Next in thread: VJ: "Re: Build 4 executables"
- Reply: VJ: "Re: Build 4 executables"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|