Splitting up the project files

  • Thread starter Thread starter Sebastian Santacroce
  • Start date Start date
S

Sebastian Santacroce

Hi,
I have multiple people that working on one VB .net project
using separate forms and reports. I was wondering if it
was possible to put some forms and reports in seperate
folders. I tryed doing this and it would copy the files to
the root of the project when I would "add an existing
item" it to the project through the .net Studio. Is there
a way around this?

Sebastian
 
* "Sebastian Santacroce said:
I have multiple people that working on one VB .net project
using separate forms and reports. I was wondering if it
was possible to put some forms and reports in seperate
folders. I tryed doing this and it would copy the files to
the root of the project when I would "add an existing
item" it to the project through the .net Studio. Is there
a way around this?

In the solution explorer, you can add folders to the projects and drag
files into these folders.
 
Sebastian,

This is the default behavior, have you looked into using Visual Source
Safe, it is a very effective tool for multi-developer projects and for
simply keeping track of the project's revision history.
Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top