update prebuild; remove duplicated Debug compile define
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user