Do I need the bin\debug\appName.vshost.exe and appName.vshost.manifest in my SVN code repository?

Posted by Bruce Lee on Stack Overflow See other posts from Stack Overflow or by Bruce Lee
Published on 2010-04-29T09:56:12Z Indexed on 2010/04/29 10:07 UTC
Read the original article Hit count: 426

Filed under:
|
|
|

I am building an application which is based on a sample application, written in C# on .NET 2, and is built on VS2008. This application is mostly a wrapper for a COM application. However I compile it in .NET 3.5.

The sample application came with the following files in it's bin\debug:

  • appName.vshost.exe
  • appName.vshost.exe.manifest

I noticed that I can delete the files and VS re-builds vshost.exe, and the vshost.manifest file appears with modification date the same as the deleted file as if VS has copied in from somewhere.

My question is, should I put this files in my SVN code repository?

© Stack Overflow or respective owner

Related posts about svn

Related posts about c#