Index: tools/gn/visual_studio_writer.cc |
diff --git a/tools/gn/visual_studio_writer.cc b/tools/gn/visual_studio_writer.cc |
index 50d6878a5f194355494fd96e831a5e2e6993f2ab..7dedd4d302066e1778bf3128e87ac9f86aa98599 100644 |
--- a/tools/gn/visual_studio_writer.cc |
+++ b/tools/gn/visual_studio_writer.cc |
@@ -432,7 +432,7 @@ bool VisualStudioWriter::WriteProjectFileContents( |
properties->SubElement("OutDir"); |
path_output.WriteDir(out_dir->StartContent(false), |
build_settings_->build_dir(), |
- PathOutput::DIR_NO_LAST_SLASH); |
+ PathOutput::DIR_INCLUDE_LAST_SLASH); |
} |
properties->SubElement("TargetName")->Text("$(ProjectName)"); |
if (target->output_type() != Target::GROUP) { |