Re: repository question
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Sat, 15 Oct 2005 14:27:37 -0400
"E.T. Grey" <nebula@xxxxxxxxxxxxxxxxxx> wrote in message
news:diresa$hqm$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I am using CVS as my file repository for some VC projects.
>
> Does any one know which of the solution related files I need to store:
>
> i.e., do I need to store the files with these extensions:
>
> *.suo
> *.ncb
See this for a description of the .sln and .suo files
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxgrfFileTypesFileExtensionsInVisualStudioNET.asp
For what it is worth, I would store both.
The .ncb file is for browsing. There is no harm in deleting it as the
compiler will just go and recreate it as necessary so I wouldn't bother to
store it.
Regards,
Will
.
- References:
- repository question
- From: E.T. Grey
- repository question
- Prev by Date: repository question
- Next by Date: Re: repository question
- Previous by thread: repository question
- Next by thread: Re: repository question
- Index(es):
Relevant Pages
|
|