From bb95e9f8b161733624e7abe744a5aeee8a77158f Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 18 Dec 2022 16:26:46 +0200 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/source/vcxprojectgenerator.cpp b/source/vcxprojectgenerator.cpp index 52451f5..c5df4d5 100644 --- a/source/vcxprojectgenerator.cpp +++ b/source/vcxprojectgenerator.cpp @@ -81,7 +81,6 @@ void VcxProjectGenerator::Worker::main() IO::print(out, "\t\t%s -B\n", base_cmd); if(exe) IO::print(out, "\t\t%s\n", exe->get_path()); - IO::print(out, "\t\t\tv142\n"); IO::print(out, "\t\n"); } -- 2.43.0