Hi
I have done some applications in VS 2005 with VB. I have browse around on msdn (http://msdn.microsoft.com/sv-se/libr...us,VS.80).aspx) for some time trying to find an answer on what files to keep.
What files to store as source code?, all of them?
obj folder? (don't know if need)
My Project folder? (don't know if need)
Name.vbproj (don't know if need)
app.config (need i think)
designer.vb files (need i think)
vb files (need i think)
resx files (don't know if need)
sln /suo? (don't know if need)
I do copy all files in the \bin\Release\ folder when manual distributing the program.
Do I need all these files:
Name.exe (need ofc)
Name.exe.config (need ofc)
Name.pdb (don't know if need)
Name.xml (don't know if need)
Mylib.dll (need ofc)
And if I want to print some files fore safekeeping the source, witch should I print?
Thanks
I have done some applications in VS 2005 with VB. I have browse around on msdn (http://msdn.microsoft.com/sv-se/libr...us,VS.80).aspx) for some time trying to find an answer on what files to keep.
What files to store as source code?, all of them?
obj folder? (don't know if need)
My Project folder? (don't know if need)
Name.vbproj (don't know if need)
app.config (need i think)
designer.vb files (need i think)
vb files (need i think)
resx files (don't know if need)
sln /suo? (don't know if need)
I do copy all files in the \bin\Release\ folder when manual distributing the program.
Do I need all these files:
Name.exe (need ofc)
Name.exe.config (need ofc)
Name.pdb (don't know if need)
Name.xml (don't know if need)
Mylib.dll (need ofc)
And if I want to print some files fore safekeeping the source, witch should I print?
Thanks
Comment