aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common
diff options
context:
space:
mode:
authorlbsa712007-06-13 21:06:39 +0000
committerlbsa712007-06-13 21:06:39 +0000
commit1876c70ebdc2b620797318a56fb4c2ea03fbef17 (patch)
treed1cdee5f1ddb4751b6cb41b97bb847ba337ad4c0 /Common
parent* First attempt at fixing differing build files on different .net flavours. (diff)
downloadopensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.zip
opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.gz
opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.bz2
opensim-SC_OLD-1876c70ebdc2b620797318a56fb4c2ea03fbef17.tar.xz
* Changed some more sort order issues
* Updated vs2005 files as well
Diffstat (limited to 'Common')
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.csproj68
-rw-r--r--Common/OpenSim.Servers/OpenSim.Servers.csproj22
-rw-r--r--Common/XmlRpcCS/XMLRPC.csproj36
3 files changed, 63 insertions, 63 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj
index f481d2e..4cedbd9 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj
@@ -58,20 +58,20 @@
58 <NoWarn></NoWarn> 58 <NoWarn></NoWarn>
59 </PropertyGroup> 59 </PropertyGroup>
60 <ItemGroup> 60 <ItemGroup>
61 <Reference Include="System" > 61 <Reference Include="Db4objects.Db4o.dll" >
62 <HintPath>System.dll</HintPath> 62 <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath>
63 <Private>False</Private>
64 </Reference>
65 <Reference Include="System.Xml" >
66 <HintPath>System.Xml.dll</HintPath>
67 <Private>False</Private> 63 <Private>False</Private>
68 </Reference> 64 </Reference>
69 <Reference Include="libsecondlife.dll" > 65 <Reference Include="libsecondlife.dll" >
70 <HintPath>..\..\bin\libsecondlife.dll</HintPath> 66 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
71 <Private>False</Private> 67 <Private>False</Private>
72 </Reference> 68 </Reference>
73 <Reference Include="Db4objects.Db4o.dll" > 69 <Reference Include="System" >
74 <HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath> 70 <HintPath>System.dll</HintPath>
71 <Private>False</Private>
72 </Reference>
73 <Reference Include="System.Xml" >
74 <HintPath>System.Xml.dll</HintPath>
75 <Private>False</Private> 75 <Private>False</Private>
76 </Reference> 76 </Reference>
77 </ItemGroup> 77 </ItemGroup>
@@ -87,79 +87,79 @@
87 <Compile Include="AgentInventory.cs"> 87 <Compile Include="AgentInventory.cs">
88 <SubType>Code</SubType> 88 <SubType>Code</SubType>
89 </Compile> 89 </Compile>
90 <Compile Include="Util.cs"> 90 <Compile Include="BlockingQueue.cs">
91 <SubType>Code</SubType>
92 </Compile>
93 <Compile Include="Remoting.cs">
94 <SubType>Code</SubType> 91 <SubType>Code</SubType>
95 </Compile> 92 </Compile>
96 <Compile Include="UserProfileManagerBase.cs"> 93 <Compile Include="HeightMapGenHills.cs">
97 <SubType>Code</SubType> 94 <SubType>Code</SubType>
98 </Compile> 95 </Compile>
99 <Compile Include="LoginService.cs"> 96 <Compile Include="LoginService.cs">
100 <SubType>Code</SubType> 97 <SubType>Code</SubType>
101 </Compile> 98 </Compile>
102 <Compile Include="UserProfileManager.cs"> 99 <Compile Include="Remoting.cs">
103 <SubType>Code</SubType> 100 <SubType>Code</SubType>
104 </Compile> 101 </Compile>
105 <Compile Include="HeightMapGenHills.cs"> 102 <Compile Include="SimProfile.cs">
106 <SubType>Code</SubType> 103 <SubType>Code</SubType>
107 </Compile> 104 </Compile>
108 <Compile Include="BlockingQueue.cs"> 105 <Compile Include="SimProfileBase.cs">
109 <SubType>Code</SubType> 106 <SubType>Code</SubType>
110 </Compile> 107 </Compile>
111 <Compile Include="UserProfile.cs"> 108 <Compile Include="UserProfile.cs">
112 <SubType>Code</SubType> 109 <SubType>Code</SubType>
113 </Compile> 110 </Compile>
114 <Compile Include="SimProfileBase.cs"> 111 <Compile Include="UserProfileManager.cs">
115 <SubType>Code</SubType> 112 <SubType>Code</SubType>
116 </Compile> 113 </Compile>
117 <Compile Include="SimProfile.cs"> 114 <Compile Include="UserProfileManagerBase.cs">
118 <SubType>Code</SubType> 115 <SubType>Code</SubType>
119 </Compile> 116 </Compile>
120 <Compile Include="Interfaces\IGenericConfig.cs"> 117 <Compile Include="Util.cs">
121 <SubType>Code</SubType> 118 <SubType>Code</SubType>
122 </Compile> 119 </Compile>
123 <Compile Include="Interfaces\LocalGridBase.cs"> 120 <Compile Include="Interfaces\IAssetServer.cs">
124 <SubType>Code</SubType> 121 <SubType>Code</SubType>
125 </Compile> 122 </Compile>
126 <Compile Include="Interfaces\RemoteGridBase.cs"> 123 <Compile Include="Interfaces\IClientAPI.cs">
127 <SubType>Code</SubType> 124 <SubType>Code</SubType>
128 </Compile> 125 </Compile>
129 <Compile Include="Interfaces\IUserConfig.cs"> 126 <Compile Include="Interfaces\IConfig.cs">
130 <SubType>Code</SubType> 127 <SubType>Code</SubType>
131 </Compile> 128 </Compile>
132 <Compile Include="Interfaces\IConfig.cs"> 129 <Compile Include="Interfaces\IGenericConfig.cs">
133 <SubType>Code</SubType> 130 <SubType>Code</SubType>
134 </Compile> 131 </Compile>
135 <Compile Include="Interfaces\IUserServer.cs"> 132 <Compile Include="Interfaces\IGridConfig.cs">
136 <SubType>Code</SubType> 133 <SubType>Code</SubType>
137 </Compile> 134 </Compile>
138 <Compile Include="Interfaces\IAssetServer.cs"> 135 <Compile Include="Interfaces\IGridServer.cs">
139 <SubType>Code</SubType> 136 <SubType>Code</SubType>
140 </Compile> 137 </Compile>
141 <Compile Include="Interfaces\IClientAPI.cs"> 138 <Compile Include="Interfaces\ILocalStorage.cs">
139 <SubType>Code</SubType>
140 </Compile>
141 <Compile Include="Interfaces\IScriptAPI.cs">
142 <SubType>Code</SubType> 142 <SubType>Code</SubType>
143 </Compile> 143 </Compile>
144 <Compile Include="Interfaces\IScriptEngine.cs"> 144 <Compile Include="Interfaces\IScriptEngine.cs">
145 <SubType>Code</SubType> 145 <SubType>Code</SubType>
146 </Compile> 146 </Compile>
147 <Compile Include="Interfaces\IGridConfig.cs"> 147 <Compile Include="Interfaces\IUserConfig.cs">
148 <SubType>Code</SubType> 148 <SubType>Code</SubType>
149 </Compile> 149 </Compile>
150 <Compile Include="Interfaces\IGridServer.cs"> 150 <Compile Include="Interfaces\IUserServer.cs">
151 <SubType>Code</SubType> 151 <SubType>Code</SubType>
152 </Compile> 152 </Compile>
153 <Compile Include="Interfaces\IScriptAPI.cs"> 153 <Compile Include="Interfaces\LocalGridBase.cs">
154 <SubType>Code</SubType> 154 <SubType>Code</SubType>
155 </Compile> 155 </Compile>
156 <Compile Include="Interfaces\ILocalStorage.cs"> 156 <Compile Include="Interfaces\RemoteGridBase.cs">
157 <SubType>Code</SubType> 157 <SubType>Code</SubType>
158 </Compile> 158 </Compile>
159 <Compile Include="Properties\AssemblyInfo.cs"> 159 <Compile Include="Properties\AssemblyInfo.cs">
160 <SubType>Code</SubType> 160 <SubType>Code</SubType>
161 </Compile> 161 </Compile>
162 <Compile Include="Types\EstateSettings.cs"> 162 <Compile Include="Types\AgentCircuitData.cs">
163 <SubType>Code</SubType> 163 <SubType>Code</SubType>
164 </Compile> 164 </Compile>
165 <Compile Include="Types\AssetBase.cs"> 165 <Compile Include="Types\AssetBase.cs">
@@ -171,6 +171,9 @@
171 <Compile Include="Types\AssetStorage.cs"> 171 <Compile Include="Types\AssetStorage.cs">
172 <SubType>Code</SubType> 172 <SubType>Code</SubType>
173 </Compile> 173 </Compile>
174 <Compile Include="Types\EstateSettings.cs">
175 <SubType>Code</SubType>
176 </Compile>
174 <Compile Include="Types\Login.cs"> 177 <Compile Include="Types\Login.cs">
175 <SubType>Code</SubType> 178 <SubType>Code</SubType>
176 </Compile> 179 </Compile>
@@ -186,9 +189,6 @@
186 <Compile Include="Types\PrimData.cs"> 189 <Compile Include="Types\PrimData.cs">
187 <SubType>Code</SubType> 190 <SubType>Code</SubType>
188 </Compile> 191 </Compile>
189 <Compile Include="Types\AgentCircuitData.cs">
190 <SubType>Code</SubType>
191 </Compile>
192 </ItemGroup> 192 </ItemGroup>
193 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> 193 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
194 <PropertyGroup> 194 <PropertyGroup>
diff --git a/Common/OpenSim.Servers/OpenSim.Servers.csproj b/Common/OpenSim.Servers/OpenSim.Servers.csproj
index 6768ce4..a4f56fe 100644
--- a/Common/OpenSim.Servers/OpenSim.Servers.csproj
+++ b/Common/OpenSim.Servers/OpenSim.Servers.csproj
@@ -58,6 +58,10 @@
58 <NoWarn></NoWarn> 58 <NoWarn></NoWarn>
59 </PropertyGroup> 59 </PropertyGroup>
60 <ItemGroup> 60 <ItemGroup>
61 <Reference Include="libsecondlife.dll" >
62 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
63 <Private>False</Private>
64 </Reference>
61 <Reference Include="System" > 65 <Reference Include="System" >
62 <HintPath>System.dll</HintPath> 66 <HintPath>System.dll</HintPath>
63 <Private>False</Private> 67 <Private>False</Private>
@@ -66,10 +70,6 @@
66 <HintPath>System.Xml.dll</HintPath> 70 <HintPath>System.Xml.dll</HintPath>
67 <Private>False</Private> 71 <Private>False</Private>
68 </Reference> 72 </Reference>
69 <Reference Include="libsecondlife.dll" >
70 <HintPath>..\..\bin\libsecondlife.dll</HintPath>
71 <Private>False</Private>
72 </Reference>
73 </ItemGroup> 73 </ItemGroup>
74 <ItemGroup> 74 <ItemGroup>
75 <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj"> 75 <ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj">
@@ -92,33 +92,33 @@
92 </ProjectReference> 92 </ProjectReference>
93 </ItemGroup> 93 </ItemGroup>
94 <ItemGroup> 94 <ItemGroup>
95 <Compile Include="LoginServer.cs">
96 <SubType>Code</SubType>
97 </Compile>
98 <Compile Include="BaseHttpServer.cs"> 95 <Compile Include="BaseHttpServer.cs">
99 <SubType>Code</SubType> 96 <SubType>Code</SubType>
100 </Compile> 97 </Compile>
101 <Compile Include="BaseServer.cs"> 98 <Compile Include="BaseServer.cs">
102 <SubType>Code</SubType> 99 <SubType>Code</SubType>
103 </Compile> 100 </Compile>
104 <Compile Include="IRestHandler.cs"> 101 <Compile Include="CheckSumServer.cs">
105 <SubType>Code</SubType> 102 <SubType>Code</SubType>
106 </Compile> 103 </Compile>
107 <Compile Include="LocalUserProfileManager.cs"> 104 <Compile Include="IRestHandler.cs">
108 <SubType>Code</SubType> 105 <SubType>Code</SubType>
109 </Compile> 106 </Compile>
110 <Compile Include="XmlRpcMethod.cs"> 107 <Compile Include="LocalUserProfileManager.cs">
111 <SubType>Code</SubType> 108 <SubType>Code</SubType>
112 </Compile> 109 </Compile>
113 <Compile Include="LoginResponse.cs"> 110 <Compile Include="LoginResponse.cs">
114 <SubType>Code</SubType> 111 <SubType>Code</SubType>
115 </Compile> 112 </Compile>
116 <Compile Include="CheckSumServer.cs"> 113 <Compile Include="LoginServer.cs">
117 <SubType>Code</SubType> 114 <SubType>Code</SubType>
118 </Compile> 115 </Compile>
119 <Compile Include="UDPServerBase.cs"> 116 <Compile Include="UDPServerBase.cs">
120 <SubType>Code</SubType> 117 <SubType>Code</SubType>
121 </Compile> 118 </Compile>
119 <Compile Include="XmlRpcMethod.cs">
120 <SubType>Code</SubType>
121 </Compile>
122 </ItemGroup> 122 </ItemGroup>
123 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> 123 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
124 <PropertyGroup> 124 <PropertyGroup>
diff --git a/Common/XmlRpcCS/XMLRPC.csproj b/Common/XmlRpcCS/XMLRPC.csproj
index 86f6aaa..61f8be0 100644
--- a/Common/XmlRpcCS/XMLRPC.csproj
+++ b/Common/XmlRpcCS/XMLRPC.csproj
@@ -70,58 +70,58 @@
70 <ItemGroup> 70 <ItemGroup>
71 </ItemGroup> 71 </ItemGroup>
72 <ItemGroup> 72 <ItemGroup>
73 <Compile Include="XmlRpcBoxcarRequest.cs"> 73 <Compile Include="Logger.cs">
74 <SubType>Code</SubType> 74 <SubType>Code</SubType>
75 </Compile> 75 </Compile>
76 <Compile Include="XmlRpcRequest.cs"> 76 <Compile Include="SimpleHttpRequest.cs">
77 <SubType>Code</SubType> 77 <SubType>Code</SubType>
78 </Compile> 78 </Compile>
79 <Compile Include="XmlRpcResponseSerializer.cs"> 79 <Compile Include="XmlRpcBoxcarRequest.cs">
80 <SubType>Code</SubType> 80 <SubType>Code</SubType>
81 </Compile> 81 </Compile>
82 <Compile Include="Logger.cs"> 82 <Compile Include="XmlRpcClientProxy.cs">
83 <SubType>Code</SubType> 83 <SubType>Code</SubType>
84 </Compile> 84 </Compile>
85 <Compile Include="XmlRpcRequestDeserializer.cs"> 85 <Compile Include="XmlRpcDeserializer.cs">
86 <SubType>Code</SubType> 86 <SubType>Code</SubType>
87 </Compile> 87 </Compile>
88 <Compile Include="XmlRpcExposedAttribute.cs"> 88 <Compile Include="XmlRpcErrorCodes.cs">
89 <SubType>Code</SubType> 89 <SubType>Code</SubType>
90 </Compile> 90 </Compile>
91 <Compile Include="XmlRpcResponse.cs"> 91 <Compile Include="XmlRpcException.cs">
92 <SubType>Code</SubType> 92 <SubType>Code</SubType>
93 </Compile> 93 </Compile>
94 <Compile Include="XmlRpcException.cs"> 94 <Compile Include="XmlRpcExposedAttribute.cs">
95 <SubType>Code</SubType> 95 <SubType>Code</SubType>
96 </Compile> 96 </Compile>
97 <Compile Include="XmlRpcResponseDeserializer.cs"> 97 <Compile Include="XmlRpcRequest.cs">
98 <SubType>Code</SubType> 98 <SubType>Code</SubType>
99 </Compile> 99 </Compile>
100 <Compile Include="XmlRpcResponder.cs"> 100 <Compile Include="XmlRpcRequestDeserializer.cs">
101 <SubType>Code</SubType> 101 <SubType>Code</SubType>
102 </Compile> 102 </Compile>
103 <Compile Include="XmlRpcServer.cs"> 103 <Compile Include="XmlRpcRequestSerializer.cs">
104 <SubType>Code</SubType> 104 <SubType>Code</SubType>
105 </Compile> 105 </Compile>
106 <Compile Include="XmlRpcErrorCodes.cs"> 106 <Compile Include="XmlRpcResponder.cs">
107 <SubType>Code</SubType> 107 <SubType>Code</SubType>
108 </Compile> 108 </Compile>
109 <Compile Include="XmlRpcSerializer.cs"> 109 <Compile Include="XmlRpcResponse.cs">
110 <SubType>Code</SubType> 110 <SubType>Code</SubType>
111 </Compile> 111 </Compile>
112 <Compile Include="XmlRpcSystemObject.cs"> 112 <Compile Include="XmlRpcResponseDeserializer.cs">
113 <SubType>Code</SubType> 113 <SubType>Code</SubType>
114 </Compile> 114 </Compile>
115 <Compile Include="SimpleHttpRequest.cs"> 115 <Compile Include="XmlRpcResponseSerializer.cs">
116 <SubType>Code</SubType> 116 <SubType>Code</SubType>
117 </Compile> 117 </Compile>
118 <Compile Include="XmlRpcClientProxy.cs"> 118 <Compile Include="XmlRpcSerializer.cs">
119 <SubType>Code</SubType> 119 <SubType>Code</SubType>
120 </Compile> 120 </Compile>
121 <Compile Include="XmlRpcRequestSerializer.cs"> 121 <Compile Include="XmlRpcServer.cs">
122 <SubType>Code</SubType> 122 <SubType>Code</SubType>
123 </Compile> 123 </Compile>
124 <Compile Include="XmlRpcDeserializer.cs"> 124 <Compile Include="XmlRpcSystemObject.cs">
125 <SubType>Code</SubType> 125 <SubType>Code</SubType>
126 </Compile> 126 </Compile>
127 <Compile Include="XmlRpcXmlTokens.cs"> 127 <Compile Include="XmlRpcXmlTokens.cs">