Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Set EXE name based on preprocessor directive condition?
John Paul Jones
19y
2k
1
Reply
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.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Socket connectoin behind Nat/Firewall
Wave to Text Conversion Using C#, VB/VB.NET