ASP.Net 2.0 and Visual Studio files

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
triplta
Posts: 11
Joined: Wed Nov 01, 2006 2:11 pm

ASP.Net 2.0 and Visual Studio files

Post by triplta » Thu Nov 16, 2006 9:42 am

Can all of the files from a visual studio application be copied to the repository for safe keeping such as js,css,sln,resx,dll, etc?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Thu Nov 16, 2006 9:46 am

Yes, you can stick any of the files in there. You will want to check in the Admin tool to make sure they aren't excluded.

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Thu Nov 16, 2006 4:22 pm

Be careful not to place them in a bin/ directory where your builds would take place. Visual Studio will not build targets if the files exist and are read-only in the build sub-directories.
Jeff Clausius
SourceGear

Locked