diff options
Diffstat (limited to 'Common/OpenSim.Framework')
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.csproj | 6 | ||||
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.dll.build | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj index ab29d04..7e14e6a 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.csproj +++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -195,6 +195,9 @@ | |||
195 | <Compile Include="Types\NetworkServersInfo.cs"> | 195 | <Compile Include="Types\NetworkServersInfo.cs"> |
196 | <SubType>Code</SubType> | 196 | <SubType>Code</SubType> |
197 | </Compile> | 197 | </Compile> |
198 | <Compile Include="Types\RegionInfo.cs"> | ||
199 | <SubType>Code</SubType> | ||
200 | </Compile> | ||
198 | <Compile Include="Types\ParcelData.cs"> | 201 | <Compile Include="Types\ParcelData.cs"> |
199 | <SubType>Code</SubType> | 202 | <SubType>Code</SubType> |
200 | </Compile> | 203 | </Compile> |
@@ -225,9 +228,6 @@ | |||
225 | <Compile Include="Types\AssetBase.cs"> | 228 | <Compile Include="Types\AssetBase.cs"> |
226 | <SubType>Code</SubType> | 229 | <SubType>Code</SubType> |
227 | </Compile> | 230 | </Compile> |
228 | <Compile Include="Types\RegionInfo.cs"> | ||
229 | <SubType>Code</SubType> | ||
230 | </Compile> | ||
231 | </ItemGroup> | 231 | </ItemGroup> |
232 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 232 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
233 | <PropertyGroup> | 233 | <PropertyGroup> |
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.dll.build b/Common/OpenSim.Framework/OpenSim.Framework.dll.build index a45a121..2678e54 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.dll.build +++ b/Common/OpenSim.Framework/OpenSim.Framework.dll.build | |||
@@ -46,6 +46,7 @@ | |||
46 | <include name="Properties/AssemblyInfo.cs" /> | 46 | <include name="Properties/AssemblyInfo.cs" /> |
47 | <include name="Types/NeighbourInfo.cs" /> | 47 | <include name="Types/NeighbourInfo.cs" /> |
48 | <include name="Types/NetworkServersInfo.cs" /> | 48 | <include name="Types/NetworkServersInfo.cs" /> |
49 | <include name="Types/RegionInfo.cs" /> | ||
49 | <include name="Types/ParcelData.cs" /> | 50 | <include name="Types/ParcelData.cs" /> |
50 | <include name="Types/AgentWearable.cs" /> | 51 | <include name="Types/AgentWearable.cs" /> |
51 | <include name="Types/PrimData.cs" /> | 52 | <include name="Types/PrimData.cs" /> |
@@ -56,7 +57,6 @@ | |||
56 | <include name="Types/Login.cs" /> | 57 | <include name="Types/Login.cs" /> |
57 | <include name="Types/AssetLandmark.cs" /> | 58 | <include name="Types/AssetLandmark.cs" /> |
58 | <include name="Types/AssetBase.cs" /> | 59 | <include name="Types/AssetBase.cs" /> |
59 | <include name="Types/RegionInfo.cs" /> | ||
60 | </sources> | 60 | </sources> |
61 | <references basedir="${project::get-base-directory()}"> | 61 | <references basedir="${project::get-base-directory()}"> |
62 | <lib> | 62 | <lib> |