开发者

Visual studio exclude folders from rebuild

开发者 https://www.devze.com 2023-02-07 02:22 出处:网络
I\'m building an addon ASP.net set of pages ontop of an old classic ASP system. The new pages are in the folder newversion/ this is the only folder I need rebuilding when I make changes, at the momen

I'm building an addon ASP.net set of pages ontop of an old classic ASP system.

The new pages are in the folder newversion/ this is the only folder I need rebuilding when I make changes, at the moment it attempts to build the entire site which results in a lot of errors.

Can you exclude all other folders from the build configuration?

Edit Please note, the other pages are still going to be edited (all the classic ASP ones) so exlcuding them f开发者_如何学Pythonrom project etc really doesn't help

Edit 2 Here's a screen shot from VS

Visual studio exclude folders from rebuild


  1. Select the files you like to exclude in the solution explorer
  2. Press F4\Alt+Enter to open properties window.
  3. Change Build Action property to Nnoe.

Visual studio exclude folders from rebuild

0

精彩评论

暂无评论...
验证码 换一张
取 消