c# - One project with two forms inside, build two separate exe files for each form -
this question, have 2 forms in 1 vs2010 project, want have output of separate .exe files each form? suggestions? forms sharing same data, have different functionality..
theoretically, utilize 2 different build configurations , pre-processor definitions , separate build configurations, can't think of single instance thing do.
instead, you'll want separate code 3 projects. 2 forms applications, , 1 library. set code mutual between them library.
c# .net visual-studio-2010
No comments:
Post a Comment