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/OpenSim.Framework/OpenSim.Framework.csproj | |
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/OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.csproj | 6 |
1 files changed, 3 insertions, 3 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> |