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.
 

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