diff --git a/Prebuild/src/Core/Targets/VSGenericTarget.cs b/Prebuild/src/Core/Targets/VSGenericTarget.cs index a1843138e7..aff92ee208 100755 --- a/Prebuild/src/Core/Targets/VSGenericTarget.cs +++ b/Prebuild/src/Core/Targets/VSGenericTarget.cs @@ -710,6 +710,7 @@ namespace Prebuild.Core.Targets ps.WriteLine(" {0}", conf.Options["DebugInformation"]); ps.WriteLine(" {0}", conf.Options["FileAlignment"]); ps.WriteLine(" {0}", conf.Options["OptimizeCode"]); + ps.WriteLine(" false"); if (project.Type != ProjectType.Web) ps.WriteLine(" {0}", Helper.EndPath(Helper.NormalizePath(conf.Options["OutputPath"].ToString())));