TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
John Paul Jones
NA
1
0
Set EXE name based on preprocessor directive condition?
Aug 16 2005 5:51 AM
Hi,
I have a project that needs to output different EXEs based on a value stored in a
preprocessor directive "constant":
#
If
ExeType = "LITE"
Then
// Make "abcLITE.exe"
#
Else
// Make "abcFULL.exe"
#
End
If
Is there a way to implement this in VS.NET?
Thanks,
John.
Reply
Answers (
1
)
Socket connectoin behind Nat/Firewall
Wave to Text Conversion Using C#, VB/VB.NET