which source files to send

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

If I make an application in C# and want so send/share the project source
with someone else, which files do I have to send ? (because many files will
be generated again if missing, but dont know which ones).
 
Hi,

I would send the complete project directory. (project files, cs files,
solution file)
 
Wilfried,
If I make an application in C# and want so send/share the project source
with someone else, which files do I have to send ? (because many files will
be generated again if missing, but dont know which ones).

Everything but *.user bin\, obj\, *.suo.

bye
Rob
 

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