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/gridserver/src/OGS-GridServer.csproj | 69 +++++++++++++++++++++++++++ ogs/gridserver/src/Properties/AssemblyInfo.cs | 33 +++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 ogs/gridserver/src/OGS-GridServer.csproj create mode 100644 ogs/gridserver/src/Properties/AssemblyInfo.cs (limited to 'ogs/gridserver') diff --git a/ogs/gridserver/src/OGS-GridServer.csproj b/ogs/gridserver/src/OGS-GridServer.csproj new file mode 100644 index 0000000..d984e9a --- /dev/null +++ b/ogs/gridserver/src/OGS-GridServer.csproj @@ -0,0 +1,69 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {FE50A574-C8ED-433B-95F0-213A5EED2AB2} + Exe + Properties + OGS_GridServer + OGS-GridServer + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\..\common\bin\libsecondlife.dll + + + + + + + + OGS-Console.cs + + + Util.cs + + + VersionInfo.cs + + + + + + + + + + {7667E6E2-F227-41A2-B1B2-315613E1BAFC} + ServerConsole + + + + + \ No newline at end of file diff --git a/ogs/gridserver/src/Properties/AssemblyInfo.cs b/ogs/gridserver/src/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..8471e6b --- /dev/null +++ b/ogs/gridserver/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-GridServer")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("OGS-GridServer")] +[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("b541b244-3d1d-4625-9003-bc2a3a6a39a4")] + +// 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