diff --git a/ogs/OGS-Data/OGS-Data.csproj b/ogs/OGS-Data/OGS-Data.csproj new file mode 100644 index 0000000000..fe7b571496 --- /dev/null +++ b/ogs/OGS-Data/OGS-Data.csproj @@ -0,0 +1,47 @@ + + + Debug + AnyCPU + 8.0.50727 + 2.0 + {F60CC1AF-31F7-4DFA-A917-9F43111B2DB5} + Library + Properties + OGS_Data + OGS-Data + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + \ No newline at end of file diff --git a/ogs/OGS-Data/Properties/AssemblyInfo.cs b/ogs/OGS-Data/Properties/AssemblyInfo.cs new file mode 100644 index 0000000000..ea79f2c3ba --- /dev/null +++ b/ogs/OGS-Data/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("OGS-Data")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("OGS-Data")] +[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("9e55425b-ac2d-492f-b65e-4121a26a4c4d")] + +// 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/ogs/OGS-Data/User.cs b/ogs/OGS-Data/User.cs new file mode 100644 index 0000000000..8eb5ea64c5 --- /dev/null +++ b/ogs/OGS-Data/User.cs @@ -0,0 +1,10 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace OGS_Data +{ + class User + { + } +} diff --git a/ogs/OGS-Data/bin/Debug/OGS-Data.dll b/ogs/OGS-Data/bin/Debug/OGS-Data.dll new file mode 100644 index 0000000000..923a20e016 Binary files /dev/null and b/ogs/OGS-Data/bin/Debug/OGS-Data.dll differ diff --git a/ogs/OGS-Data/bin/Debug/OGS-Data.pdb b/ogs/OGS-Data/bin/Debug/OGS-Data.pdb new file mode 100644 index 0000000000..9288fdac1e Binary files /dev/null and b/ogs/OGS-Data/bin/Debug/OGS-Data.pdb differ diff --git a/ogs/OGS-Data/obj/Debug/OGS-Data.dll b/ogs/OGS-Data/obj/Debug/OGS-Data.dll new file mode 100644 index 0000000000..923a20e016 Binary files /dev/null and b/ogs/OGS-Data/obj/Debug/OGS-Data.dll differ diff --git a/ogs/OGS-Data/obj/Debug/OGS-Data.pdb b/ogs/OGS-Data/obj/Debug/OGS-Data.pdb new file mode 100644 index 0000000000..9288fdac1e Binary files /dev/null and b/ogs/OGS-Data/obj/Debug/OGS-Data.pdb differ diff --git a/ogs/OGS-Data/obj/OGS-Data.csproj.FileList.txt b/ogs/OGS-Data/obj/OGS-Data.csproj.FileList.txt new file mode 100644 index 0000000000..7bef8c5335 --- /dev/null +++ b/ogs/OGS-Data/obj/OGS-Data.csproj.FileList.txt @@ -0,0 +1,5 @@ +bin\Debug\OGS-Data.dll +bin\Debug\OGS-Data.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\OGS-Data.dll +obj\Debug\OGS-Data.pdb diff --git a/ogs/OGS-UserServer.sln b/ogs/OGS-UserServer.sln index 6c98af1115..4fa407b282 100644 --- a/ogs/OGS-UserServer.sln +++ b/ogs/OGS-UserServer.sln @@ -1,12 +1,14 @@  Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C# Express 2005 +# Visual Studio 2005 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OGS-UserServer", "userserver\src\OGS-UserServer.csproj", "{D45B6E48-5668-478D-B9CB-6D46E665FACF}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerConsole", "ServerConsole\ServerConsole.csproj", "{7667E6E2-F227-41A2-B1B2-315613E1BAFC}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OGS-GridServer", "gridserver\src\OGS-GridServer.csproj", "{FE50A574-C8ED-433B-95F0-213A5EED2AB2}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OGS-Data", "OGS-Data\OGS-Data.csproj", "{F60CC1AF-31F7-4DFA-A917-9F43111B2DB5}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -25,6 +27,10 @@ Global {FE50A574-C8ED-433B-95F0-213A5EED2AB2}.Debug|Any CPU.Build.0 = Debug|Any CPU {FE50A574-C8ED-433B-95F0-213A5EED2AB2}.Release|Any CPU.ActiveCfg = Release|Any CPU {FE50A574-C8ED-433B-95F0-213A5EED2AB2}.Release|Any CPU.Build.0 = Release|Any CPU + {F60CC1AF-31F7-4DFA-A917-9F43111B2DB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F60CC1AF-31F7-4DFA-A917-9F43111B2DB5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F60CC1AF-31F7-4DFA-A917-9F43111B2DB5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F60CC1AF-31F7-4DFA-A917-9F43111B2DB5}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/ogs/OGS-UserServer.suo b/ogs/OGS-UserServer.suo new file mode 100644 index 0000000000..3f34e84687 Binary files /dev/null and b/ogs/OGS-UserServer.suo differ diff --git a/ogs/ServerConsole/bin/Debug/ServerConsole.dll b/ogs/ServerConsole/bin/Debug/ServerConsole.dll new file mode 100644 index 0000000000..9f5832bb4f Binary files /dev/null and b/ogs/ServerConsole/bin/Debug/ServerConsole.dll differ diff --git a/ogs/ServerConsole/bin/Debug/ServerConsole.pdb b/ogs/ServerConsole/bin/Debug/ServerConsole.pdb new file mode 100644 index 0000000000..794e54103c Binary files /dev/null and b/ogs/ServerConsole/bin/Debug/ServerConsole.pdb differ diff --git a/ogs/ServerConsole/obj/Debug/ServerConsole.dll b/ogs/ServerConsole/obj/Debug/ServerConsole.dll new file mode 100644 index 0000000000..9f5832bb4f Binary files /dev/null and b/ogs/ServerConsole/obj/Debug/ServerConsole.dll differ diff --git a/ogs/ServerConsole/obj/Debug/ServerConsole.pdb b/ogs/ServerConsole/obj/Debug/ServerConsole.pdb new file mode 100644 index 0000000000..794e54103c Binary files /dev/null and b/ogs/ServerConsole/obj/Debug/ServerConsole.pdb differ diff --git a/ogs/ServerConsole/obj/ServerConsole.csproj.FileList.txt b/ogs/ServerConsole/obj/ServerConsole.csproj.FileList.txt new file mode 100644 index 0000000000..e1bbcda4d5 --- /dev/null +++ b/ogs/ServerConsole/obj/ServerConsole.csproj.FileList.txt @@ -0,0 +1,5 @@ +bin\Debug\ServerConsole.dll +bin\Debug\ServerConsole.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\ServerConsole.dll +obj\Debug\ServerConsole.pdb diff --git a/ogs/gridserver/src/bin/Debug/OGS-GridServer.exe b/ogs/gridserver/src/bin/Debug/OGS-GridServer.exe new file mode 100644 index 0000000000..a37723ccfd Binary files /dev/null and b/ogs/gridserver/src/bin/Debug/OGS-GridServer.exe differ diff --git a/ogs/gridserver/src/bin/Debug/OGS-GridServer.pdb b/ogs/gridserver/src/bin/Debug/OGS-GridServer.pdb new file mode 100644 index 0000000000..26ccb643ae Binary files /dev/null and b/ogs/gridserver/src/bin/Debug/OGS-GridServer.pdb differ diff --git a/ogs/gridserver/src/bin/Debug/ServerConsole.dll b/ogs/gridserver/src/bin/Debug/ServerConsole.dll new file mode 100644 index 0000000000..9f5832bb4f Binary files /dev/null and b/ogs/gridserver/src/bin/Debug/ServerConsole.dll differ diff --git a/ogs/gridserver/src/bin/Debug/ServerConsole.pdb b/ogs/gridserver/src/bin/Debug/ServerConsole.pdb new file mode 100644 index 0000000000..794e54103c Binary files /dev/null and b/ogs/gridserver/src/bin/Debug/ServerConsole.pdb differ diff --git a/ogs/gridserver/src/bin/Debug/libsecondlife.dll b/ogs/gridserver/src/bin/Debug/libsecondlife.dll new file mode 100644 index 0000000000..89d692a324 Binary files /dev/null and b/ogs/gridserver/src/bin/Debug/libsecondlife.dll differ diff --git a/ogs/gridserver/src/obj/Debug/OGS-GridServer.exe b/ogs/gridserver/src/obj/Debug/OGS-GridServer.exe new file mode 100644 index 0000000000..a37723ccfd Binary files /dev/null and b/ogs/gridserver/src/obj/Debug/OGS-GridServer.exe differ diff --git a/ogs/gridserver/src/obj/Debug/OGS-GridServer.pdb b/ogs/gridserver/src/obj/Debug/OGS-GridServer.pdb new file mode 100644 index 0000000000..26ccb643ae Binary files /dev/null and b/ogs/gridserver/src/obj/Debug/OGS-GridServer.pdb differ diff --git a/ogs/gridserver/src/obj/Debug/ResolveAssemblyReference.cache b/ogs/gridserver/src/obj/Debug/ResolveAssemblyReference.cache new file mode 100644 index 0000000000..72408a00b1 Binary files /dev/null and b/ogs/gridserver/src/obj/Debug/ResolveAssemblyReference.cache differ diff --git a/ogs/gridserver/src/obj/OGS-GridServer.csproj.FileList.txt b/ogs/gridserver/src/obj/OGS-GridServer.csproj.FileList.txt new file mode 100644 index 0000000000..d3d0359e2f --- /dev/null +++ b/ogs/gridserver/src/obj/OGS-GridServer.csproj.FileList.txt @@ -0,0 +1,8 @@ +bin\Debug\OGS-GridServer.exe +bin\Debug\OGS-GridServer.pdb +bin\Debug\libsecondlife.dll +bin\Debug\ServerConsole.dll +bin\Debug\ServerConsole.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\OGS-GridServer.exe +obj\Debug\OGS-GridServer.pdb diff --git a/ogs/userserver/src/bin/Debug/OGS-UserServer.exe b/ogs/userserver/src/bin/Debug/OGS-UserServer.exe new file mode 100644 index 0000000000..b657faa3ce Binary files /dev/null and b/ogs/userserver/src/bin/Debug/OGS-UserServer.exe differ diff --git a/ogs/userserver/src/bin/Debug/OGS-UserServer.pdb b/ogs/userserver/src/bin/Debug/OGS-UserServer.pdb new file mode 100644 index 0000000000..71708b533e Binary files /dev/null and b/ogs/userserver/src/bin/Debug/OGS-UserServer.pdb differ diff --git a/ogs/userserver/src/bin/Debug/OGS-UserServer.vshost.exe b/ogs/userserver/src/bin/Debug/OGS-UserServer.vshost.exe new file mode 100644 index 0000000000..ce3f102c36 Binary files /dev/null and b/ogs/userserver/src/bin/Debug/OGS-UserServer.vshost.exe differ diff --git a/ogs/userserver/src/bin/Debug/ServerConsole.dll b/ogs/userserver/src/bin/Debug/ServerConsole.dll new file mode 100644 index 0000000000..9f5832bb4f Binary files /dev/null and b/ogs/userserver/src/bin/Debug/ServerConsole.dll differ diff --git a/ogs/userserver/src/bin/Debug/ServerConsole.pdb b/ogs/userserver/src/bin/Debug/ServerConsole.pdb new file mode 100644 index 0000000000..794e54103c Binary files /dev/null and b/ogs/userserver/src/bin/Debug/ServerConsole.pdb differ diff --git a/ogs/userserver/src/bin/Debug/libsecondlife.dll b/ogs/userserver/src/bin/Debug/libsecondlife.dll new file mode 100644 index 0000000000..89d692a324 Binary files /dev/null and b/ogs/userserver/src/bin/Debug/libsecondlife.dll differ diff --git a/ogs/userserver/src/obj/Debug/OGS-UserServer.exe b/ogs/userserver/src/obj/Debug/OGS-UserServer.exe new file mode 100644 index 0000000000..b657faa3ce Binary files /dev/null and b/ogs/userserver/src/obj/Debug/OGS-UserServer.exe differ diff --git a/ogs/userserver/src/obj/Debug/OGS-UserServer.pdb b/ogs/userserver/src/obj/Debug/OGS-UserServer.pdb new file mode 100644 index 0000000000..71708b533e Binary files /dev/null and b/ogs/userserver/src/obj/Debug/OGS-UserServer.pdb differ diff --git a/ogs/userserver/src/obj/OGS-UserServer.csproj.FileList.txt b/ogs/userserver/src/obj/OGS-UserServer.csproj.FileList.txt new file mode 100644 index 0000000000..5621e9d6de --- /dev/null +++ b/ogs/userserver/src/obj/OGS-UserServer.csproj.FileList.txt @@ -0,0 +1,8 @@ +bin\Debug\OGS-UserServer.exe +bin\Debug\OGS-UserServer.pdb +bin\Debug\libsecondlife.dll +bin\Debug\ServerConsole.dll +bin\Debug\ServerConsole.pdb +obj\Debug\ResolveAssemblyReference.cache +obj\Debug\OGS-UserServer.exe +obj\Debug\OGS-UserServer.pdb