From aae0222f8154a32d71112a8a468412efa5b857da Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 17 May 2007 10:24:10 +0000 Subject: More OO and abstract goodness for Gareth to drool over. Cleaned up the World class a bit and added a WorldBase class (that World now inherits from) --- ServiceManager/ServiceManager.csproj | 183 ++++++++++++++++++----------------- 1 file changed, 95 insertions(+), 88 deletions(-) (limited to 'ServiceManager/ServiceManager.csproj') diff --git a/ServiceManager/ServiceManager.csproj b/ServiceManager/ServiceManager.csproj index b1f5036..ac118c3 100644 --- a/ServiceManager/ServiceManager.csproj +++ b/ServiceManager/ServiceManager.csproj @@ -1,88 +1,95 @@ - - - Local - 8.0.50727 - 2.0 - {7C8EA758-0000-0000-0000-000000000000} - Debug - AnyCPU - - - - ServiceManager - JScript - Grid - IE50 - false - Exe - - ServiceManager - - - - - - False - 285212672 - False - - - TRACE - - False - 4096 - True - ../bin/ - False - False - False - 4 - - - - False - 285212672 - False - - - TRACE;DEBUG - - True - 4096 - False - ../bin/ - False - False - False - 4 - - - - - System.dll - False - - - System.ServiceProcess.dll - False - - - System.Xml.dll - False - - - - - - - Code - - - - - - - - - - + + + Local + 8.0.50727 + 2.0 + {E141F4EE-0000-0000-0000-000000000000} + Debug + AnyCPU + + + + + ServiceManager + JScript + Grid + IE50 + false + Exe + + + ServiceManager + + + + + + + False + 285212672 + False + + + TRACE;DEBUG + + + True + 4096 + False + ..\bin\ + False + False + False + 4 + + + + + False + 285212672 + False + + + TRACE + + + False + 4096 + True + ..\bin\ + False + False + False + 4 + + + + + + System.dll + False + + + System.ServiceProcess.dll + False + + + System.Xml.dll + False + + + + + + + Component + + + + + + + + + + \ No newline at end of file -- cgit v1.1