update prebuild; remove duplicated Debug compile define

This commit is contained in:
UbitUmarov
2022-11-10 09:24:56 +00:00
parent 07deaa4746
commit f4e1bf798a
3 changed files with 5 additions and 5 deletions

View File

@@ -516,7 +516,7 @@ namespace Prebuild.Core.Targets
ps.WriteLine(" </ItemGroup>");
ps.WriteLine(" <Target Name=\"CopyFiles\">");
ps.WriteLine(" <Target Name=\"CopyFiles\" AfterTargets=\"AfterBuild\">");
foreach (string destPath in project.Files.Destinations)
{
@@ -726,8 +726,8 @@ namespace Prebuild.Core.Targets
ps.WriteLine(" <DebugSymbols>{0}</DebugSymbols>", conf.Options["DebugInformation"]);
ps.WriteLine(" <FileAlignment>{0}</FileAlignment>", conf.Options["FileAlignment"]);
ps.WriteLine(" <Optimize>{0}</Optimize>", conf.Options["OptimizeCode"]);
ps.WriteLine(" <TieredCompilation>false</TieredCompilation>");
//ps.WriteLine(" <TieredCompilation>false</TieredCompilation>");
ps.WriteLine(" <TieredCompilationQuickJit>false</TieredCompilationQuickJit>");
ps.WriteLine(" <UseCommonOutputDirectory>{0}</UseCommonOutputDirectory>", conf.Options["UseCommonOutputDirectory"].ToString());
ps.WriteLine(" <AppendTargetFrameworkToOutputPath>{0}</AppendTargetFrameworkToOutputPath>", conf.Options["AppendTargetFrameworkToOutputPath"].ToString());
ps.WriteLine(" <AppendRuntimeIdentifierToOutputPath>{0}</AppendRuntimeIdentifierToOutputPath>", conf.Options["AppendRuntimeIdentifierToOutputPath"].ToString());

View File

@@ -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:

View File

@@ -4,7 +4,7 @@
<Solution activeConfig="Debug" name="OpenSim" path="./" version="0.5.0-$Rev$" frameworkVersion="net6_0">
<Configuration name="Debug" >
<Options>
<CompilerDefines>TRACE;DEBUG</CompilerDefines>
<CompilerDefines>TRACE</CompilerDefines>
<OptimizeCode>false</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>true</AllowUnsafe>