Variant exe output?
#8550
-
MSBuild will only generate one exe file for one exe project by default.
|
Beta Was this translation helpful? Give feedback.
Answered by
jrdodds
Mar 9, 2023
Replies: 1 comment 1 reply
-
@Flithor Does the behavior of your .exe change based on the program name (i.e.. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Flithor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Flithor Does the behavior of your .exe change based on the program name (i.e..
Environment.GetCommandLineArgs()[0]
)? You can easily add a custom target to your project that makes copies of (or links to) the built exe.