diff options
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 8e33dd9..7634f16 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.csproj +++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -162,9 +162,6 @@ | |||
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> | ||
168 | <Compile Include="Types\PrimData.cs"> | 165 | <Compile Include="Types\PrimData.cs"> |
169 | <SubType>Code</SubType> | 166 | <SubType>Code</SubType> |
170 | </Compile> | 167 | </Compile> |
@@ -186,6 +183,9 @@ | |||
186 | <Compile Include="Types\AssetBase.cs"> | 183 | <Compile Include="Types\AssetBase.cs"> |
187 | <SubType>Code</SubType> | 184 | <SubType>Code</SubType> |
188 | </Compile> | 185 | </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> |