how to share modules, forms and classes?

  • Thread starter Thread starter Matteo Gabella
  • Start date Start date
M

Matteo Gabella

hi, i tried to share a module between two projects but it didn't
work... when i add the file from the first project to the second, the
file were COPIED into the new project.
what can i do?
tx
MAtteo GAbella
 
You could either compile into a class library that you can then reference to
share the actual assembly or, what I think you're looking for in this
situation, you could open the file as a "linked" file. Just add the existing
item ("Project" -> "Add Existing Item...") but when you select the source
file to add to the project click the down arrow on the "Open" button and
select "Link File".
 
Back
Top