C
cody
You have to make 3 projects and put them in one workspace. In my knowledge,
one project can have only one assembly.
one project can have only one assembly.
dd said:I have done the project at the way u said before, but i found it many of the
classes in these three project are resuable (the same content), I don't want
to waste my time.
cody said:You have to make 3 projects and put them in one workspace. In my knowledge,
one project can have only one assembly.
--
cody
[Freeware, Games and Humor]
www.deutronium.de.vu || www.deutronium.tk
dd said:I have a project containing 3 class have main method
How can i get three exe file after build??
Jon Skeet said:So have another project which is a class library with all the common
code in, and make each of the executable projects refer to it.