From f58edfb4795505575af57ffaf5fe73c56460abb1 Mon Sep 17 00:00:00 2001
From: MW
Date: Thu, 15 Mar 2007 12:36:06 +0000
Subject: Created VS2005 Solution/Project files for the OGS apps
---
ogs/userserver/src/OGS-UserServer.csproj | 68 +++++++++++++++++++++++++++
ogs/userserver/src/OGS-UserServer.csproj.user | 16 +++++++
ogs/userserver/src/Properties/AssemblyInfo.cs | 33 +++++++++++++
3 files changed, 117 insertions(+)
create mode 100644 ogs/userserver/src/OGS-UserServer.csproj
create mode 100644 ogs/userserver/src/OGS-UserServer.csproj.user
create mode 100644 ogs/userserver/src/Properties/AssemblyInfo.cs
(limited to 'ogs/userserver/src')
diff --git a/ogs/userserver/src/OGS-UserServer.csproj b/ogs/userserver/src/OGS-UserServer.csproj
new file mode 100644
index 0000000..f6737c8
--- /dev/null
+++ b/ogs/userserver/src/OGS-UserServer.csproj
@@ -0,0 +1,68 @@
+
+
+ Debug
+ AnyCPU
+ 8.0.50727
+ 2.0
+ {D45B6E48-5668-478D-B9CB-6D46E665FACF}
+ Exe
+ Properties
+ OGS_UserServer
+ OGS-UserServer
+ OpenGridServices.OpenUser_Main
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ False
+ ..\..\common\bin\libsecondlife.dll
+
+
+
+
+
+
+
+ OGS-Console.cs
+
+
+ VersionInfo.cs
+
+
+
+
+
+
+
+
+
+
+ {7667E6E2-F227-41A2-B1B2-315613E1BAFC}
+ ServerConsole
+
+
+
+
+
\ No newline at end of file
diff --git a/ogs/userserver/src/OGS-UserServer.csproj.user b/ogs/userserver/src/OGS-UserServer.csproj.user
new file mode 100644
index 0000000..9c0b2d9
--- /dev/null
+++ b/ogs/userserver/src/OGS-UserServer.csproj.user
@@ -0,0 +1,16 @@
+
+
+ publish\
+
+
+
+
+
+
+
+
+ 0
+ en-US
+ false
+
+
\ No newline at end of file
diff --git a/ogs/userserver/src/Properties/AssemblyInfo.cs b/ogs/userserver/src/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..5d5ce8d
--- /dev/null
+++ b/ogs/userserver/src/Properties/AssemblyInfo.cs
@@ -0,0 +1,33 @@
+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("OGS-UserServer")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("OGS-UserServer")]
+[assembly: AssemblyCopyright("Copyright © 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("e266513a-090b-4d38-80f6-8599eef68c8c")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
--
cgit v1.1