From db6427b6f4709d86c5bf1e4711ff2be0f65e5875 Mon Sep 17 00:00:00 2001 From: MW Date: Tue, 15 May 2007 15:05:13 +0000 Subject: Turned SimClient into a partial class (and added SimClient(Grid), so that grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml) --- ServiceManager/ServiceManager.csproj | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) (limited to 'ServiceManager/ServiceManager.csproj') diff --git a/ServiceManager/ServiceManager.csproj b/ServiceManager/ServiceManager.csproj index 8e3b110..ac118c3 100644 --- a/ServiceManager/ServiceManager.csproj +++ b/ServiceManager/ServiceManager.csproj @@ -1,4 +1,4 @@ - + Local 8.0.50727 @@ -6,7 +6,8 @@ {E141F4EE-0000-0000-0000-000000000000} Debug AnyCPU - + + ServiceManager @@ -15,9 +16,11 @@ IE50 false Exe - + + ServiceManager - + + @@ -28,7 +31,8 @@ TRACE;DEBUG - + + True 4096 False @@ -37,7 +41,8 @@ False False 4 - + + False @@ -46,7 +51,8 @@ TRACE - + + False 4096 True @@ -55,23 +61,28 @@ False False 4 - + + - + System.dll False - + System.ServiceProcess.dll False + + System.Xml.dll + False + - Code + Component @@ -81,4 +92,4 @@ - + \ No newline at end of file -- cgit v1.1