diff options
Diffstat (limited to 'OpenSim/OpenSim.World/OpenSim.World.csproj')
-rw-r--r-- | OpenSim/OpenSim.World/OpenSim.World.csproj | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/OpenSim/OpenSim.World/OpenSim.World.csproj b/OpenSim/OpenSim.World/OpenSim.World.csproj index 90e455a..f2fb596 100644 --- a/OpenSim/OpenSim.World/OpenSim.World.csproj +++ b/OpenSim/OpenSim.World/OpenSim.World.csproj | |||
@@ -130,33 +130,33 @@ | |||
130 | </ProjectReference> | 130 | </ProjectReference> |
131 | </ItemGroup> | 131 | </ItemGroup> |
132 | <ItemGroup> | 132 | <ItemGroup> |
133 | <Compile Include="Avatar.Client.cs"> | ||
134 | <SubType>Code</SubType> | ||
135 | </Compile> | ||
136 | <Compile Include="Entity.cs"> | 133 | <Compile Include="Entity.cs"> |
137 | <SubType>Code</SubType> | 134 | <SubType>Code</SubType> |
138 | </Compile> | 135 | </Compile> |
139 | <Compile Include="World.PacketHandlers.cs"> | 136 | <Compile Include="World.PacketHandlers.cs"> |
140 | <SubType>Code</SubType> | 137 | <SubType>Code</SubType> |
141 | </Compile> | 138 | </Compile> |
142 | <Compile Include="AvatarAnimations.cs"> | 139 | <Compile Include="WorldBase.cs"> |
143 | <SubType>Code</SubType> | 140 | <SubType>Code</SubType> |
144 | </Compile> | 141 | </Compile> |
145 | <Compile Include="SceneObject.cs"> | 142 | <Compile Include="SceneObject.cs"> |
146 | <SubType>Code</SubType> | 143 | <SubType>Code</SubType> |
147 | </Compile> | 144 | </Compile> |
148 | <Compile Include="Primitive.cs"> | ||
149 | <SubType>Code</SubType> | ||
150 | </Compile> | ||
151 | <Compile Include="World.Scripting.cs"> | 145 | <Compile Include="World.Scripting.cs"> |
152 | <SubType>Code</SubType> | 146 | <SubType>Code</SubType> |
153 | </Compile> | 147 | </Compile> |
154 | <Compile Include="WorldBase.cs"> | 148 | <Compile Include="Avatar.Client.cs"> |
155 | <SubType>Code</SubType> | 149 | <SubType>Code</SubType> |
156 | </Compile> | 150 | </Compile> |
157 | <Compile Include="Avatar.Update.cs"> | 151 | <Compile Include="Avatar.Update.cs"> |
158 | <SubType>Code</SubType> | 152 | <SubType>Code</SubType> |
159 | </Compile> | 153 | </Compile> |
154 | <Compile Include="AvatarAnimations.cs"> | ||
155 | <SubType>Code</SubType> | ||
156 | </Compile> | ||
157 | <Compile Include="Primitive.cs"> | ||
158 | <SubType>Code</SubType> | ||
159 | </Compile> | ||
160 | <Compile Include="Avatar.cs"> | 160 | <Compile Include="Avatar.cs"> |
161 | <SubType>Code</SubType> | 161 | <SubType>Code</SubType> |
162 | </Compile> | 162 | </Compile> |
@@ -166,6 +166,9 @@ | |||
166 | <Compile Include="World.cs"> | 166 | <Compile Include="World.cs"> |
167 | <SubType>Code</SubType> | 167 | <SubType>Code</SubType> |
168 | </Compile> | 168 | </Compile> |
169 | <Compile Include="Estate\EstateManager.cs"> | ||
170 | <SubType>Code</SubType> | ||
171 | </Compile> | ||
169 | <Compile Include="scripting\IScriptHandler.cs"> | 172 | <Compile Include="scripting\IScriptHandler.cs"> |
170 | <SubType>Code</SubType> | 173 | <SubType>Code</SubType> |
171 | </Compile> | 174 | </Compile> |
@@ -190,9 +193,6 @@ | |||
190 | <Compile Include="types\Triangle.cs"> | 193 | <Compile Include="types\Triangle.cs"> |
191 | <SubType>Code</SubType> | 194 | <SubType>Code</SubType> |
192 | </Compile> | 195 | </Compile> |
193 | <Compile Include="Estate\EstateManager.cs"> | ||
194 | <SubType>Code</SubType> | ||
195 | </Compile> | ||
196 | </ItemGroup> | 196 | </ItemGroup> |
197 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 197 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
198 | <PropertyGroup> | 198 | <PropertyGroup> |