diff options
Diffstat (limited to 'OpenSim/OpenSim.Region/OpenSim.Region.csproj')
-rw-r--r-- | OpenSim/OpenSim.Region/OpenSim.Region.csproj | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/OpenSim/OpenSim.Region/OpenSim.Region.csproj b/OpenSim/OpenSim.Region/OpenSim.Region.csproj index 0d9e9b0..4131142 100644 --- a/OpenSim/OpenSim.Region/OpenSim.Region.csproj +++ b/OpenSim/OpenSim.Region/OpenSim.Region.csproj | |||
@@ -77,6 +77,7 @@ | |||
77 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> | 77 | <HintPath>..\..\bin\libsecondlife.dll</HintPath> |
78 | <Private>False</Private> | 78 | <Private>False</Private> |
79 | </Reference> | 79 | </Reference> |
80 | <Reference Include="Microsoft.JScript" /> | ||
80 | <Reference Include="System"> | 81 | <Reference Include="System"> |
81 | <HintPath>System.dll</HintPath> | 82 | <HintPath>System.dll</HintPath> |
82 | <Private>False</Private> | 83 | <Private>False</Private> |
@@ -86,6 +87,7 @@ | |||
86 | <HintPath>System.Xml.dll</HintPath> | 87 | <HintPath>System.Xml.dll</HintPath> |
87 | <Private>False</Private> | 88 | <Private>False</Private> |
88 | </Reference> | 89 | </Reference> |
90 | <Reference Include="VJSharpCodeProvider" /> | ||
89 | </ItemGroup> | 91 | </ItemGroup> |
90 | <ItemGroup> | 92 | <ItemGroup> |
91 | <ProjectReference Include="..\..\Common\OpenGrid.Framework.Communications\OpenGrid.Framework.Communications.csproj"> | 93 | <ProjectReference Include="..\..\Common\OpenGrid.Framework.Communications\OpenGrid.Framework.Communications.csproj"> |
@@ -190,13 +192,15 @@ | |||
190 | <Compile Include="Scenes\ScenePresence.cs"> | 192 | <Compile Include="Scenes\ScenePresence.cs"> |
191 | <SubType>Code</SubType> | 193 | <SubType>Code</SubType> |
192 | </Compile> | 194 | </Compile> |
193 | <Compile Include="Scenes\scripting\CSharpScriptEngine.cs" /> | 195 | <Compile Include="Scenes\Scripting\Engines\CSharpScriptEngine.cs" /> |
194 | <Compile Include="Scenes\scripting\Script.cs" /> | 196 | <Compile Include="Scenes\Scripting\Engines\JScriptEngine.cs" /> |
195 | <Compile Include="Scenes\scripting\ScriptInfo.cs" /> | 197 | <Compile Include="Scenes\Scripting\Engines\JSharpScriptEngine.cs" /> |
196 | <Compile Include="Scenes\scripting\ScriptManager.cs" /> | 198 | <Compile Include="Scenes\Scripting\Script.cs" /> |
199 | <Compile Include="Scenes\Scripting\ScriptInfo.cs" /> | ||
200 | <Compile Include="Scenes\Scripting\ScriptManager.cs" /> | ||
197 | </ItemGroup> | 201 | </ItemGroup> |
198 | <ItemGroup> | 202 | <ItemGroup> |
199 | <Folder Include="Scenes\scripting\CSharpScripts\" /> | 203 | <Folder Include="Scenes\Scripting\CSharpScripts\" /> |
200 | </ItemGroup> | 204 | </ItemGroup> |
201 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 205 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
202 | <PropertyGroup> | 206 | <PropertyGroup> |