aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ServiceManager
diff options
context:
space:
mode:
authorMW2007-05-17 10:24:10 +0000
committerMW2007-05-17 10:24:10 +0000
commitaae0222f8154a32d71112a8a468412efa5b857da (patch)
tree30342f61cf94448396b87794bf25c40522417403 /ServiceManager
parentImplemented initial login code for the management agent (diff)
downloadopensim-SC_OLD-aae0222f8154a32d71112a8a468412efa5b857da.zip
opensim-SC_OLD-aae0222f8154a32d71112a8a468412efa5b857da.tar.gz
opensim-SC_OLD-aae0222f8154a32d71112a8a468412efa5b857da.tar.bz2
opensim-SC_OLD-aae0222f8154a32d71112a8a468412efa5b857da.tar.xz
More OO and abstract goodness for Gareth to drool over. Cleaned up the World class a bit and added a WorldBase class (that World now inherits from)
Diffstat (limited to 'ServiceManager')
-rw-r--r--ServiceManager/ServiceManager.csproj183
-rw-r--r--ServiceManager/ServiceManager.exe.build82
2 files changed, 136 insertions, 129 deletions
diff --git a/ServiceManager/ServiceManager.csproj b/ServiceManager/ServiceManager.csproj
index b1f5036..ac118c3 100644
--- a/ServiceManager/ServiceManager.csproj
+++ b/ServiceManager/ServiceManager.csproj
@@ -1,88 +1,95 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup> 2 <PropertyGroup>
3 <ProjectType>Local</ProjectType> 3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion> 4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion> 5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{7C8EA758-0000-0000-0000-000000000000}</ProjectGuid> 6 <ProjectGuid>{E141F4EE-0000-0000-0000-000000000000}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon></ApplicationIcon> 9 <ApplicationIcon>
10 <AssemblyKeyContainerName> 10 </ApplicationIcon>
11 </AssemblyKeyContainerName> 11 <AssemblyKeyContainerName>
12 <AssemblyName>ServiceManager</AssemblyName> 12 </AssemblyKeyContainerName>
13 <DefaultClientScript>JScript</DefaultClientScript> 13 <AssemblyName>ServiceManager</AssemblyName>
14 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> 14 <DefaultClientScript>JScript</DefaultClientScript>
15 <DefaultTargetSchema>IE50</DefaultTargetSchema> 15 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
16 <DelaySign>false</DelaySign> 16 <DefaultTargetSchema>IE50</DefaultTargetSchema>
17 <OutputType>Exe</OutputType> 17 <DelaySign>false</DelaySign>
18 <AppDesignerFolder></AppDesignerFolder> 18 <OutputType>Exe</OutputType>
19 <RootNamespace>ServiceManager</RootNamespace> 19 <AppDesignerFolder>
20 <StartupObject></StartupObject> 20 </AppDesignerFolder>
21 <FileUpgradeFlags> 21 <RootNamespace>ServiceManager</RootNamespace>
22 </FileUpgradeFlags> 22 <StartupObject>
23 </PropertyGroup> 23 </StartupObject>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 24 <FileUpgradeFlags>
25 <AllowUnsafeBlocks>False</AllowUnsafeBlocks> 25 </FileUpgradeFlags>
26 <BaseAddress>285212672</BaseAddress> 26 </PropertyGroup>
27 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28 <ConfigurationOverrideFile> 28 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
29 </ConfigurationOverrideFile> 29 <BaseAddress>285212672</BaseAddress>
30 <DefineConstants>TRACE</DefineConstants> 30 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
31 <DocumentationFile></DocumentationFile> 31 <ConfigurationOverrideFile>
32 <DebugSymbols>False</DebugSymbols> 32 </ConfigurationOverrideFile>
33 <FileAlignment>4096</FileAlignment> 33 <DefineConstants>TRACE;DEBUG</DefineConstants>
34 <Optimize>True</Optimize> 34 <DocumentationFile>
35 <OutputPath>../bin/</OutputPath> 35 </DocumentationFile>
36 <RegisterForComInterop>False</RegisterForComInterop> 36 <DebugSymbols>True</DebugSymbols>
37 <RemoveIntegerChecks>False</RemoveIntegerChecks> 37 <FileAlignment>4096</FileAlignment>
38 <TreatWarningsAsErrors>False</TreatWarningsAsErrors> 38 <Optimize>False</Optimize>
39 <WarningLevel>4</WarningLevel> 39 <OutputPath>..\bin\</OutputPath>
40 <NoWarn></NoWarn> 40 <RegisterForComInterop>False</RegisterForComInterop>
41 </PropertyGroup> 41 <RemoveIntegerChecks>False</RemoveIntegerChecks>
42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 42 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
43 <AllowUnsafeBlocks>False</AllowUnsafeBlocks> 43 <WarningLevel>4</WarningLevel>
44 <BaseAddress>285212672</BaseAddress> 44 <NoWarn>
45 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> 45 </NoWarn>
46 <ConfigurationOverrideFile> 46 </PropertyGroup>
47 </ConfigurationOverrideFile> 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
48 <DefineConstants>TRACE;DEBUG</DefineConstants> 48 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
49 <DocumentationFile></DocumentationFile> 49 <BaseAddress>285212672</BaseAddress>
50 <DebugSymbols>True</DebugSymbols> 50 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
51 <FileAlignment>4096</FileAlignment> 51 <ConfigurationOverrideFile>
52 <Optimize>False</Optimize> 52 </ConfigurationOverrideFile>
53 <OutputPath>../bin/</OutputPath> 53 <DefineConstants>TRACE</DefineConstants>
54 <RegisterForComInterop>False</RegisterForComInterop> 54 <DocumentationFile>
55 <RemoveIntegerChecks>False</RemoveIntegerChecks> 55 </DocumentationFile>
56 <TreatWarningsAsErrors>False</TreatWarningsAsErrors> 56 <DebugSymbols>False</DebugSymbols>
57 <WarningLevel>4</WarningLevel> 57 <FileAlignment>4096</FileAlignment>
58 <NoWarn></NoWarn> 58 <Optimize>True</Optimize>
59 </PropertyGroup> 59 <OutputPath>..\bin\</OutputPath>
60 <ItemGroup> 60 <RegisterForComInterop>False</RegisterForComInterop>
61 <Reference Include="System" > 61 <RemoveIntegerChecks>False</RemoveIntegerChecks>
62 <HintPath>System.dll</HintPath> 62 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
63 <Private>False</Private> 63 <WarningLevel>4</WarningLevel>
64 </Reference> 64 <NoWarn>
65 <Reference Include="System.ServiceProcess" > 65 </NoWarn>
66 <HintPath>System.ServiceProcess.dll</HintPath> 66 </PropertyGroup>
67 <Private>False</Private> 67 <ItemGroup>
68 </Reference> 68 <Reference Include="System">
69 <Reference Include="System.Xml" > 69 <HintPath>System.dll</HintPath>
70 <HintPath>System.Xml.dll</HintPath> 70 <Private>False</Private>
71 <Private>False</Private> 71 </Reference>
72 </Reference> 72 <Reference Include="System.ServiceProcess">
73 </ItemGroup> 73 <HintPath>System.ServiceProcess.dll</HintPath>
74 <ItemGroup> 74 <Private>False</Private>
75 </ItemGroup> 75 </Reference>
76 <ItemGroup> 76 <Reference Include="System.Xml">
77 <Compile Include="ServiceManager.cs"> 77 <HintPath>System.Xml.dll</HintPath>
78 <SubType>Code</SubType> 78 <Private>False</Private>
79 </Compile> 79 </Reference>
80 </ItemGroup> 80 </ItemGroup>
81 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> 81 <ItemGroup>
82 <PropertyGroup> 82 </ItemGroup>
83 <PreBuildEvent> 83 <ItemGroup>
84 </PreBuildEvent> 84 <Compile Include="ServiceManager.cs">
85 <PostBuildEvent> 85 <SubType>Component</SubType>
86 </PostBuildEvent> 86 </Compile>
87 </PropertyGroup> 87 </ItemGroup>
88</Project> 88 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
89 <PropertyGroup>
90 <PreBuildEvent>
91 </PreBuildEvent>
92 <PostBuildEvent>
93 </PostBuildEvent>
94 </PropertyGroup>
95</Project> \ No newline at end of file
diff --git a/ServiceManager/ServiceManager.exe.build b/ServiceManager/ServiceManager.exe.build
index 6618ed2..7397f49 100644
--- a/ServiceManager/ServiceManager.exe.build
+++ b/ServiceManager/ServiceManager.exe.build
@@ -1,41 +1,41 @@
1<?xml version="1.0" ?> 1<?xml version="1.0" ?>
2<project name="ServiceManager" default="build"> 2<project name="ServiceManager" default="build">
3 <target name="build"> 3 <target name="build">
4 <echo message="Build Directory is ${project::get-base-directory()}/${build.dir}" /> 4 <echo message="Build Directory is ${project::get-base-directory()}/${build.dir}" />
5 <mkdir dir="${project::get-base-directory()}/${build.dir}" /> 5 <mkdir dir="${project::get-base-directory()}/${build.dir}" />
6 <copy todir="${project::get-base-directory()}/${build.dir}"> 6 <copy todir="${project::get-base-directory()}/${build.dir}">
7 <fileset basedir="${project::get-base-directory()}"> 7 <fileset basedir="${project::get-base-directory()}">
8 </fileset> 8 </fileset>
9 </copy> 9 </copy>
10 <csc target="exe" debug="${build.debug}" unsafe="False" define="TRACE" output="${project::get-base-directory()}/${build.dir}/${project::get-name()}.exe"> 10 <csc target="exe" debug="${build.debug}" unsafe="False" define="TRACE;DEBUG" output="${project::get-base-directory()}/${build.dir}/${project::get-name()}.exe">
11 <resources prefix="ServiceManager" dynamicprefix="true" > 11 <resources prefix="ServiceManager" dynamicprefix="true" >
12 </resources> 12 </resources>
13 <sources failonempty="true"> 13 <sources failonempty="true">
14 <include name="ServiceManager.cs" /> 14 <include name="ServiceManager.cs" />
15 </sources> 15 </sources>
16 <references basedir="${project::get-base-directory()}"> 16 <references basedir="${project::get-base-directory()}">
17 <lib> 17 <lib>
18 <include name="${project::get-base-directory()}" /> 18 <include name="${project::get-base-directory()}" />
19 <include name="${project::get-base-directory()}/${build.dir}" /> 19 <include name="${project::get-base-directory()}/${build.dir}" />
20 </lib> 20 </lib>
21 <include name="System.dll" /> 21 <include name="System.dll" />
22 <include name="System.ServiceProcess.dll" /> 22 <include name="System.ServiceProcess.dll" />
23 <include name="System.Xml.dll" /> 23 <include name="System.Xml.dll" />
24 </references> 24 </references>
25 </csc> 25 </csc>
26 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../bin/" /> 26 <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../bin/" />
27 <mkdir dir="${project::get-base-directory()}/../bin/"/> 27 <mkdir dir="${project::get-base-directory()}/../bin/"/>
28 <copy todir="${project::get-base-directory()}/../bin/"> 28 <copy todir="${project::get-base-directory()}/../bin/">
29 <fileset basedir="${project::get-base-directory()}/${build.dir}/" > 29 <fileset basedir="${project::get-base-directory()}/${build.dir}/" >
30 <include name="*.dll"/> 30 <include name="*.dll"/>
31 <include name="*.exe"/> 31 <include name="*.exe"/>
32 </fileset> 32 </fileset>
33 </copy> 33 </copy>
34 </target> 34 </target>
35 <target name="clean"> 35 <target name="clean">
36 <delete dir="${bin.dir}" failonerror="false" /> 36 <delete dir="${bin.dir}" failonerror="false" />
37 <delete dir="${obj.dir}" failonerror="false" /> 37 <delete dir="${obj.dir}" failonerror="false" />
38 </target> 38 </target>
39 <target name="doc" description="Creates documentation."> 39 <target name="doc" description="Creates documentation.">
40 </target> 40 </target>
41</project> 41</project>