From 9e3b51cc5c25bab6402f61d9529079b7a3757bfa Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Thu, 22 Mar 2007 07:42:37 +0000 Subject: [PATCH] * Prebuild aka 'EverQuest' --- Prebuild/Prebuild.sln | 30 +++++++++++++------------- Prebuild/src/Core/Utilities/Helper.cs | 24 ++++++++++----------- Prebuild/src/Prebuild.csproj | 31 ++++++++++++--------------- prebuild.xml | 2 +- 4 files changed, 42 insertions(+), 45 deletions(-) diff --git a/Prebuild/Prebuild.sln b/Prebuild/Prebuild.sln index 1b0b1bffb9..a0bea09ea4 100644 --- a/Prebuild/Prebuild.sln +++ b/Prebuild/Prebuild.sln @@ -1,25 +1,25 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prebuild", "src\Prebuild.csproj", "{29B5ED2E-5760-4092-8635-47A222CEF95A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prebuild", "src\Prebuild.csproj", "{A5CC8344-BEE4-442E-92F1-FBCB05D6AB78}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{468F1D07-AD17-4CC3-ABD0-2CA268E4E1A6}" ProjectSection(SolutionItems) = preProject - prebuild.xml = prebuild.xml prebuild = prebuild + prebuild.xml = prebuild.xml EndProjectSection EndProject Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {29B5ED2E-5760-4092-8635-47A222CEF95A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {29B5ED2E-5760-4092-8635-47A222CEF95A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {29B5ED2E-5760-4092-8635-47A222CEF95A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {29B5ED2E-5760-4092-8635-47A222CEF95A}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A5CC8344-BEE4-442E-92F1-FBCB05D6AB78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A5CC8344-BEE4-442E-92F1-FBCB05D6AB78}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A5CC8344-BEE4-442E-92F1-FBCB05D6AB78}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A5CC8344-BEE4-442E-92F1-FBCB05D6AB78}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection EndGlobal diff --git a/Prebuild/src/Core/Utilities/Helper.cs b/Prebuild/src/Core/Utilities/Helper.cs index 549d460536..33c9618886 100644 --- a/Prebuild/src/Core/Utilities/Helper.cs +++ b/Prebuild/src/Core/Utilities/Helper.cs @@ -452,10 +452,10 @@ namespace Prebuild.Core.Utilities ret += "." + ext; } - foreach(char c in Path.GetInvalidPathChars()) - { - ret = ret.Replace(c, '_'); - } + //foreach(char c in Path.GetInvalidPathChars()) + //{ + // ret = ret.Replace(c, '_'); + //} return ret; } @@ -477,10 +477,10 @@ namespace Prebuild.Core.Utilities ret += name; - foreach (char c in Path.GetInvalidPathChars()) - { - ret = ret.Replace(c, '_'); - } + //foreach (char c in Path.GetInvalidPathChars()) + //{ + // ret = ret.Replace(c, '_'); + //} return ret; } @@ -494,10 +494,10 @@ namespace Prebuild.Core.Utilities { string ret = EndPath(NormalizePath(path)); - foreach (char c in Path.GetInvalidPathChars()) - { - ret = ret.Replace(c, '_'); - } + //foreach (char c in Path.GetInvalidPathChars()) + //{ + // ret = ret.Replace(c, '_'); + //} return ret; } diff --git a/Prebuild/src/Prebuild.csproj b/Prebuild/src/Prebuild.csproj index 517c37209b..82589c24c1 100644 --- a/Prebuild/src/Prebuild.csproj +++ b/Prebuild/src/Prebuild.csproj @@ -1,9 +1,9 @@ - + Local 8.0.50727 2.0 - {29B5ED2E-5760-4092-8635-47A222CEF95A} + {A5CC8344-BEE4-442E-92F1-FBCB05D6AB78} Debug AnyCPU App.ico @@ -17,7 +17,8 @@ IE50 false Exe - + + Prebuild Prebuild.Prebuild @@ -30,7 +31,8 @@ DEBUG;TRACE - + + True 4096 False @@ -48,7 +50,8 @@ TRACE - + + False 4096 True @@ -59,17 +62,6 @@ 4 1595 - - - \System.EnterpriseServices.dll - - - \System.Xml.dll - - - \System.dll - - @@ -192,6 +184,11 @@ Code + + + + + @@ -199,4 +196,4 @@ - + \ No newline at end of file diff --git a/prebuild.xml b/prebuild.xml index 75aa97893c..ca3ac2f359 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -34,7 +34,7 @@ - + ../bin/