VS2008: Disable asking whether to reload files changed outside the IDE

后端 未结 5 1548
轻奢々
轻奢々 2020-12-16 12:21

I have a Visual Studio 2008 project where some code files are generated with each build (a parser, integrated via MSBuild aka editing the *.csproj file). VS does not know a

5条回答
  •  心在旅途
    2020-12-16 12:50

    This is an old post, but what worked for me was slightly different and I wanted to share:

    This file has been modified outside the source

    Go to Tools -> Options -> Debugging -> General and uncheck "Require source files to exactly match the original version". This allows you to use source code which is not the same as original version.

提交回复
热议问题