diff --git a/site_scons/site_tools/VSProject.py b/site_scons/site_tools/VSProject.py
index 9e27ed6e6..58d18d77c 100644
--- a/site_scons/site_tools/VSProject.py
+++ b/site_scons/site_tools/VSProject.py
@@ -78,7 +78,7 @@ V12DSPItemDefinitionGroup= """\
V12CustomBuildProtoc= """\
Document\r
protoc --cpp_out=%(cpp_out)s --proto_path=%%(RelativeDir) %%(Identity)\r
- %(base_out)s.pb.h;%(base_out)s.pb.cc.\r
+ %(base_out)s.pb.h;%(base_out)s.pb.cc\r
protoc --cpp_out=%(cpp_out)s --proto_path=%%(RelativeDir) %%(Identity)\r
false\r
"""