From: Mikko Rasa Date: Sun, 18 Dec 2022 18:02:17 +0000 (+0200) Subject: Emit configurations in Visual Studio solutions X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=b5a0caaec5b617ecccda6dc116da076eaf662f4e;hp=b5a0caaec5b617ecccda6dc116da076eaf662f4e;p=builder.git Emit configurations in Visual Studio solutions Projects other than the main one are marked as not being built, since builder will build them implicitly as part of the main project. This also seems to be enough for Visual Studio to not complain about the solution being modified when closing it. ---