]> git.tdb.fi Git - builder.git/commit
Don't output a PlatformToolset tag in vcxproj files
authorMikko Rasa <tdb@tdb.fi>
Sun, 18 Dec 2022 14:26:46 +0000 (16:26 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 18 Dec 2022 14:26:46 +0000 (16:26 +0200)
commitbb95e9f8b161733624e7abe744a5aeee8a77158f
tree147681d6df4ce01fb1142784266cc3d5d8bbb66e
parentda4075117e3ad3a340e0d23fa7d53a9009305a61
Don't output a PlatformToolset tag in vcxproj files

Visual Studio doesn't seem to actually need it.  It's fairly meaningless
anyway since builder will choose the toolset itself.
source/vcxprojectgenerator.cpp