diff options
Diffstat (limited to 'Common/OpenSim.Framework')
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.csproj | 60 | ||||
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.dll.build | 44 |
2 files changed, 52 insertions, 52 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj index 89802d5..8e33dd9 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.csproj +++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -87,103 +87,103 @@ | |||
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="BlockingQueue.cs"> | 90 | <Compile Include="Util.cs"> |
91 | <SubType>Code</SubType> | 91 | <SubType>Code</SubType> |
92 | </Compile> | 92 | </Compile> |
93 | <Compile Include="HeightMapGenHills.cs"> | 93 | <Compile Include="Remoting.cs"> |
94 | <SubType>Code</SubType> | 94 | <SubType>Code</SubType> |
95 | </Compile> | 95 | </Compile> |
96 | <Compile Include="LoginService.cs"> | 96 | <Compile Include="UserProfileManagerBase.cs"> |
97 | <SubType>Code</SubType> | 97 | <SubType>Code</SubType> |
98 | </Compile> | 98 | </Compile> |
99 | <Compile Include="Remoting.cs"> | 99 | <Compile Include="LoginService.cs"> |
100 | <SubType>Code</SubType> | 100 | <SubType>Code</SubType> |
101 | </Compile> | 101 | </Compile> |
102 | <Compile Include="SimProfile.cs"> | 102 | <Compile Include="UserProfileManager.cs"> |
103 | <SubType>Code</SubType> | 103 | <SubType>Code</SubType> |
104 | </Compile> | 104 | </Compile> |
105 | <Compile Include="SimProfileBase.cs"> | 105 | <Compile Include="HeightMapGenHills.cs"> |
106 | <SubType>Code</SubType> | 106 | <SubType>Code</SubType> |
107 | </Compile> | 107 | </Compile> |
108 | <Compile Include="UserProfile.cs"> | 108 | <Compile Include="BlockingQueue.cs"> |
109 | <SubType>Code</SubType> | 109 | <SubType>Code</SubType> |
110 | </Compile> | 110 | </Compile> |
111 | <Compile Include="UserProfileManager.cs"> | 111 | <Compile Include="UserProfile.cs"> |
112 | <SubType>Code</SubType> | 112 | <SubType>Code</SubType> |
113 | </Compile> | 113 | </Compile> |
114 | <Compile Include="UserProfileManagerBase.cs"> | 114 | <Compile Include="SimProfileBase.cs"> |
115 | <SubType>Code</SubType> | 115 | <SubType>Code</SubType> |
116 | </Compile> | 116 | </Compile> |
117 | <Compile Include="Util.cs"> | 117 | <Compile Include="SimProfile.cs"> |
118 | <SubType>Code</SubType> | 118 | <SubType>Code</SubType> |
119 | </Compile> | 119 | </Compile> |
120 | <Compile Include="Interfaces\IAssetServer.cs"> | 120 | <Compile Include="Interfaces\IGenericConfig.cs"> |
121 | <SubType>Code</SubType> | 121 | <SubType>Code</SubType> |
122 | </Compile> | 122 | </Compile> |
123 | <Compile Include="Interfaces\IClientAPI.cs"> | 123 | <Compile Include="Interfaces\LocalGridBase.cs"> |
124 | <SubType>Code</SubType> | 124 | <SubType>Code</SubType> |
125 | </Compile> | 125 | </Compile> |
126 | <Compile Include="Interfaces\IConfig.cs"> | 126 | <Compile Include="Interfaces\RemoteGridBase.cs"> |
127 | <SubType>Code</SubType> | 127 | <SubType>Code</SubType> |
128 | </Compile> | 128 | </Compile> |
129 | <Compile Include="Interfaces\IGenericConfig.cs"> | 129 | <Compile Include="Interfaces\IUserConfig.cs"> |
130 | <SubType>Code</SubType> | 130 | <SubType>Code</SubType> |
131 | </Compile> | 131 | </Compile> |
132 | <Compile Include="Interfaces\IGridConfig.cs"> | 132 | <Compile Include="Interfaces\IConfig.cs"> |
133 | <SubType>Code</SubType> | 133 | <SubType>Code</SubType> |
134 | </Compile> | 134 | </Compile> |
135 | <Compile Include="Interfaces\IGridServer.cs"> | 135 | <Compile Include="Interfaces\IUserServer.cs"> |
136 | <SubType>Code</SubType> | 136 | <SubType>Code</SubType> |
137 | </Compile> | 137 | </Compile> |
138 | <Compile Include="Interfaces\ILocalStorage.cs"> | 138 | <Compile Include="Interfaces\IAssetServer.cs"> |
139 | <SubType>Code</SubType> | 139 | <SubType>Code</SubType> |
140 | </Compile> | 140 | </Compile> |
141 | <Compile Include="Interfaces\IScriptAPI.cs"> | 141 | <Compile Include="Interfaces\IClientAPI.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\IUserConfig.cs"> | 147 | <Compile Include="Interfaces\IGridConfig.cs"> |
148 | <SubType>Code</SubType> | 148 | <SubType>Code</SubType> |
149 | </Compile> | 149 | </Compile> |
150 | <Compile Include="Interfaces\IUserServer.cs"> | 150 | <Compile Include="Interfaces\IGridServer.cs"> |
151 | <SubType>Code</SubType> | 151 | <SubType>Code</SubType> |
152 | </Compile> | 152 | </Compile> |
153 | <Compile Include="Interfaces\LocalGridBase.cs"> | 153 | <Compile Include="Interfaces\IScriptAPI.cs"> |
154 | <SubType>Code</SubType> | 154 | <SubType>Code</SubType> |
155 | </Compile> | 155 | </Compile> |
156 | <Compile Include="Interfaces\RemoteGridBase.cs"> | 156 | <Compile Include="Interfaces\ILocalStorage.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\AgentCiruitData.cs"> | 162 | <Compile Include="Types\NeighbourInfo.cs"> |
163 | <SubType>Code</SubType> | 163 | <SubType>Code</SubType> |
164 | </Compile> | 164 | </Compile> |
165 | <Compile Include="Types\AssetBase.cs"> | 165 | <Compile Include="Types\ParcelData.cs"> |
166 | <SubType>Code</SubType> | 166 | <SubType>Code</SubType> |
167 | </Compile> | 167 | </Compile> |
168 | <Compile Include="Types\AssetLandmark.cs"> | 168 | <Compile Include="Types\PrimData.cs"> |
169 | <SubType>Code</SubType> | 169 | <SubType>Code</SubType> |
170 | </Compile> | 170 | </Compile> |
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\Login.cs"> | 174 | <Compile Include="Types\OSVector3.cs"> |
175 | <SubType>Code</SubType> | 175 | <SubType>Code</SubType> |
176 | </Compile> | 176 | </Compile> |
177 | <Compile Include="Types\NeighbourInfo.cs"> | 177 | <Compile Include="Types\AgentCiruitData.cs"> |
178 | <SubType>Code</SubType> | 178 | <SubType>Code</SubType> |
179 | </Compile> | 179 | </Compile> |
180 | <Compile Include="Types\OSVector3.cs"> | 180 | <Compile Include="Types\Login.cs"> |
181 | <SubType>Code</SubType> | 181 | <SubType>Code</SubType> |
182 | </Compile> | 182 | </Compile> |
183 | <Compile Include="Types\ParcelData.cs"> | 183 | <Compile Include="Types\AssetLandmark.cs"> |
184 | <SubType>Code</SubType> | 184 | <SubType>Code</SubType> |
185 | </Compile> | 185 | </Compile> |
186 | <Compile Include="Types\PrimData.cs"> | 186 | <Compile Include="Types\AssetBase.cs"> |
187 | <SubType>Code</SubType> | 187 | <SubType>Code</SubType> |
188 | </Compile> | 188 | </Compile> |
189 | </ItemGroup> | 189 | </ItemGroup> |
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.dll.build b/Common/OpenSim.Framework/OpenSim.Framework.dll.build index 4f58ae1..8da7748 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.dll.build +++ b/Common/OpenSim.Framework/OpenSim.Framework.dll.build | |||
@@ -12,39 +12,39 @@ | |||
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="AgentInventory.cs" /> | 14 | <include name="AgentInventory.cs" /> |
15 | <include name="BlockingQueue.cs" /> | 15 | <include name="Util.cs" /> |
16 | <include name="HeightMapGenHills.cs" /> | ||
17 | <include name="LoginService.cs" /> | ||
18 | <include name="Remoting.cs" /> | 16 | <include name="Remoting.cs" /> |
19 | <include name="SimProfile.cs" /> | ||
20 | <include name="SimProfileBase.cs" /> | ||
21 | <include name="UserProfile.cs" /> | ||
22 | <include name="UserProfileManager.cs" /> | ||
23 | <include name="UserProfileManagerBase.cs" /> | 17 | <include name="UserProfileManagerBase.cs" /> |
24 | <include name="Util.cs" /> | 18 | <include name="LoginService.cs" /> |
19 | <include name="UserProfileManager.cs" /> | ||
20 | <include name="HeightMapGenHills.cs" /> | ||
21 | <include name="BlockingQueue.cs" /> | ||
22 | <include name="UserProfile.cs" /> | ||
23 | <include name="SimProfileBase.cs" /> | ||
24 | <include name="SimProfile.cs" /> | ||
25 | <include name="Interfaces/IGenericConfig.cs" /> | ||
26 | <include name="Interfaces/LocalGridBase.cs" /> | ||
27 | <include name="Interfaces/RemoteGridBase.cs" /> | ||
28 | <include name="Interfaces/IUserConfig.cs" /> | ||
29 | <include name="Interfaces/IConfig.cs" /> | ||
30 | <include name="Interfaces/IUserServer.cs" /> | ||
25 | <include name="Interfaces/IAssetServer.cs" /> | 31 | <include name="Interfaces/IAssetServer.cs" /> |
26 | <include name="Interfaces/IClientAPI.cs" /> | 32 | <include name="Interfaces/IClientAPI.cs" /> |
27 | <include name="Interfaces/IConfig.cs" /> | 33 | <include name="Interfaces/IScriptEngine.cs" /> |
28 | <include name="Interfaces/IGenericConfig.cs" /> | ||
29 | <include name="Interfaces/IGridConfig.cs" /> | 34 | <include name="Interfaces/IGridConfig.cs" /> |
30 | <include name="Interfaces/IGridServer.cs" /> | 35 | <include name="Interfaces/IGridServer.cs" /> |
31 | <include name="Interfaces/ILocalStorage.cs" /> | ||
32 | <include name="Interfaces/IScriptAPI.cs" /> | 36 | <include name="Interfaces/IScriptAPI.cs" /> |
33 | <include name="Interfaces/IScriptEngine.cs" /> | 37 | <include name="Interfaces/ILocalStorage.cs" /> |
34 | <include name="Interfaces/IUserConfig.cs" /> | ||
35 | <include name="Interfaces/IUserServer.cs" /> | ||
36 | <include name="Interfaces/LocalGridBase.cs" /> | ||
37 | <include name="Interfaces/RemoteGridBase.cs" /> | ||
38 | <include name="Properties/AssemblyInfo.cs" /> | 38 | <include name="Properties/AssemblyInfo.cs" /> |
39 | <include name="Types/AgentCiruitData.cs" /> | ||
40 | <include name="Types/AssetBase.cs" /> | ||
41 | <include name="Types/AssetLandmark.cs" /> | ||
42 | <include name="Types/AssetStorage.cs" /> | ||
43 | <include name="Types/Login.cs" /> | ||
44 | <include name="Types/NeighbourInfo.cs" /> | 39 | <include name="Types/NeighbourInfo.cs" /> |
45 | <include name="Types/OSVector3.cs" /> | ||
46 | <include name="Types/ParcelData.cs" /> | 40 | <include name="Types/ParcelData.cs" /> |
47 | <include name="Types/PrimData.cs" /> | 41 | <include name="Types/PrimData.cs" /> |
42 | <include name="Types/AssetStorage.cs" /> | ||
43 | <include name="Types/OSVector3.cs" /> | ||
44 | <include name="Types/AgentCiruitData.cs" /> | ||
45 | <include name="Types/Login.cs" /> | ||
46 | <include name="Types/AssetLandmark.cs" /> | ||
47 | <include name="Types/AssetBase.cs" /> | ||
48 | </sources> | 48 | </sources> |
49 | <references basedir="${project::get-base-directory()}"> | 49 | <references basedir="${project::get-base-directory()}"> |
50 | <lib> | 50 | <lib> |