diff options
author | gareth | 2007-04-02 00:48:25 +0000 |
---|---|---|
committer | gareth | 2007-04-02 00:48:25 +0000 |
commit | e985e05a5ad7df4c5f01763dfe6b82cc1b37ab83 (patch) | |
tree | 7b07b8fae3ade588d11cdeeabf1f2479e80a8dff /OpenSim.RegionServer/OpenSim.RegionServer.csproj | |
parent | More refactoring (diff) | |
download | opensim-SC_OLD-e985e05a5ad7df4c5f01763dfe6b82cc1b37ab83.zip opensim-SC_OLD-e985e05a5ad7df4c5f01763dfe6b82cc1b37ab83.tar.gz opensim-SC_OLD-e985e05a5ad7df4c5f01763dfe6b82cc1b37ab83.tar.bz2 opensim-SC_OLD-e985e05a5ad7df4c5f01763dfe6b82cc1b37ab83.tar.xz |
Added new REST protocol (partially complete)
Made sim profiles load from DB
Updated build files for grid server
Added sim login
Diffstat (limited to 'OpenSim.RegionServer/OpenSim.RegionServer.csproj')
-rw-r--r-- | OpenSim.RegionServer/OpenSim.RegionServer.csproj | 378 |
1 files changed, 186 insertions, 192 deletions
diff --git a/OpenSim.RegionServer/OpenSim.RegionServer.csproj b/OpenSim.RegionServer/OpenSim.RegionServer.csproj index df66b48..7841e96 100644 --- a/OpenSim.RegionServer/OpenSim.RegionServer.csproj +++ b/OpenSim.RegionServer/OpenSim.RegionServer.csproj | |||
@@ -1,192 +1,186 @@ | |||
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>{632E1BFD-0000-0000-0000-000000000000}</ProjectGuid> | 6 | <ProjectGuid>{58019DB8-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> | 9 | <ApplicationIcon></ApplicationIcon> |
10 | </ApplicationIcon> | 10 | <AssemblyKeyContainerName> |
11 | <AssemblyKeyContainerName> | 11 | </AssemblyKeyContainerName> |
12 | </AssemblyKeyContainerName> | 12 | <AssemblyName>OpenSim.RegionServer</AssemblyName> |
13 | <AssemblyName>OpenSim.RegionServer</AssemblyName> | 13 | <DefaultClientScript>JScript</DefaultClientScript> |
14 | <DefaultClientScript>JScript</DefaultClientScript> | 14 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> |
15 | <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> | 15 | <DefaultTargetSchema>IE50</DefaultTargetSchema> |
16 | <DefaultTargetSchema>IE50</DefaultTargetSchema> | 16 | <DelaySign>false</DelaySign> |
17 | <DelaySign>false</DelaySign> | 17 | <OutputType>Library</OutputType> |
18 | <OutputType>Library</OutputType> | 18 | <AppDesignerFolder></AppDesignerFolder> |
19 | <AppDesignerFolder> | 19 | <RootNamespace>OpenSim.RegionServer</RootNamespace> |
20 | </AppDesignerFolder> | 20 | <StartupObject></StartupObject> |
21 | <RootNamespace>OpenSim.RegionServer</RootNamespace> | 21 | <FileUpgradeFlags> |
22 | <StartupObject> | 22 | </FileUpgradeFlags> |
23 | </StartupObject> | 23 | </PropertyGroup> |
24 | <FileUpgradeFlags> | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
25 | </FileUpgradeFlags> | 25 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
26 | </PropertyGroup> | 26 | <BaseAddress>285212672</BaseAddress> |
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 27 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
28 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | 28 | <ConfigurationOverrideFile> |
29 | <BaseAddress>285212672</BaseAddress> | 29 | </ConfigurationOverrideFile> |
30 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | 30 | <DefineConstants>TRACE</DefineConstants> |
31 | <ConfigurationOverrideFile> | 31 | <DocumentationFile></DocumentationFile> |
32 | </ConfigurationOverrideFile> | 32 | <DebugSymbols>False</DebugSymbols> |
33 | <DefineConstants>TRACE;DEBUG</DefineConstants> | 33 | <FileAlignment>4096</FileAlignment> |
34 | <DocumentationFile> | 34 | <Optimize>True</Optimize> |
35 | </DocumentationFile> | 35 | <OutputPath>../bin/</OutputPath> |
36 | <DebugSymbols>True</DebugSymbols> | 36 | <RegisterForComInterop>False</RegisterForComInterop> |
37 | <FileAlignment>4096</FileAlignment> | 37 | <RemoveIntegerChecks>False</RemoveIntegerChecks> |
38 | <Optimize>False</Optimize> | 38 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
39 | <OutputPath>..\bin\</OutputPath> | 39 | <WarningLevel>4</WarningLevel> |
40 | <RegisterForComInterop>False</RegisterForComInterop> | 40 | <NoWarn></NoWarn> |
41 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | 41 | </PropertyGroup> |
42 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
43 | <WarningLevel>4</WarningLevel> | 43 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
44 | <NoWarn> | 44 | <BaseAddress>285212672</BaseAddress> |
45 | </NoWarn> | 45 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
46 | </PropertyGroup> | 46 | <ConfigurationOverrideFile> |
47 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 47 | </ConfigurationOverrideFile> |
48 | <AllowUnsafeBlocks>False</AllowUnsafeBlocks> | 48 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
49 | <BaseAddress>285212672</BaseAddress> | 49 | <DocumentationFile></DocumentationFile> |
50 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | 50 | <DebugSymbols>True</DebugSymbols> |
51 | <ConfigurationOverrideFile> | 51 | <FileAlignment>4096</FileAlignment> |
52 | </ConfigurationOverrideFile> | 52 | <Optimize>False</Optimize> |
53 | <DefineConstants>TRACE</DefineConstants> | 53 | <OutputPath>../bin/</OutputPath> |
54 | <DocumentationFile> | 54 | <RegisterForComInterop>False</RegisterForComInterop> |
55 | </DocumentationFile> | 55 | <RemoveIntegerChecks>False</RemoveIntegerChecks> |
56 | <DebugSymbols>False</DebugSymbols> | 56 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> |
57 | <FileAlignment>4096</FileAlignment> | 57 | <WarningLevel>4</WarningLevel> |
58 | <Optimize>True</Optimize> | 58 | <NoWarn></NoWarn> |
59 | <OutputPath>..\bin\</OutputPath> | 59 | </PropertyGroup> |
60 | <RegisterForComInterop>False</RegisterForComInterop> | 60 | <ItemGroup> |
61 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | 61 | <Reference Include="System" > |
62 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | 62 | <HintPath>System.dll</HintPath> |
63 | <WarningLevel>4</WarningLevel> | 63 | <Private>False</Private> |
64 | <NoWarn> | 64 | </Reference> |
65 | </NoWarn> | 65 | <Reference Include="System.Xml" > |
66 | </PropertyGroup> | 66 | <HintPath>System.Xml.dll</HintPath> |
67 | <ItemGroup> | 67 | <Private>False</Private> |
68 | <Reference Include="System"> | 68 | </Reference> |
69 | <HintPath>System.dll</HintPath> | 69 | <Reference Include="libsecondlife.dll" > |
70 | <Private>False</Private> | 70 | <HintPath>..\bin\libsecondlife.dll</HintPath> |
71 | </Reference> | 71 | <Private>False</Private> |
72 | <Reference Include="System.Data" /> | 72 | </Reference> |
73 | <Reference Include="System.Xml"> | 73 | <Reference Include="Axiom.MathLib.dll" > |
74 | <HintPath>System.Xml.dll</HintPath> | 74 | <HintPath>..\bin\Axiom.MathLib.dll</HintPath> |
75 | <Private>False</Private> | 75 | <Private>False</Private> |
76 | </Reference> | 76 | </Reference> |
77 | <Reference Include="libsecondlife.dll"> | 77 | <Reference Include="Db4objects.Db4o.dll" > |
78 | <HintPath>..\bin\libsecondlife.dll</HintPath> | 78 | <HintPath>..\bin\Db4objects.Db4o.dll</HintPath> |
79 | <Private>False</Private> | 79 | <Private>False</Private> |
80 | </Reference> | 80 | </Reference> |
81 | <Reference Include="Axiom.MathLib.dll"> | 81 | </ItemGroup> |
82 | <HintPath>..\bin\Axiom.MathLib.dll</HintPath> | 82 | <ItemGroup> |
83 | <Private>False</Private> | 83 | <ProjectReference Include="../OpenSim.Framework/OpenSim.Framework.csproj"> |
84 | </Reference> | 84 | <Name>OpenSim.Framework</Name> |
85 | <Reference Include="Db4objects.Db4o.dll"> | 85 | <Project>{7404933D-0000-0000-0000-000000000000}</Project> |
86 | <HintPath>..\bin\Db4objects.Db4o.dll</HintPath> | 86 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
87 | <Private>False</Private> | 87 | <Private>False</Private> |
88 | </Reference> | 88 | </ProjectReference> |
89 | </ItemGroup> | 89 | <ProjectReference Include="../OpenSim.Framework.Console/OpenSim.Framework.Console.csproj"> |
90 | <ItemGroup> | 90 | <Name>OpenSim.Framework.Console</Name> |
91 | <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> | 91 | <Project>{16759386-0000-0000-0000-000000000000}</Project> |
92 | <Name>OpenSim.Framework</Name> | 92 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
93 | <Project>{8ACA2445-0000-0000-0000-000000000000}</Project> | 93 | <Private>False</Private> |
94 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 94 | </ProjectReference> |
95 | <Private>False</Private> | 95 | <ProjectReference Include="../OpenSim.Physics/Manager/OpenSim.Physics.Manager.csproj"> |
96 | </ProjectReference> | 96 | <Name>OpenSim.Physics.Manager</Name> |
97 | <ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj"> | 97 | <Project>{DA1FDCE5-0000-0000-0000-000000000000}</Project> |
98 | <Name>OpenSim.Framework.Console</Name> | 98 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
99 | <Project>{A7CD0630-0000-0000-0000-000000000000}</Project> | 99 | <Private>False</Private> |
100 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 100 | </ProjectReference> |
101 | <Private>False</Private> | 101 | <ProjectReference Include="../Servers/OpenSim.Servers.csproj"> |
102 | </ProjectReference> | 102 | <Name>OpenSim.Servers</Name> |
103 | <ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj"> | 103 | <Project>{111F9E8F-0000-0000-0000-000000000000}</Project> |
104 | <Name>OpenSim.Physics.Manager</Name> | 104 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> |
105 | <Project>{8BE16150-0000-0000-0000-000000000000}</Project> | 105 | <Private>False</Private> |
106 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 106 | </ProjectReference> |
107 | <Private>False</Private> | 107 | </ItemGroup> |
108 | </ProjectReference> | 108 | <ItemGroup> |
109 | <ProjectReference Include="..\Servers\OpenSim.Servers.csproj"> | 109 | <Compile Include="AgentAssetUpload.cs"> |
110 | <Name>OpenSim.Servers</Name> | 110 | <SubType>Code</SubType> |
111 | <Project>{8BB20F0A-0000-0000-0000-000000000000}</Project> | 111 | </Compile> |
112 | <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> | 112 | <Compile Include="ConsoleCmds.cs"> |
113 | <Private>False</Private> | 113 | <SubType>Code</SubType> |
114 | </ProjectReference> | 114 | </Compile> |
115 | </ItemGroup> | 115 | <Compile Include="Grid.cs"> |
116 | <ItemGroup> | 116 | <SubType>Code</SubType> |
117 | <Compile Include="AgentAssetUpload.cs"> | 117 | </Compile> |
118 | <SubType>Code</SubType> | 118 | <Compile Include="OpenSimMain.cs"> |
119 | </Compile> | 119 | <SubType>Code</SubType> |
120 | <Compile Include="ConsoleCmds.cs"> | 120 | </Compile> |
121 | <SubType>Code</SubType> | 121 | <Compile Include="OpenSimNetworkHandler.cs"> |
122 | </Compile> | 122 | <SubType>Code</SubType> |
123 | <Compile Include="Grid.cs"> | 123 | </Compile> |
124 | <SubType>Code</SubType> | 124 | <Compile Include="PacketServer.cs"> |
125 | </Compile> | 125 | <SubType>Code</SubType> |
126 | <Compile Include="OpenSimMain.cs"> | 126 | </Compile> |
127 | <SubType>Code</SubType> | 127 | <Compile Include="QueItem.cs"> |
128 | </Compile> | 128 | <SubType>Code</SubType> |
129 | <Compile Include="OpenSimNetworkHandler.cs"> | 129 | </Compile> |
130 | <SubType>Code</SubType> | 130 | <Compile Include="SimClient.cs"> |
131 | </Compile> | 131 | <SubType>Code</SubType> |
132 | <Compile Include="PacketServer.cs" /> | 132 | </Compile> |
133 | <Compile Include="QueItem.cs"> | 133 | <Compile Include="SimConsole.cs"> |
134 | <SubType>Code</SubType> | 134 | <SubType>Code</SubType> |
135 | </Compile> | 135 | </Compile> |
136 | <Compile Include="SimClient.cs"> | 136 | <Compile Include="VersionInfo.cs"> |
137 | <SubType>Code</SubType> | 137 | <SubType>Code</SubType> |
138 | </Compile> | 138 | </Compile> |
139 | <Compile Include="SimConsole.cs"> | 139 | <Compile Include="Assets/AssetCache.cs"> |
140 | <SubType>Code</SubType> | 140 | <SubType>Code</SubType> |
141 | </Compile> | 141 | </Compile> |
142 | <Compile Include="VersionInfo.cs"> | 142 | <Compile Include="Assets/InventoryCache.cs"> |
143 | <SubType>Code</SubType> | 143 | <SubType>Code</SubType> |
144 | </Compile> | 144 | </Compile> |
145 | <Compile Include="Assets\AssetCache.cs"> | 145 | <Compile Include="CAPS/AdminWebFront.cs"> |
146 | <SubType>Code</SubType> | 146 | <SubType>Code</SubType> |
147 | </Compile> | 147 | </Compile> |
148 | <Compile Include="Assets\InventoryCache.cs"> | 148 | <Compile Include="types/Mesh.cs"> |
149 | <SubType>Code</SubType> | 149 | <SubType>Code</SubType> |
150 | </Compile> | 150 | </Compile> |
151 | <Compile Include="CAPS\AdminWebFront.cs"> | 151 | <Compile Include="types/Triangle.cs"> |
152 | <SubType>Code</SubType> | 152 | <SubType>Code</SubType> |
153 | </Compile> | 153 | </Compile> |
154 | <Compile Include="types\Mesh.cs"> | 154 | <Compile Include="world/Avatar.cs"> |
155 | <SubType>Code</SubType> | 155 | <SubType>Code</SubType> |
156 | </Compile> | 156 | </Compile> |
157 | <Compile Include="types\Triangle.cs"> | 157 | <Compile Include="world/AvatarAnimations.cs"> |
158 | <SubType>Code</SubType> | 158 | <SubType>Code</SubType> |
159 | </Compile> | 159 | </Compile> |
160 | <Compile Include="world\Avatar.cs"> | 160 | <Compile Include="world/Entity.cs"> |
161 | <SubType>Code</SubType> | 161 | <SubType>Code</SubType> |
162 | </Compile> | 162 | </Compile> |
163 | <Compile Include="world\AvatarAnimations.cs"> | 163 | <Compile Include="world/Primitive.cs"> |
164 | <SubType>Code</SubType> | 164 | <SubType>Code</SubType> |
165 | </Compile> | 165 | </Compile> |
166 | <Compile Include="world\Entity.cs"> | 166 | <Compile Include="world/ScriptEngine.cs"> |
167 | <SubType>Code</SubType> | 167 | <SubType>Code</SubType> |
168 | </Compile> | 168 | </Compile> |
169 | <Compile Include="world\Primitive.cs"> | 169 | <Compile Include="world/SurfacePatch.cs"> |
170 | <SubType>Code</SubType> | 170 | <SubType>Code</SubType> |
171 | </Compile> | 171 | </Compile> |
172 | <Compile Include="world\ScriptEngine.cs"> | 172 | <Compile Include="world/World.cs"> |
173 | <SubType>Code</SubType> | 173 | <SubType>Code</SubType> |
174 | </Compile> | 174 | </Compile> |
175 | <Compile Include="world\SurfacePatch.cs"> | 175 | <Compile Include="world/scripting/IScript.cs"> |
176 | <SubType>Code</SubType> | 176 | <SubType>Code</SubType> |
177 | </Compile> | 177 | </Compile> |
178 | <Compile Include="world\World.cs"> | 178 | </ItemGroup> |
179 | <SubType>Code</SubType> | 179 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
180 | </Compile> | 180 | <PropertyGroup> |
181 | <Compile Include="world\scripting\IScript.cs"> | 181 | <PreBuildEvent> |
182 | <SubType>Code</SubType> | 182 | </PreBuildEvent> |
183 | </Compile> | 183 | <PostBuildEvent> |
184 | </ItemGroup> | 184 | </PostBuildEvent> |
185 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 185 | </PropertyGroup> |
186 | <PropertyGroup> | 186 | </Project> |
187 | <PreBuildEvent> | ||
188 | </PreBuildEvent> | ||
189 | <PostBuildEvent> | ||
190 | </PostBuildEvent> | ||
191 | </PropertyGroup> | ||
192 | </Project> \ No newline at end of file | ||