diff options
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/ServiceManager.csproj')
-rw-r--r-- | ServiceManager/ServiceManager.csproj | 183 |
1 files changed, 95 insertions, 88 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 | ||