From 6c48570df55992889df25fef7c1ee3904c8f334e Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 24 May 2007 12:54:54 +0000 Subject: Stage 1 of repairing the build files, those ofr the OpenSim regionserver should now be okay. Now onto the Grid servers... --- .../OpenSim.Framework.Console.csproj | 4 +- .../OpenSim.Framework.Console.dll.build | 6 +-- Common/OpenSim.Framework/OpenSim.Framework.csproj | 48 ++++++++++------------ .../OpenSim.Framework/OpenSim.Framework.dll.build | 12 +++--- .../Xml/OpenSim.GenericConfig.Xml.csproj | 4 +- .../Xml/OpenSim.GenericConfig.Xml.dll.build | 8 ++-- Common/OpenSim.Servers/OpenSim.Servers.csproj | 4 +- Common/OpenSim.Servers/OpenSim.Servers.dll.build | 14 +++---- Common/XmlRpcCS/XMLRPC.csproj | 4 +- Common/XmlRpcCS/XMLRPC.dll.build | 6 +-- 10 files changed, 52 insertions(+), 58 deletions(-) (limited to 'Common') diff --git a/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.csproj b/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.csproj index 0961492..7af0eca 100644 --- a/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.csproj +++ b/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.csproj @@ -32,7 +32,7 @@ True 4096 False - ..\bin\ + ..\..\bin\ False False False @@ -50,7 +50,7 @@ False 4096 True - ..\bin\ + ..\..\bin\ False False False diff --git a/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build b/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build index fa90bb6..9a03b54 100644 --- a/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build +++ b/Common/OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build @@ -24,9 +24,9 @@ - - - + + + diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj index 1b7f3c0..f58a2d7 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.csproj +++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj @@ -1,4 +1,4 @@ - + Local 8.0.50727 @@ -6,8 +6,7 @@ {8ACA2445-0000-0000-0000-000000000000} Debug AnyCPU - - + OpenSim.Framework @@ -16,11 +15,9 @@ IE50 false Library - - + OpenSim.Framework - - + @@ -31,18 +28,16 @@ TRACE;DEBUG - - + True 4096 False - ..\bin\ + ..\..\bin\ False False False 4 - - + False @@ -51,35 +46,32 @@ TRACE - - + False 4096 True - ..\bin\ + ..\..\bin\ False False False 4 - - + - + System.dll False - - + System.Xml.dll False - - ..\bin\libsecondlife.dll + + ..\..\bin\libsecondlife.dll False - - ..\bin\Db4objects.Db4o.dll + + ..\..\bin\Db4objects.Db4o.dll False @@ -88,7 +80,7 @@ XMLRPC {8E81D43C-0000-0000-0000-000000000000} {FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - False + False @@ -101,7 +93,6 @@ Code - Code @@ -129,6 +120,9 @@ Code + + Code + Code @@ -197,4 +191,4 @@ - \ No newline at end of file + diff --git a/Common/OpenSim.Framework/OpenSim.Framework.dll.build b/Common/OpenSim.Framework/OpenSim.Framework.dll.build index fecd382..34be1c8 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.dll.build +++ b/Common/OpenSim.Framework/OpenSim.Framework.dll.build @@ -52,14 +52,14 @@ - - - + + + - - - + + + diff --git a/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.csproj b/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.csproj index 98e813e..df68722 100644 --- a/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.csproj +++ b/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.csproj @@ -32,7 +32,7 @@ True 4096 False - ..\..\bin\ + ..\..\..\bin\ False False False @@ -50,7 +50,7 @@ False 4096 True - ..\..\bin\ + ..\..\..\bin\ False False False diff --git a/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build b/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build index f34e4ac..926e72c 100644 --- a/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build +++ b/Common/OpenSim.GenericConfig/Xml/OpenSim.GenericConfig.Xml.dll.build @@ -21,12 +21,12 @@ - + - - - + + + diff --git a/Common/OpenSim.Servers/OpenSim.Servers.csproj b/Common/OpenSim.Servers/OpenSim.Servers.csproj index 72f637b..0a816b7 100644 --- a/Common/OpenSim.Servers/OpenSim.Servers.csproj +++ b/Common/OpenSim.Servers/OpenSim.Servers.csproj @@ -32,7 +32,7 @@ True 4096 False - ..\bin\ + ..\..\bin\ False False False @@ -67,7 +67,7 @@ False - ..\bin\libsecondlife.dll + ..\..\bin\libsecondlife.dll False diff --git a/Common/OpenSim.Servers/OpenSim.Servers.dll.build b/Common/OpenSim.Servers/OpenSim.Servers.dll.build index 5afd9e1..41c1350 100644 --- a/Common/OpenSim.Servers/OpenSim.Servers.dll.build +++ b/Common/OpenSim.Servers/OpenSim.Servers.dll.build @@ -28,15 +28,15 @@ - - - - + + + + - - - + + + diff --git a/Common/XmlRpcCS/XMLRPC.csproj b/Common/XmlRpcCS/XMLRPC.csproj index 2c7ef94..61f8be0 100644 --- a/Common/XmlRpcCS/XMLRPC.csproj +++ b/Common/XmlRpcCS/XMLRPC.csproj @@ -32,7 +32,7 @@ True 4096 False - ..\bin\ + ..\..\bin\ False False False @@ -50,7 +50,7 @@ False 4096 True - ..\bin\ + ..\..\bin\ False False False diff --git a/Common/XmlRpcCS/XMLRPC.dll.build b/Common/XmlRpcCS/XMLRPC.dll.build index d734d19..2eabfcd 100644 --- a/Common/XmlRpcCS/XMLRPC.dll.build +++ b/Common/XmlRpcCS/XMLRPC.dll.build @@ -40,9 +40,9 @@ - - - + + + -- cgit v1.1