diff options
author | mingchen | 2007-06-11 18:27:07 +0000 |
---|---|---|
committer | mingchen | 2007-06-11 18:27:07 +0000 |
commit | 5c3a4f52f4b4413832a6942aa75a21b157cd48dc (patch) | |
tree | 365f721039c08ecbc57e82dfa24d6f07b6419c25 /OpenSim/OpenSim.Region/OpenSim.Region.csproj | |
parent | *Removed OSVector3 and replaced with libsecondlife.LLVector3 (diff) | |
download | opensim-SC_OLD-5c3a4f52f4b4413832a6942aa75a21b157cd48dc.zip opensim-SC_OLD-5c3a4f52f4b4413832a6942aa75a21b157cd48dc.tar.gz opensim-SC_OLD-5c3a4f52f4b4413832a6942aa75a21b157cd48dc.tar.bz2 opensim-SC_OLD-5c3a4f52f4b4413832a6942aa75a21b157cd48dc.tar.xz |
*Removed SimProfileBase from OpenSim (Unused/Depreciated)
*Updated prebuild.xml
Diffstat (limited to 'OpenSim/OpenSim.Region/OpenSim.Region.csproj')
-rw-r--r-- | OpenSim/OpenSim.Region/OpenSim.Region.csproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/OpenSim.Region/OpenSim.Region.csproj b/OpenSim/OpenSim.Region/OpenSim.Region.csproj index 5c30810..365af66 100644 --- a/OpenSim/OpenSim.Region/OpenSim.Region.csproj +++ b/OpenSim/OpenSim.Region/OpenSim.Region.csproj | |||
@@ -136,6 +136,9 @@ | |||
136 | <Compile Include="Estate\EstateManager.cs"> | 136 | <Compile Include="Estate\EstateManager.cs"> |
137 | <SubType>Code</SubType> | 137 | <SubType>Code</SubType> |
138 | </Compile> | 138 | </Compile> |
139 | <Compile Include="World\AvatarAnimations.cs"> | ||
140 | <SubType>Code</SubType> | ||
141 | </Compile> | ||
139 | <Compile Include="World\Avatar.Client.cs"> | 142 | <Compile Include="World\Avatar.Client.cs"> |
140 | <SubType>Code</SubType> | 143 | <SubType>Code</SubType> |
141 | </Compile> | 144 | </Compile> |
@@ -145,9 +148,6 @@ | |||
145 | <Compile Include="World\Avatar.Update.cs"> | 148 | <Compile Include="World\Avatar.Update.cs"> |
146 | <SubType>Code</SubType> | 149 | <SubType>Code</SubType> |
147 | </Compile> | 150 | </Compile> |
148 | <Compile Include="World\AvatarAnimations.cs"> | ||
149 | <SubType>Code</SubType> | ||
150 | </Compile> | ||
151 | <Compile Include="World\Entity.cs"> | 151 | <Compile Include="World\Entity.cs"> |
152 | <SubType>Code</SubType> | 152 | <SubType>Code</SubType> |
153 | </Compile> | 153 | </Compile> |
@@ -163,10 +163,10 @@ | |||
163 | <Compile Include="World\World.PacketHandlers.cs"> | 163 | <Compile Include="World\World.PacketHandlers.cs"> |
164 | <SubType>Code</SubType> | 164 | <SubType>Code</SubType> |
165 | </Compile> | 165 | </Compile> |
166 | <Compile Include="World\World.Scripting.cs"> | 166 | <Compile Include="World\WorldBase.cs"> |
167 | <SubType>Code</SubType> | 167 | <SubType>Code</SubType> |
168 | </Compile> | 168 | </Compile> |
169 | <Compile Include="World\WorldBase.cs"> | 169 | <Compile Include="World\World.Scripting.cs"> |
170 | <SubType>Code</SubType> | 170 | <SubType>Code</SubType> |
171 | </Compile> | 171 | </Compile> |
172 | <Compile Include="World\scripting\IScriptContext.cs"> | 172 | <Compile Include="World\scripting\IScriptContext.cs"> |