6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio Community 2013 消していいファイル

Last updated at Posted at 2015-04-20

ソリューションのフォルダ内に生成されるファイルのうち,消してよいものと悪いもの.

消してよい

  • *.sdf
  • debug, releaseフォルダ (x64プラットフォームの場合は,x64フォルダ以下全て)

消してはだめ

  • *.sln
  • *.vcxproj
  • *.vcxproj.filters 消しても起動するが,ソリューションエクスプローラ内で,拡張子によるファイルの分類がなされなくなる.

(随時追記します)

6
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?