I
info
Hi All,
Here is the big question:
Suppose to need to compile the Basic, Standard and Pro editions of you
app. What will you do inside VS2005? (each edition contains a different
set of file/classes but, obviously, the most are shared between each
edition)
1) I create 3 project (Basic, Standard and Pro) and link the shared
files/classes from the first.
2) I use conditional compiling, placing the classes inside an #if
PROEDITION #endif statement.
3) I build 3 different asseblies and merge them using ILMerge.
4) Other.
Thanks so much for your thoughts, I want to start with the right foot!
Alberto
Here is the big question:
Suppose to need to compile the Basic, Standard and Pro editions of you
app. What will you do inside VS2005? (each edition contains a different
set of file/classes but, obviously, the most are shared between each
edition)
1) I create 3 project (Basic, Standard and Pro) and link the shared
files/classes from the first.
2) I use conditional compiling, placing the classes inside an #if
PROEDITION #endif statement.
3) I build 3 different asseblies and merge them using ILMerge.
4) Other.
Thanks so much for your thoughts, I want to start with the right foot!
Alberto