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
 
Take an account on www.cvsdude.org and put this in your ignore file

*.dll *.pdb *.xml *.exe *.htm *.dbs *.dat *.sim *.incr *.licenses *.projdata
*.user *.zip *.suo bin obj

kind regards




Peter Jausovec said:
Hi,

I would send the complete project directory. (project files, cs files,
solution file)

--
Regards,
Peter Jausovec
(http://blog.jausovec.net)
"Wilfried Mestdagh" <[email protected]> je
napisal v sporoèilo
 
The following you definitely *don't* need, as they are regenerated:
pdb
ncb
 

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