diff options
author | MW | 2007-04-11 09:45:48 +0000 |
---|---|---|
committer | MW | 2007-04-11 09:45:48 +0000 |
commit | ffd7a6b8c22cd21e355f77fea20b145424e3d912 (patch) | |
tree | 94deb515b2b7cb5233fc8fc8d9d531e1a789b7c7 /OpenSim.Framework/OpenSim.Framework.csproj | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-ffd7a6b8c22cd21e355f77fea20b145424e3d912.zip opensim-SC_OLD-ffd7a6b8c22cd21e355f77fea20b145424e3d912.tar.gz opensim-SC_OLD-ffd7a6b8c22cd21e355f77fea20b145424e3d912.tar.bz2 opensim-SC_OLD-ffd7a6b8c22cd21e355f77fea20b145424e3d912.tar.xz |
Changed so that a bin\ScriptEngines\ directory will be searched for scripting Engines.
Added the work in progress JVM scripting engine.
Diffstat (limited to 'OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r-- | OpenSim.Framework/OpenSim.Framework.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim.Framework/OpenSim.Framework.csproj b/OpenSim.Framework/OpenSim.Framework.csproj index 4ce5af0..68b7ef0 100644 --- a/OpenSim.Framework/OpenSim.Framework.csproj +++ b/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -111,6 +111,12 @@ | |||
111 | <Compile Include="ILocalStorage.cs"> | 111 | <Compile Include="ILocalStorage.cs"> |
112 | <SubType>Code</SubType> | 112 | <SubType>Code</SubType> |
113 | </Compile> | 113 | </Compile> |
114 | <Compile Include="IScriptAPI.cs"> | ||
115 | <SubType>Code</SubType> | ||
116 | </Compile> | ||
117 | <Compile Include="IScriptEngine.cs"> | ||
118 | <SubType>Code</SubType> | ||
119 | </Compile> | ||
114 | <Compile Include="IUserConfig.cs"> | 120 | <Compile Include="IUserConfig.cs"> |
115 | <SubType>Code</SubType> | 121 | <SubType>Code</SubType> |
116 | </Compile> | 122 | </Compile> |
@@ -129,6 +135,9 @@ | |||
129 | <Compile Include="NeighbourInfo.cs"> | 135 | <Compile Include="NeighbourInfo.cs"> |
130 | <SubType>Code</SubType> | 136 | <SubType>Code</SubType> |
131 | </Compile> | 137 | </Compile> |
138 | <Compile Include="OSVector3.cs"> | ||
139 | <SubType>Code</SubType> | ||
140 | </Compile> | ||
132 | <Compile Include="PrimData.cs"> | 141 | <Compile Include="PrimData.cs"> |
133 | <SubType>Code</SubType> | 142 | <SubType>Code</SubType> |
134 | </Compile> | 143 | </Compile> |