diff --git a/Prebuild/src/Core/Targets/VSGenericTarget.cs b/Prebuild/src/Core/Targets/VSGenericTarget.cs index bbea8603a8..2320866b78 100755 --- a/Prebuild/src/Core/Targets/VSGenericTarget.cs +++ b/Prebuild/src/Core/Targets/VSGenericTarget.cs @@ -516,7 +516,7 @@ namespace Prebuild.Core.Targets ps.WriteLine(" "); - ps.WriteLine(" "); + ps.WriteLine(" "); foreach (string destPath in project.Files.Destinations) { @@ -726,8 +726,8 @@ 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"); - + //ps.WriteLine(" false"); + ps.WriteLine(" false"); ps.WriteLine(" {0}", conf.Options["UseCommonOutputDirectory"].ToString()); ps.WriteLine(" {0}", conf.Options["AppendTargetFrameworkToOutputPath"].ToString()); ps.WriteLine(" {0}", conf.Options["AppendRuntimeIdentifierToOutputPath"].ToString()); diff --git a/Prebuild/src/Properties/AssemblyInfo.cs b/Prebuild/src/Properties/AssemblyInfo.cs index e18c2e95cb..c2999bcefc 100644 --- a/Prebuild/src/Properties/AssemblyInfo.cs +++ b/Prebuild/src/Properties/AssemblyInfo.cs @@ -72,7 +72,7 @@ using System.Resources; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguageAttribute("en-US")] -[assembly: AssemblyVersion("2.0.7.*")] +[assembly: AssemblyVersion("2.1.0.0")] // // Version information for an assembly consists of the following four values: diff --git a/prebuild.xml b/prebuild.xml index 03efe40a3b..272bdc0212 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -4,7 +4,7 @@ - TRACE;DEBUG + TRACE false false true