diff options
Re-imported OpenGridServices from trunk
Diffstat (limited to 'OpenGridServices/ServiceManager/ServiceManager.csproj')
-rw-r--r-- | OpenGridServices/ServiceManager/ServiceManager.csproj | 205 |
1 files changed, 205 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 | ||