Using Visual Studio project properties effectively for multiple projects and configurations

后端 未结 6 1252
清酒与你
清酒与你 2020-12-02 03:47

I have always used Visual Studios built in GUI support for configuring my projects, often using property sheets so that several projects will use a common set.

One o

6条回答
  •  执笔经年
    2020-12-02 04:47

    It sounds like it could be worth checking out a build tool - at my place we use a custom made tool that watches files and projects for changes and figures the dependencies and compile order. Adding a new file is no big deal - compilation is done with msbuild.

    If i had to compile more than a bunch of projects I would use something like nant: http://nant.sourceforge.net/

提交回复
热议问题