Skip to content

Commit f370354

Browse files
committed
fix wrong slnx default version
1 parent f1c7e24 commit f370354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/importproject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ bool ImportProject::importSlnx(const std::string& filename, const std::vector<st
529529
VariablesMap solutionVariables;
530530
setSolution(filename, solutionVariables);
531531

532-
solutionVariables["VisualStudioVersion"] = "19.0";
532+
solutionVariables["VisualStudioVersion"] = "18.0";
533533

534534
bool found = false;
535535

0 commit comments

Comments
 (0)