diff options
Diffstat (limited to '')
5 files changed, 516 insertions, 0 deletions
diff --git a/OpenGridServices/ServiceManager/ServiceManager.csproj b/OpenGridServices/ServiceManager/ServiceManager.csproj new file mode 100644 index 0000000..0b89633 --- /dev/null +++ b/OpenGridServices/ServiceManager/ServiceManager.csproj | |||
@@ -0,0 +1,205 @@ | |||
1 | <<<<<<< .mine | ||
2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <PropertyGroup> | ||
4 | <ProjectType>Local</ProjectType> | ||
5 | <ProductVersion>8.0.50727</ProductVersion> | ||
6 | <SchemaVersion>2.0</SchemaVersion> | ||
7 | <ProjectGuid>{E141F4EE-0000-0000-0000-000000000000}</ProjectGuid> | ||
8 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
9 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
10 | <ApplicationIcon> | ||
11 | </ApplicationIcon> | ||
12 | <AssemblyKeyContainerName> | ||
13 | </AssemblyKeyContainerName> | ||
14 | <AssemblyName>ServiceManager</AssemblyName> | ||
15 | <DefaultClientScript>JScript</DefaultClientScript> | ||
16 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
17 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
18 | <DelaySign>false</DelaySign> | ||
19 | <OutputType>Exe</OutputType> | ||
20 | <AppDesignerFolder> | ||
21 | </AppDesignerFolder> | ||
22 | <RootNamespace>ServiceManager</RootNamespace> | ||
23 | <StartupObject> | ||
24 | </StartupObject> | ||
25 | <FileUpgradeFlags> | ||
26 | </FileUpgradeFlags> | ||
27 | </PropertyGroup> | ||
28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
29 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
30 | <BaseAddress>285212672</BaseAddress> | ||
31 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
32 | <ConfigurationOverrideFile> | ||
33 | </ConfigurationOverrideFile> | ||
34 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
35 | <DocumentationFile> | ||
36 | </DocumentationFile> | ||
37 | <DebugSymbols>True</DebugSymbols> | ||
38 | <FileAlignment>4096</FileAlignment> | ||
39 | <Optimize>False</Optimize> | ||
40 | <OutputPath>..\..\bin\</OutputPath> | ||
41 | <RegisterForComInterop>False</RegisterForComInterop> | ||
42 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
43 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
44 | <WarningLevel>4</WarningLevel> | ||
45 | <NoWarn> | ||
46 | </NoWarn> | ||
47 | </PropertyGroup> | ||
48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
49 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
50 | <BaseAddress>285212672</BaseAddress> | ||
51 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
52 | <ConfigurationOverrideFile> | ||
53 | </ConfigurationOverrideFile> | ||
54 | <DefineConstants>TRACE</DefineConstants> | ||
55 | <DocumentationFile> | ||
56 | </DocumentationFile> | ||
57 | <DebugSymbols>False</DebugSymbols> | ||
58 | <FileAlignment>4096</FileAlignment> | ||
59 | <Optimize>True</Optimize> | ||
60 | <OutputPath>..\..\bin\</OutputPath> | ||
61 | <RegisterForComInterop>False</RegisterForComInterop> | ||
62 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
63 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
64 | <WarningLevel>4</WarningLevel> | ||
65 | <NoWarn> | ||
66 | </NoWarn> | ||
67 | </PropertyGroup> | ||
68 | <ItemGroup> | ||
69 | <Reference Include="System"> | ||
70 | <HintPath>System.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | <Reference Include="System.ServiceProcess"> | ||
74 | <HintPath>System.ServiceProcess.dll</HintPath> | ||
75 | <Private>False</Private> | ||
76 | </Reference> | ||
77 | <Reference Include="System.Xml"> | ||
78 | <HintPath>System.Xml.dll</HintPath> | ||
79 | <Private>False</Private> | ||
80 | </Reference> | ||
81 | <Reference Include="libsecondlife.dll"> | ||
82 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | ||
83 | <Private>False</Private> | ||
84 | </Reference> | ||
85 | <Reference Include="OpenSim.GenericConfig.Xml"> | ||
86 | <HintPath>OpenSim.GenericConfig.Xml.dll</HintPath> | ||
87 | <Private>False</Private> | ||
88 | </Reference> | ||
89 | </ItemGroup> | ||
90 | <ItemGroup> | ||
91 | </ItemGroup> | ||
92 | <ItemGroup> | ||
93 | <Compile Include="ServiceManager.cs"> | ||
94 | <SubType>Component</SubType> | ||
95 | </Compile> | ||
96 | </ItemGroup> | ||
97 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
98 | <PropertyGroup> | ||
99 | <PreBuildEvent> | ||
100 | </PreBuildEvent> | ||
101 | <PostBuildEvent> | ||
102 | </PostBuildEvent> | ||
103 | </PropertyGroup> | ||
104 | </Project>======= | ||
105 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
106 | <PropertyGroup> | ||
107 | <ProjectType>Local</ProjectType> | ||
108 | <ProductVersion>8.0.50727</ProductVersion> | ||
109 | <SchemaVersion>2.0</SchemaVersion> | ||
110 | <ProjectGuid>{E141F4EE-0000-0000-0000-000000000000}</ProjectGuid> | ||
111 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
112 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
113 | <ApplicationIcon></ApplicationIcon> | ||
114 | <AssemblyKeyContainerName> | ||
115 | </AssemblyKeyContainerName> | ||
116 | <AssemblyName>ServiceManager</AssemblyName> | ||
117 | <DefaultClientScript>JScript</DefaultClientScript> | ||
118 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
119 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
120 | <DelaySign>false</DelaySign> | ||
121 | <OutputType>Exe</OutputType> | ||
122 | <AppDesignerFolder></AppDesignerFolder> | ||
123 | <RootNamespace>ServiceManager</RootNamespace> | ||
124 | <StartupObject></StartupObject> | ||
125 | <FileUpgradeFlags> | ||
126 | </FileUpgradeFlags> | ||
127 | </PropertyGroup> | ||
128 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
129 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
130 | <BaseAddress>285212672</BaseAddress> | ||
131 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
132 | <ConfigurationOverrideFile> | ||
133 | </ConfigurationOverrideFile> | ||
134 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
135 | <DocumentationFile></DocumentationFile> | ||
136 | <DebugSymbols>True</DebugSymbols> | ||
137 | <FileAlignment>4096</FileAlignment> | ||
138 | <Optimize>False</Optimize> | ||
139 | <OutputPath>..\..\bin\</OutputPath> | ||
140 | <RegisterForComInterop>False</RegisterForComInterop> | ||
141 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
142 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
143 | <WarningLevel>4</WarningLevel> | ||
144 | <NoWarn></NoWarn> | ||
145 | </PropertyGroup> | ||
146 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
147 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
148 | <BaseAddress>285212672</BaseAddress> | ||
149 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
150 | <ConfigurationOverrideFile> | ||
151 | </ConfigurationOverrideFile> | ||
152 | <DefineConstants>TRACE</DefineConstants> | ||
153 | <DocumentationFile></DocumentationFile> | ||
154 | <DebugSymbols>False</DebugSymbols> | ||
155 | <FileAlignment>4096</FileAlignment> | ||
156 | <Optimize>True</Optimize> | ||
157 | <OutputPath>..\..\bin\</OutputPath> | ||
158 | <RegisterForComInterop>False</RegisterForComInterop> | ||
159 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
160 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
161 | <WarningLevel>4</WarningLevel> | ||
162 | <NoWarn></NoWarn> | ||
163 | </PropertyGroup> | ||
164 | <ItemGroup> | ||
165 | <Reference Include="System" > | ||
166 | <HintPath>System.dll</HintPath> | ||
167 | <Private>False</Private> | ||
168 | </Reference> | ||
169 | <Reference Include="System.ServiceProcess" > | ||
170 | <HintPath>System.ServiceProcess.dll</HintPath> | ||
171 | <Private>False</Private> | ||
172 | </Reference> | ||
173 | <Reference Include="System.Xml" > | ||
174 | <HintPath>System.Xml.dll</HintPath> | ||
175 | <Private>False</Private> | ||
176 | </Reference> | ||
177 | <Reference Include="libsecondlife.dll" > | ||
178 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | ||
179 | <Private>False</Private> | ||
180 | </Reference> | ||
181 | <Reference Include="OpenSim.GenericConfig.Xml" > | ||
182 | <HintPath>OpenSim.GenericConfig.Xml.dll</HintPath> | ||
183 | <Private>False</Private> | ||
184 | </Reference> | ||
185 | <Reference Include="OpenSim.Framework.dll" > | ||
186 | <HintPath>..\..\bin\OpenSim.Framework.dll</HintPath> | ||
187 | <Private>False</Private> | ||
188 | </Reference> | ||
189 | </ItemGroup> | ||
190 | <ItemGroup> | ||
191 | </ItemGroup> | ||
192 | <ItemGroup> | ||
193 | <Compile Include="ServiceManager.cs"> | ||
194 | <SubType>Code</SubType> | ||
195 | </Compile> | ||
196 | </ItemGroup> | ||
197 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
198 | <PropertyGroup> | ||
199 | <PreBuildEvent> | ||
200 | </PreBuildEvent> | ||
201 | <PostBuildEvent> | ||
202 | </PostBuildEvent> | ||
203 | </PropertyGroup> | ||
204 | </Project> | ||
205 | >>>>>>> .r921 | ||
diff --git a/OpenGridServices/ServiceManager/ServiceManager.csproj.mine b/OpenGridServices/ServiceManager/ServiceManager.csproj.mine new file mode 100644 index 0000000..f8a4925 --- /dev/null +++ b/OpenGridServices/ServiceManager/ServiceManager.csproj.mine | |||
@@ -0,0 +1,103 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <ProjectType>Local</ProjectType> | ||
4 | <ProductVersion>8.0.50727</ProductVersion> | ||
5 | <SchemaVersion>2.0</SchemaVersion> | ||
6 | <ProjectGuid>{E141F4EE-0000-0000-0000-000000000000}</ProjectGuid> | ||
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
9 | <ApplicationIcon> | ||
10 | </ApplicationIcon> | ||
11 | <AssemblyKeyContainerName> | ||
12 | </AssemblyKeyContainerName> | ||
13 | <AssemblyName>ServiceManager</AssemblyName> | ||
14 | <DefaultClientScript>JScript</DefaultClientScript> | ||
15 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
16 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
17 | <DelaySign>false</DelaySign> | ||
18 | <OutputType>Exe</OutputType> | ||
19 | <AppDesignerFolder> | ||
20 | </AppDesignerFolder> | ||
21 | <RootNamespace>ServiceManager</RootNamespace> | ||
22 | <StartupObject> | ||
23 | </StartupObject> | ||
24 | <FileUpgradeFlags> | ||
25 | </FileUpgradeFlags> | ||
26 | </PropertyGroup> | ||
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
28 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
29 | <BaseAddress>285212672</BaseAddress> | ||
30 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
31 | <ConfigurationOverrideFile> | ||
32 | </ConfigurationOverrideFile> | ||
33 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
34 | <DocumentationFile> | ||
35 | </DocumentationFile> | ||
36 | <DebugSymbols>True</DebugSymbols> | ||
37 | <FileAlignment>4096</FileAlignment> | ||
38 | <Optimize>False</Optimize> | ||
39 | <OutputPath>..\..\bin\</OutputPath> | ||
40 | <RegisterForComInterop>False</RegisterForComInterop> | ||
41 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
42 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
43 | <WarningLevel>4</WarningLevel> | ||
44 | <NoWarn> | ||
45 | </NoWarn> | ||
46 | </PropertyGroup> | ||
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
48 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
49 | <BaseAddress>285212672</BaseAddress> | ||
50 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
51 | <ConfigurationOverrideFile> | ||
52 | </ConfigurationOverrideFile> | ||
53 | <DefineConstants>TRACE</DefineConstants> | ||
54 | <DocumentationFile> | ||
55 | </DocumentationFile> | ||
56 | <DebugSymbols>False</DebugSymbols> | ||
57 | <FileAlignment>4096</FileAlignment> | ||
58 | <Optimize>True</Optimize> | ||
59 | <OutputPath>..\..\bin\</OutputPath> | ||
60 | <RegisterForComInterop>False</RegisterForComInterop> | ||
61 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
62 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
63 | <WarningLevel>4</WarningLevel> | ||
64 | <NoWarn> | ||
65 | </NoWarn> | ||
66 | </PropertyGroup> | ||
67 | <ItemGroup> | ||
68 | <Reference Include="System"> | ||
69 | <HintPath>System.dll</HintPath> | ||
70 | <Private>False</Private> | ||
71 | </Reference> | ||
72 | <Reference Include="System.ServiceProcess"> | ||
73 | <HintPath>System.ServiceProcess.dll</HintPath> | ||
74 | <Private>False</Private> | ||
75 | </Reference> | ||
76 | <Reference Include="System.Xml"> | ||
77 | <HintPath>System.Xml.dll</HintPath> | ||
78 | <Private>False</Private> | ||
79 | </Reference> | ||
80 | <Reference Include="libsecondlife.dll"> | ||
81 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | ||
82 | <Private>False</Private> | ||
83 | </Reference> | ||
84 | <Reference Include="OpenSim.GenericConfig.Xml"> | ||
85 | <HintPath>OpenSim.GenericConfig.Xml.dll</HintPath> | ||
86 | <Private>False</Private> | ||
87 | </Reference> | ||
88 | </ItemGroup> | ||
89 | <ItemGroup> | ||
90 | </ItemGroup> | ||
91 | <ItemGroup> | ||
92 | <Compile Include="ServiceManager.cs"> | ||
93 | <SubType>Component</SubType> | ||
94 | </Compile> | ||
95 | </ItemGroup> | ||
96 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
97 | <PropertyGroup> | ||
98 | <PreBuildEvent> | ||
99 | </PreBuildEvent> | ||
100 | <PostBuildEvent> | ||
101 | </PostBuildEvent> | ||
102 | </PropertyGroup> | ||
103 | </Project> \ No newline at end of file | ||
diff --git a/OpenGridServices/ServiceManager/ServiceManager.csproj.r858 b/OpenGridServices/ServiceManager/ServiceManager.csproj.r858 new file mode 100644 index 0000000..8d6a135 --- /dev/null +++ b/OpenGridServices/ServiceManager/ServiceManager.csproj.r858 | |||
@@ -0,0 +1,96 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <ProjectType>Local</ProjectType> | ||
4 | <ProductVersion>8.0.50727</ProductVersion> | ||
5 | <SchemaVersion>2.0</SchemaVersion> | ||
6 | <ProjectGuid>{7C8EA758-0000-0000-0000-000000000000}</ProjectGuid> | ||
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
9 | <ApplicationIcon></ApplicationIcon> | ||
10 | <AssemblyKeyContainerName> | ||
11 | </AssemblyKeyContainerName> | ||
12 | <AssemblyName>ServiceManager</AssemblyName> | ||
13 | <DefaultClientScript>JScript</DefaultClientScript> | ||
14 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
15 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
16 | <DelaySign>false</DelaySign> | ||
17 | <OutputType>Exe</OutputType> | ||
18 | <AppDesignerFolder></AppDesignerFolder> | ||
19 | <RootNamespace>ServiceManager</RootNamespace> | ||
20 | <StartupObject></StartupObject> | ||
21 | <FileUpgradeFlags> | ||
22 | </FileUpgradeFlags> | ||
23 | </PropertyGroup> | ||
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
25 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
26 | <BaseAddress>285212672</BaseAddress> | ||
27 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
28 | <ConfigurationOverrideFile> | ||
29 | </ConfigurationOverrideFile> | ||
30 | <DefineConstants>TRACE</DefineConstants> | ||
31 | <DocumentationFile></DocumentationFile> | ||
32 | <DebugSymbols>False</DebugSymbols> | ||
33 | <FileAlignment>4096</FileAlignment> | ||
34 | <Optimize>True</Optimize> | ||
35 | <OutputPath>../../bin/</OutputPath> | ||
36 | <RegisterForComInterop>False</RegisterForComInterop> | ||
37 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
38 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
39 | <WarningLevel>4</WarningLevel> | ||
40 | <NoWarn></NoWarn> | ||
41 | </PropertyGroup> | ||
42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
43 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
44 | <BaseAddress>285212672</BaseAddress> | ||
45 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
46 | <ConfigurationOverrideFile> | ||
47 | </ConfigurationOverrideFile> | ||
48 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
49 | <DocumentationFile></DocumentationFile> | ||
50 | <DebugSymbols>True</DebugSymbols> | ||
51 | <FileAlignment>4096</FileAlignment> | ||
52 | <Optimize>False</Optimize> | ||
53 | <OutputPath>../../bin/</OutputPath> | ||
54 | <RegisterForComInterop>False</RegisterForComInterop> | ||
55 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
56 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
57 | <WarningLevel>4</WarningLevel> | ||
58 | <NoWarn></NoWarn> | ||
59 | </PropertyGroup> | ||
60 | <ItemGroup> | ||
61 | <Reference Include="System" > | ||
62 | <HintPath>System.dll</HintPath> | ||
63 | <Private>False</Private> | ||
64 | </Reference> | ||
65 | <Reference Include="System.ServiceProcess" > | ||
66 | <HintPath>System.ServiceProcess.dll</HintPath> | ||
67 | <Private>False</Private> | ||
68 | </Reference> | ||
69 | <Reference Include="System.Xml" > | ||
70 | <HintPath>System.Xml.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | <Reference Include="libsecondlife.dll" > | ||
74 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | ||
75 | <Private>False</Private> | ||
76 | </Reference> | ||
77 | <Reference Include="OpenSim.GenericConfig.Xml" > | ||
78 | <HintPath>OpenSim.GenericConfig.Xml.dll</HintPath> | ||
79 | <Private>False</Private> | ||
80 | </Reference> | ||
81 | </ItemGroup> | ||
82 | <ItemGroup> | ||
83 | </ItemGroup> | ||
84 | <ItemGroup> | ||
85 | <Compile Include="ServiceManager.cs"> | ||
86 | <SubType>Code</SubType> | ||
87 | </Compile> | ||
88 | </ItemGroup> | ||
89 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
90 | <PropertyGroup> | ||
91 | <PreBuildEvent> | ||
92 | </PreBuildEvent> | ||
93 | <PostBuildEvent> | ||
94 | </PostBuildEvent> | ||
95 | </PropertyGroup> | ||
96 | </Project> | ||
diff --git a/OpenGridServices/ServiceManager/ServiceManager.csproj.r921 b/OpenGridServices/ServiceManager/ServiceManager.csproj.r921 new file mode 100644 index 0000000..0e7ff5a --- /dev/null +++ b/OpenGridServices/ServiceManager/ServiceManager.csproj.r921 | |||
@@ -0,0 +1,100 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <ProjectType>Local</ProjectType> | ||
4 | <ProductVersion>8.0.50727</ProductVersion> | ||
5 | <SchemaVersion>2.0</SchemaVersion> | ||
6 | <ProjectGuid>{E141F4EE-0000-0000-0000-000000000000}</ProjectGuid> | ||
7 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
8 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
9 | <ApplicationIcon></ApplicationIcon> | ||
10 | <AssemblyKeyContainerName> | ||
11 | </AssemblyKeyContainerName> | ||
12 | <AssemblyName>ServiceManager</AssemblyName> | ||
13 | <DefaultClientScript>JScript</DefaultClientScript> | ||
14 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | ||
15 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | ||
16 | <DelaySign>false</DelaySign> | ||
17 | <OutputType>Exe</OutputType> | ||
18 | <AppDesignerFolder></AppDesignerFolder> | ||
19 | <RootNamespace>ServiceManager</RootNamespace> | ||
20 | <StartupObject></StartupObject> | ||
21 | <FileUpgradeFlags> | ||
22 | </FileUpgradeFlags> | ||
23 | </PropertyGroup> | ||
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
25 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
26 | <BaseAddress>285212672</BaseAddress> | ||
27 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
28 | <ConfigurationOverrideFile> | ||
29 | </ConfigurationOverrideFile> | ||
30 | <DefineConstants>TRACE;DEBUG</DefineConstants> | ||
31 | <DocumentationFile></DocumentationFile> | ||
32 | <DebugSymbols>True</DebugSymbols> | ||
33 | <FileAlignment>4096</FileAlignment> | ||
34 | <Optimize>False</Optimize> | ||
35 | <OutputPath>..\..\bin\</OutputPath> | ||
36 | <RegisterForComInterop>False</RegisterForComInterop> | ||
37 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
38 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
39 | <WarningLevel>4</WarningLevel> | ||
40 | <NoWarn></NoWarn> | ||
41 | </PropertyGroup> | ||
42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
43 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | ||
44 | <BaseAddress>285212672</BaseAddress> | ||
45 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
46 | <ConfigurationOverrideFile> | ||
47 | </ConfigurationOverrideFile> | ||
48 | <DefineConstants>TRACE</DefineConstants> | ||
49 | <DocumentationFile></DocumentationFile> | ||
50 | <DebugSymbols>False</DebugSymbols> | ||
51 | <FileAlignment>4096</FileAlignment> | ||
52 | <Optimize>True</Optimize> | ||
53 | <OutputPath>..\..\bin\</OutputPath> | ||
54 | <RegisterForComInterop>False</RegisterForComInterop> | ||
55 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | ||
56 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | ||
57 | <WarningLevel>4</WarningLevel> | ||
58 | <NoWarn></NoWarn> | ||
59 | </PropertyGroup> | ||
60 | <ItemGroup> | ||
61 | <Reference Include="System" > | ||
62 | <HintPath>System.dll</HintPath> | ||
63 | <Private>False</Private> | ||
64 | </Reference> | ||
65 | <Reference Include="System.ServiceProcess" > | ||
66 | <HintPath>System.ServiceProcess.dll</HintPath> | ||
67 | <Private>False</Private> | ||
68 | </Reference> | ||
69 | <Reference Include="System.Xml" > | ||
70 | <HintPath>System.Xml.dll</HintPath> | ||
71 | <Private>False</Private> | ||
72 | </Reference> | ||
73 | <Reference Include="libsecondlife.dll" > | ||
74 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | ||
75 | <Private>False</Private> | ||
76 | </Reference> | ||
77 | <Reference Include="OpenSim.GenericConfig.Xml" > | ||
78 | <HintPath>OpenSim.GenericConfig.Xml.dll</HintPath> | ||
79 | <Private>False</Private> | ||
80 | </Reference> | ||
81 | <Reference Include="OpenSim.Framework.dll" > | ||
82 | <HintPath>..\..\bin\OpenSim.Framework.dll</HintPath> | ||
83 | <Private>False</Private> | ||
84 | </Reference> | ||
85 | </ItemGroup> | ||
86 | <ItemGroup> | ||
87 | </ItemGroup> | ||
88 | <ItemGroup> | ||
89 | <Compile Include="ServiceManager.cs"> | ||
90 | <SubType>Code</SubType> | ||
91 | </Compile> | ||
92 | </ItemGroup> | ||
93 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
94 | <PropertyGroup> | ||
95 | <PreBuildEvent> | ||
96 | </PreBuildEvent> | ||
97 | <PostBuildEvent> | ||
98 | </PostBuildEvent> | ||
99 | </PropertyGroup> | ||
100 | </Project> | ||
diff --git a/OpenGridServices/ServiceManager/ServiceManager.csproj.user b/OpenGridServices/ServiceManager/ServiceManager.csproj.user new file mode 100644 index 0000000..1b6b14d --- /dev/null +++ b/OpenGridServices/ServiceManager/ServiceManager.csproj.user | |||
@@ -0,0 +1,12 @@ | |||
1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
5 | <ReferencePath>C:\New Folder\second-life-viewer\opensim-dailys2\opensim26-05\trunk\bin\</ReferencePath> | ||
6 | <LastOpenVersion>8.0.50727</LastOpenVersion> | ||
7 | <ProjectView>ProjectFiles</ProjectView> | ||
8 | <ProjectTrust>0</ProjectTrust> | ||
9 | </PropertyGroup> | ||
10 | <PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " /> | ||
11 | <PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " /> | ||
12 | </Project> | ||