What Files Should I Archive

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

Guest

Hi,

I have developed a PocketPC application using C#. I don't know which of the
files I should add to Source Safe besides the obvious (*.cs and *.sln). I
have the following files and folders:

ProjectXXX (folder)
ProjectXXX.sln
ProjectXXX.sou
ProjectXXX (folder - same name as parent)
AssemblyInfo.cs
Form1.cs
Form1.resx
ProjectXXX.csdproj
ProjectXXX.csdproj.user

Thanks for any help,
Joe
 
Joe Thompson said:
Hi,

I have developed a PocketPC application using C#. I don't know which of
the
files I should add to Source Safe besides the obvious (*.cs and *.sln). I
have the following files and folders:

ProjectXXX (folder)
ProjectXXX.sln
ProjectXXX.sou
ProjectXXX (folder - same name as parent)
AssemblyInfo.cs
Form1.cs
Form1.resx
ProjectXXX.csdproj
ProjectXXX.csdproj.user

Thanks for any help,
Joe

Everything, except perhaps your .user file. The suo file stores solution
level options and, which means your manually entered tasks in your task
list. It wouldn't do to have that disappear between instances.
 
Hi Daniel,

Thanks for the info.

Joe

Daniel O'Connell said:
Everything, except perhaps your .user file. The suo file stores solution
level options and, which means your manually entered tasks in your task
list. It wouldn't do to have that disappear between instances.
 
Back
Top