From c71cdbe46ea3bbd5a6e147d92ea9098f9c15ead5 Mon Sep 17 00:00:00 2001
From: lbsa71
Date: Fri, 16 Mar 2007 15:19:32 +0000
Subject: Added Framework Project and Made buildfiles work on windows.
* added nogenvers target to opensim.build - sets version to 0.0.0.1
* extracted core_build target
* FIX : csc gets confused over System.Xml ref - should be System.Xml.dll as there is a System.Xml file in same dir.
* Added OpenGrid.Framework project for great justice.
* Added LoginService as base class for LoginServer (GF)
* FIX: Plugins default.build now creates target dir, otherwise it fails.
* Added VERSION file to source control - it really should be circumvented as well.
---
src/AssemblyInfo.cs | 21 ++++++++
src/Config/SimConfig/AssemblyInfo.cs | 40 ++++++---------
src/Config/default.build | 7 +--
src/GridInterfaces/AssemblyInfo.cs | 40 ++++++---------
src/GridInterfaces/default.build | 5 +-
src/GridServers/LoginServer.cs | 3 +-
src/LocalServers/LocalGridServers/AssemblyInfo.cs | 40 ++++++---------
src/LocalServers/default.build | 4 +-
src/LocalStorage/Db4LocalStorage/AssemblyInfo.cs | 40 ++++++---------
src/LocalStorage/default.build | 6 +--
src/OpenGrid.Framework/AssemblyInfo.cs | 21 ++++++++
src/OpenGrid.Framework/LoginService.cs | 15 ++++++
src/OpenGrid.Framework/OpenGrid.Framework.csproj | 57 ++++++++++++++++++++++
src/OpenGrid.Framework/Properties/AssemblyInfo.cs | 35 +++++++++++++
src/OpenGrid.Framework/default.build | 50 +++++++++++++++++++
.../RemoteGridServers/AssemblyInfo.cs | 40 ++++++---------
src/RemoteServers/default.build | 4 +-
src/Second-server.csproj | 4 ++
src/ServerConsole/ServerConsole/AssemblyInfo.cs | 40 ++++++---------
src/ServerConsole/default.build | 4 +-
src/opensim.sln | 8 ++-
src/physics/AssemblyInfo.cs | 40 ++++++---------
src/physics/default.build | 4 +-
src/physics/plugins/AssemblyInfo.cs | 40 ++++++---------
src/physics/plugins/default.build | 6 ++-
25 files changed, 354 insertions(+), 220 deletions(-)
create mode 100644 src/AssemblyInfo.cs
create mode 100644 src/OpenGrid.Framework/AssemblyInfo.cs
create mode 100644 src/OpenGrid.Framework/LoginService.cs
create mode 100644 src/OpenGrid.Framework/OpenGrid.Framework.csproj
create mode 100644 src/OpenGrid.Framework/Properties/AssemblyInfo.cs
create mode 100644 src/OpenGrid.Framework/default.build
(limited to 'src')
diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs
new file mode 100644
index 0000000..b88eb75
--- /dev/null
+++ b/src/AssemblyInfo.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim")]
+[assembly: AssemblyDescriptionAttribute("The C# implementation of the simulator portion of OGS")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
+
diff --git a/src/Config/SimConfig/AssemblyInfo.cs b/src/Config/SimConfig/AssemblyInfo.cs
index 96c3e73..f808f4c 100644
--- a/src/Config/SimConfig/AssemblyInfo.cs
+++ b/src/Config/SimConfig/AssemblyInfo.cs
@@ -1,31 +1,21 @@
+using System;
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// Information about this assembly is defined by the following
-// attributes.
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
//
-// change them to the information which is associated with the assembly
-// you compile.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-[assembly: AssemblyTitle("SimConfig")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("SimConfig")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-simconfig")]
+[assembly: AssemblyDescriptionAttribute("The default configuration handler")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
-// This sets the default COM visibility of types in the assembly to invisible.
-// If you need to expose a type to COM, use [ComVisible(true)] on that type.
-[assembly: ComVisible(false)]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("1.0.*")]
diff --git a/src/Config/default.build b/src/Config/default.build
index 2ee0c52..9e13ca6 100644
--- a/src/Config/default.build
+++ b/src/Config/default.build
@@ -37,10 +37,11 @@
-
-
-
+
+
+
+
diff --git a/src/GridInterfaces/AssemblyInfo.cs b/src/GridInterfaces/AssemblyInfo.cs
index 89731a1..0ff408f 100644
--- a/src/GridInterfaces/AssemblyInfo.cs
+++ b/src/GridInterfaces/AssemblyInfo.cs
@@ -1,31 +1,21 @@
+using System;
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// Information about this assembly is defined by the following
-// attributes.
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
//
-// change them to the information which is associated with the assembly
-// you compile.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-[assembly: AssemblyTitle("GridInterfaces")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("GridInterfaces")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-gridinterfaces")]
+[assembly: AssemblyDescriptionAttribute("Definitions for OGS interface")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
-// This sets the default COM visibility of types in the assembly to invisible.
-// If you need to expose a type to COM, use [ComVisible(true)] on that type.
-[assembly: ComVisible(false)]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("1.0.*")]
diff --git a/src/GridInterfaces/default.build b/src/GridInterfaces/default.build
index f29f108..a1de6e5 100644
--- a/src/GridInterfaces/default.build
+++ b/src/GridInterfaces/default.build
@@ -37,8 +37,9 @@
-
-
+
+
+
diff --git a/src/GridServers/LoginServer.cs b/src/GridServers/LoginServer.cs
index f63e077..f96b9f9 100644
--- a/src/GridServers/LoginServer.cs
+++ b/src/GridServers/LoginServer.cs
@@ -38,6 +38,7 @@ using System.Security.Cryptography;
using System.Xml;
using libsecondlife;
using OpenSim;
+using OpenGrid.Framework;
namespace OpenSim.GridServers
{
@@ -45,7 +46,7 @@ namespace OpenSim.GridServers
///
/// When running in local (default) mode , handles client logins.
///
- public class LoginServer
+ public class LoginServer : LoginService
{
public LoginServer(IGridServer gridServer)
{
diff --git a/src/LocalServers/LocalGridServers/AssemblyInfo.cs b/src/LocalServers/LocalGridServers/AssemblyInfo.cs
index 103b49a..3ca41e4 100644
--- a/src/LocalServers/LocalGridServers/AssemblyInfo.cs
+++ b/src/LocalServers/LocalGridServers/AssemblyInfo.cs
@@ -1,31 +1,21 @@
+using System;
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// Information about this assembly is defined by the following
-// attributes.
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
//
-// change them to the information which is associated with the assembly
-// you compile.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-[assembly: AssemblyTitle("LocalGridServers")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("LocalGridServers")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-localservers")]
+[assembly: AssemblyDescriptionAttribute("local grid servers")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
-// This sets the default COM visibility of types in the assembly to invisible.
-// If you need to expose a type to COM, use [ComVisible(true)] on that type.
-[assembly: ComVisible(false)]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("1.0.*")]
diff --git a/src/LocalServers/default.build b/src/LocalServers/default.build
index 06bfcaa..14c52cd 100644
--- a/src/LocalServers/default.build
+++ b/src/LocalServers/default.build
@@ -37,8 +37,8 @@
-
-
+
+
diff --git a/src/LocalStorage/Db4LocalStorage/AssemblyInfo.cs b/src/LocalStorage/Db4LocalStorage/AssemblyInfo.cs
index 6610606..79ad036 100644
--- a/src/LocalStorage/Db4LocalStorage/AssemblyInfo.cs
+++ b/src/LocalStorage/Db4LocalStorage/AssemblyInfo.cs
@@ -1,31 +1,21 @@
+using System;
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// Information about this assembly is defined by the following
-// attributes.
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
//
-// change them to the information which is associated with the assembly
-// you compile.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-[assembly: AssemblyTitle("Db4LocalStorage")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("Db4LocalStorage")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-localstorage")]
+[assembly: AssemblyDescriptionAttribute("The local storage handler")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
-// This sets the default COM visibility of types in the assembly to invisible.
-// If you need to expose a type to COM, use [ComVisible(true)] on that type.
-[assembly: ComVisible(false)]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("1.0.*")]
diff --git a/src/LocalStorage/default.build b/src/LocalStorage/default.build
index e40eae7..5ed183e 100644
--- a/src/LocalStorage/default.build
+++ b/src/LocalStorage/default.build
@@ -37,9 +37,9 @@
-
-
-
+
+
+
diff --git a/src/OpenGrid.Framework/AssemblyInfo.cs b/src/OpenGrid.Framework/AssemblyInfo.cs
new file mode 100644
index 0000000..0ff408f
--- /dev/null
+++ b/src/OpenGrid.Framework/AssemblyInfo.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Reflection;
+using System.Runtime.InteropServices;
+
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-gridinterfaces")]
+[assembly: AssemblyDescriptionAttribute("Definitions for OGS interface")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
+
diff --git a/src/OpenGrid.Framework/LoginService.cs b/src/OpenGrid.Framework/LoginService.cs
new file mode 100644
index 0000000..d38c271
--- /dev/null
+++ b/src/OpenGrid.Framework/LoginService.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.Text;
+using Nwc.XmlRpc;
+using OpenSim.GridServers;
+using libsecondlife;
+
+namespace OpenGrid.Framework
+{
+ public abstract class LoginService
+ {
+
+ }
+}
diff --git a/src/OpenGrid.Framework/OpenGrid.Framework.csproj b/src/OpenGrid.Framework/OpenGrid.Framework.csproj
new file mode 100644
index 0000000..efbbcfb
--- /dev/null
+++ b/src/OpenGrid.Framework/OpenGrid.Framework.csproj
@@ -0,0 +1,57 @@
+
+
+ Debug
+ AnyCPU
+ 8.0.50727
+ 2.0
+ {407CE85B-628C-4788-9DBC-49BCEFC3A84F}
+ Library
+ Properties
+ OpenGrid.Framework
+ OpenGrid.Framework
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\bin\libsecondlife.dll
+
+
+
+
+
+
+
+
+
+
+
+ {5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}
+ GridInterfaces
+
+
+
+
+
\ No newline at end of file
diff --git a/src/OpenGrid.Framework/Properties/AssemblyInfo.cs b/src/OpenGrid.Framework/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..72e55b9
--- /dev/null
+++ b/src/OpenGrid.Framework/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("OpenGrid.Framework")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Playahead AB")]
+[assembly: AssemblyProduct("OpenGrid.Framework")]
+[assembly: AssemblyCopyright("Copyright © Playahead AB 2007")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("67d2b810-0969-4550-ab2b-d2f5ac191191")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Revision and Build Numbers
+// by using the '*' as shown below:
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/src/OpenGrid.Framework/default.build b/src/OpenGrid.Framework/default.build
new file mode 100644
index 0000000..ee398a0
--- /dev/null
+++ b/src/OpenGrid.Framework/default.build
@@ -0,0 +1,50 @@
+
+
+ nant buildfile for OpenGrid.Framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/RemoteServers/RemoteGridServers/AssemblyInfo.cs b/src/RemoteServers/RemoteGridServers/AssemblyInfo.cs
index 0fa7d6e..4e8fb00 100644
--- a/src/RemoteServers/RemoteGridServers/AssemblyInfo.cs
+++ b/src/RemoteServers/RemoteGridServers/AssemblyInfo.cs
@@ -1,31 +1,21 @@
+using System;
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// Information about this assembly is defined by the following
-// attributes.
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
//
-// change them to the information which is associated with the assembly
-// you compile.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-[assembly: AssemblyTitle("RemoteGridServers")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("RemoteGridServers")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-remoteservers")]
+[assembly: AssemblyDescriptionAttribute("Connects to remote OGS installation")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
-// This sets the default COM visibility of types in the assembly to invisible.
-// If you need to expose a type to COM, use [ComVisible(true)] on that type.
-[assembly: ComVisible(false)]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("1.0.*")]
diff --git a/src/RemoteServers/default.build b/src/RemoteServers/default.build
index 8819600..f8e6977 100644
--- a/src/RemoteServers/default.build
+++ b/src/RemoteServers/default.build
@@ -37,8 +37,8 @@
-
-
+
+
diff --git a/src/Second-server.csproj b/src/Second-server.csproj
index c4e6ef8..be4a913 100644
--- a/src/Second-server.csproj
+++ b/src/Second-server.csproj
@@ -90,6 +90,10 @@
{74784F23-B0FD-484C-82C1-96C0215733DC}
Db4LocalStorage
+
+ {407CE85B-628C-4788-9DBC-49BCEFC3A84F}
+ OpenGrid.Framework
+
{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}
PhysicsManager
diff --git a/src/ServerConsole/ServerConsole/AssemblyInfo.cs b/src/ServerConsole/ServerConsole/AssemblyInfo.cs
index 00a9b7d..99da873 100644
--- a/src/ServerConsole/ServerConsole/AssemblyInfo.cs
+++ b/src/ServerConsole/ServerConsole/AssemblyInfo.cs
@@ -1,31 +1,21 @@
+using System;
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// Information about this assembly is defined by the following
-// attributes.
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
//
-// change them to the information which is associated with the assembly
-// you compile.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-[assembly: AssemblyTitle("ServerConsole")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("ServerConsole")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-serverconsole")]
+[assembly: AssemblyDescriptionAttribute("The default server console")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
-// This sets the default COM visibility of types in the assembly to invisible.
-// If you need to expose a type to COM, use [ComVisible(true)] on that type.
-[assembly: ComVisible(false)]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("1.0.*")]
diff --git a/src/ServerConsole/default.build b/src/ServerConsole/default.build
index a6f6dc2..0de930a 100644
--- a/src/ServerConsole/default.build
+++ b/src/ServerConsole/default.build
@@ -37,8 +37,8 @@
-
-
+
+
diff --git a/src/opensim.sln b/src/opensim.sln
index 3f86420..e9951b8 100644
--- a/src/opensim.sln
+++ b/src/opensim.sln
@@ -1,6 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C# Express 2005
+# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Second-server", "Second-server.csproj", "{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GridInterfaces", "GridInterfaces\GridInterfaces.csproj", "{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}"
@@ -21,6 +21,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasicPhysicsplugin", "physi
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealPhysXplugin", "physics\RealPhysX\RealPhysXplugin\RealPhysXplugin.csproj", "{56C1D214-F389-4228-921A-0A3A0712C159}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenGrid.Framework", "OpenGrid.Framework\OpenGrid.Framework.csproj", "{407CE85B-628C-4788-9DBC-49BCEFC3A84F}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -67,6 +69,10 @@ Global
{56C1D214-F389-4228-921A-0A3A0712C159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56C1D214-F389-4228-921A-0A3A0712C159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56C1D214-F389-4228-921A-0A3A0712C159}.Release|Any CPU.Build.0 = Release|Any CPU
+ {407CE85B-628C-4788-9DBC-49BCEFC3A84F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {407CE85B-628C-4788-9DBC-49BCEFC3A84F}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {407CE85B-628C-4788-9DBC-49BCEFC3A84F}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {407CE85B-628C-4788-9DBC-49BCEFC3A84F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/src/physics/AssemblyInfo.cs b/src/physics/AssemblyInfo.cs
index 57a8913..b16bac9 100644
--- a/src/physics/AssemblyInfo.cs
+++ b/src/physics/AssemblyInfo.cs
@@ -1,31 +1,21 @@
+using System;
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// Information about this assembly is defined by the following
-// attributes.
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
//
-// change them to the information which is associated with the assembly
-// you compile.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-[assembly: AssemblyTitle("PhysicsManager")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("PhysicsManager")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-physicsmanager")]
+[assembly: AssemblyDescriptionAttribute("Handles physics plugins")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
-// This sets the default COM visibility of types in the assembly to invisible.
-// If you need to expose a type to COM, use [ComVisible(true)] on that type.
-[assembly: ComVisible(false)]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("1.0.*")]
diff --git a/src/physics/default.build b/src/physics/default.build
index d39e62b..01d2415 100644
--- a/src/physics/default.build
+++ b/src/physics/default.build
@@ -37,8 +37,8 @@
-
-
+
+
diff --git a/src/physics/plugins/AssemblyInfo.cs b/src/physics/plugins/AssemblyInfo.cs
index 0c9c06c..125d417 100644
--- a/src/physics/plugins/AssemblyInfo.cs
+++ b/src/physics/plugins/AssemblyInfo.cs
@@ -1,31 +1,21 @@
+using System;
using System.Reflection;
-using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
-// Information about this assembly is defined by the following
-// attributes.
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:2.0.50727.42
//
-// change them to the information which is associated with the assembly
-// you compile.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
-[assembly: AssemblyTitle("PhysXplugin")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("PhysXplugin")]
-[assembly: AssemblyCopyright("")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
+[assembly: ComVisibleAttribute(false)]
+[assembly: CLSCompliantAttribute(false)]
+[assembly: AssemblyVersionAttribute("0.0.0.1")]
+[assembly: AssemblyTitleAttribute("opensim-physicsmanager-physx")]
+[assembly: AssemblyDescriptionAttribute("PhysX plugin for OpenSim")]
+[assembly: AssemblyCopyrightAttribute("Copyright © OGS development team 2007")]
-// This sets the default COM visibility of types in the assembly to invisible.
-// If you need to expose a type to COM, use [ComVisible(true)] on that type.
-[assembly: ComVisible(false)]
-
-// The assembly version has following format :
-//
-// Major.Minor.Build.Revision
-//
-// You can specify all values by your own or you can build default build and revision
-// numbers with the '*' character (the default):
-
-[assembly: AssemblyVersion("1.0.*")]
diff --git a/src/physics/plugins/default.build b/src/physics/plugins/default.build
index c40fea1..66056a5 100644
--- a/src/physics/plugins/default.build
+++ b/src/physics/plugins/default.build
@@ -35,10 +35,12 @@
+
+
-
-
+
+
--
cgit v1.1