diff options
author | mingchen | 2007-06-07 15:17:45 +0000 |
---|---|---|
committer | mingchen | 2007-06-07 15:17:45 +0000 |
commit | 3fa76db3bec137b990c29f5cee4317551d20b1e3 (patch) | |
tree | bf0c52957a94d61a9f54107520e90537938ed8bf /Common | |
parent | Fixing SVN: Adding hopefully everything else (2.5 / 3) (diff) | |
download | opensim-SC_OLD-3fa76db3bec137b990c29f5cee4317551d20b1e3.zip opensim-SC_OLD-3fa76db3bec137b990c29f5cee4317551d20b1e3.tar.gz opensim-SC_OLD-3fa76db3bec137b990c29f5cee4317551d20b1e3.tar.bz2 opensim-SC_OLD-3fa76db3bec137b990c29f5cee4317551d20b1e3.tar.xz |
Fixed SVN: All Done! Sorry for the delay (3 / 3)
Diffstat (limited to 'Common')
-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 7634f16..8e33dd9 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.csproj +++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -162,6 +162,9 @@ | |||
162 | <Compile Include="Types\NeighbourInfo.cs"> | 162 | <Compile Include="Types\NeighbourInfo.cs"> |
163 | <SubType>Code</SubType> | 163 | <SubType>Code</SubType> |
164 | </Compile> | 164 | </Compile> |
165 | <Compile Include="Types\ParcelData.cs"> | ||
166 | <SubType>Code</SubType> | ||
167 | </Compile> | ||
165 | <Compile Include="Types\PrimData.cs"> | 168 | <Compile Include="Types\PrimData.cs"> |
166 | <SubType>Code</SubType> | 169 | <SubType>Code</SubType> |
167 | </Compile> | 170 | </Compile> |
@@ -183,9 +186,6 @@ | |||
183 | <Compile Include="Types\AssetBase.cs"> | 186 | <Compile Include="Types\AssetBase.cs"> |
184 | <SubType>Code</SubType> | 187 | <SubType>Code</SubType> |
185 | </Compile> | 188 | </Compile> |
186 | <Compile Include="Types\ParcelData.cs"> | ||
187 | <SubType>Code</SubType> | ||
188 | </Compile> | ||
189 | </ItemGroup> | 189 | </ItemGroup> |
190 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 190 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
191 | <PropertyGroup> | 191 | <PropertyGroup> |
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.dll.build b/Common/OpenSim.Framework/OpenSim.Framework.dll.build index 2cf899d..8da7748 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.dll.build +++ b/Common/OpenSim.Framework/OpenSim.Framework.dll.build | |||
@@ -37,6 +37,7 @@ | |||
37 | <include name="Interfaces/ILocalStorage.cs" /> | 37 | <include name="Interfaces/ILocalStorage.cs" /> |
38 | <include name="Properties/AssemblyInfo.cs" /> | 38 | <include name="Properties/AssemblyInfo.cs" /> |
39 | <include name="Types/NeighbourInfo.cs" /> | 39 | <include name="Types/NeighbourInfo.cs" /> |
40 | <include name="Types/ParcelData.cs" /> | ||
40 | <include name="Types/PrimData.cs" /> | 41 | <include name="Types/PrimData.cs" /> |
41 | <include name="Types/AssetStorage.cs" /> | 42 | <include name="Types/AssetStorage.cs" /> |
42 | <include name="Types/OSVector3.cs" /> | 43 | <include name="Types/OSVector3.cs" /> |
@@ -44,7 +45,6 @@ | |||
44 | <include name="Types/Login.cs" /> | 45 | <include name="Types/Login.cs" /> |
45 | <include name="Types/AssetLandmark.cs" /> | 46 | <include name="Types/AssetLandmark.cs" /> |
46 | <include name="Types/AssetBase.cs" /> | 47 | <include name="Types/AssetBase.cs" /> |
47 | <include name="Types/ParcelData.cs" /> | ||
48 | </sources> | 48 | </sources> |
49 | <references basedir="${project::get-base-directory()}"> | 49 | <references basedir="${project::get-base-directory()}"> |
50 | <lib> | 50 | <lib> |