From af86aa23c7c6032b8a22cffb1409cf8a6b62c99d Mon Sep 17 00:00:00 2001 From: Vorspire Date: Sun, 23 Aug 2015 01:51:26 +0100 Subject: [PATCH] + Update project settings. * Scripts project assembly name changed to "Scripts.CS" and build output targets the "Scripts/Output/" directory to mimic RunUO's ScriptCompiler behaviour. --- Scripts/Scripts.csproj | 21 ++++++++++++--------- Server/Server.csproj | 16 ++++++++++------ 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/Scripts/Scripts.csproj b/Scripts/Scripts.csproj index 558fdb002..dd5452d9c 100644 --- a/Scripts/Scripts.csproj +++ b/Scripts/Scripts.csproj @@ -6,7 +6,7 @@ {DAE872E6-6899-427C-A75D-AD52526EBCDA} Library false - RunUO Scripts + Scripts.CS v4.0 512 @@ -17,17 +17,19 @@ full false Output\ - DEBUG;TRACE + TRACE;DEBUG;NEWTIMERS, NEWPARENT prompt 4 + false pdbonly true Output\ - TRACE + TRACE;NEWTIMERS, NEWPARENT prompt 4 + false Server @@ -35,21 +37,22 @@ true Output\ - DEBUG;TRACE + TRACE;DEBUG;NEWTIMERS, NEWPARENT full - x64 + AnyCPU prompt MinimumRecommendedRules.ruleset - true + false - bin\x64\Release\ - TRACE + Output\ + TRACE;NEWTIMERS, NEWPARENT true pdbonly - x64 + AnyCPU prompt MinimumRecommendedRules.ruleset + false diff --git a/Server/Server.csproj b/Server/Server.csproj index 6ddcb8dc3..2529bfcac 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -39,42 +39,46 @@ true ..\ - DEBUG;TRACE + TRACE;DEBUG;NEWTIMERS, NEWPARENT true full AnyCPU prompt MinimumRecommendedRules.ruleset + false ..\ - TRACE + TRACE;NEWTIMERS, NEWPARENT true true pdbonly AnyCPU prompt MinimumRecommendedRules.ruleset + false true ..\ - DEBUG;TRACE + TRACE;DEBUG;NEWTIMERS, NEWPARENT true full - x64 + AnyCPU prompt MinimumRecommendedRules.ruleset + false ..\ - TRACE + TRACE;NEWTIMERS, NEWPARENT true true pdbonly - x64 + AnyCPU prompt MinimumRecommendedRules.ruleset + false