diff options
Diffstat (limited to 'OpenSim.RegionServer/OpenSim.RegionServer.csproj')
-rw-r--r-- | OpenSim.RegionServer/OpenSim.RegionServer.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim.RegionServer/OpenSim.RegionServer.csproj b/OpenSim.RegionServer/OpenSim.RegionServer.csproj index 165b123..6c0f2da 100644 --- a/OpenSim.RegionServer/OpenSim.RegionServer.csproj +++ b/OpenSim.RegionServer/OpenSim.RegionServer.csproj | |||
@@ -196,6 +196,12 @@ | |||
196 | <Compile Include="world\scripting\Script.cs"> | 196 | <Compile Include="world\scripting\Script.cs"> |
197 | <SubType>Code</SubType> | 197 | <SubType>Code</SubType> |
198 | </Compile> | 198 | </Compile> |
199 | <Compile Include="world\scripting\ScriptFactory.cs"> | ||
200 | <SubType>Code</SubType> | ||
201 | </Compile> | ||
202 | <Compile Include="world\scripting\Scripts\FollowRandomAvatar.cs"> | ||
203 | <SubType>Code</SubType> | ||
204 | </Compile> | ||
199 | </ItemGroup> | 205 | </ItemGroup> |
200 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 206 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
201 | <PropertyGroup> | 207 | <PropertyGroup> |