mirror of
https://github.com/opensim/opensim.git
synced 2026-05-29 21:55:46 +08:00
"First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!
162 lines
6.6 KiB
XML
162 lines
6.6 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{21BC44EA-0000-0000-0000-000000000000}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ApplicationIcon></ApplicationIcon>
|
|
<AssemblyKeyContainerName>
|
|
</AssemblyKeyContainerName>
|
|
<AssemblyName>OpenSim.Region.ScriptEngine.Shared.Api.Runtime</AssemblyName>
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<DelaySign>false</DelaySign>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder></AppDesignerFolder>
|
|
<RootNamespace>OpenSim.Region.ScriptEngine.Shared.Api.Runtime</RootNamespace>
|
|
<StartupObject></StartupObject>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
<DocumentationFile></DocumentationFile>
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<Optimize>False</Optimize>
|
|
<OutputPath>..\..\..\..\..\..\bin\</OutputPath>
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoWarn></NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<ConfigurationOverrideFile>
|
|
</ConfigurationOverrideFile>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DocumentationFile></DocumentationFile>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<Optimize>True</Optimize>
|
|
<OutputPath>..\..\..\..\..\..\bin\</OutputPath>
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoWarn></NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Axiom.MathLib.dll" >
|
|
<HintPath>..\..\..\..\..\..\bin\Axiom.MathLib.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="libsecondlife.dll" >
|
|
<HintPath>..\..\..\..\..\..\bin\libsecondlife.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="log4net.dll" >
|
|
<HintPath>..\..\..\..\..\..\bin\log4net.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Nini.dll" >
|
|
<HintPath>..\..\..\..\..\..\bin\Nini.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Nini.dll" >
|
|
<HintPath>..\..\..\..\..\..\bin\Nini.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="RAIL.dll" >
|
|
<HintPath>..\..\..\..\..\..\bin\RAIL.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System" >
|
|
<HintPath>System.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Data" >
|
|
<HintPath>System.Data.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web" >
|
|
<HintPath>System.Web.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="System.Xml" >
|
|
<HintPath>System.Xml.dll</HintPath>
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\..\Application\OpenSim.csproj">
|
|
<Name>OpenSim</Name>
|
|
<Project>{438A9556-0000-0000-0000-000000000000}</Project>
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\..\..\Framework\OpenSim.Framework.csproj">
|
|
<Name>OpenSim.Framework</Name>
|
|
<Project>{8ACA2445-0000-0000-0000-000000000000}</Project>
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\..\..\Framework\Communications\OpenSim.Framework.Communications.csproj">
|
|
<Name>OpenSim.Framework.Communications</Name>
|
|
<Project>{CB52B7E7-0000-0000-0000-000000000000}</Project>
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\..\..\Framework\Console\OpenSim.Framework.Console.csproj">
|
|
<Name>OpenSim.Framework.Console</Name>
|
|
<Project>{A7CD0630-0000-0000-0000-000000000000}</Project>
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\..\Environment\OpenSim.Region.Environment.csproj">
|
|
<Name>OpenSim.Region.Environment</Name>
|
|
<Project>{DCBA491C-0000-0000-0000-000000000000}</Project>
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\OpenSim.Region.ScriptEngine.Shared.csproj">
|
|
<Name>OpenSim.Region.ScriptEngine.Shared</Name>
|
|
<Project>{D9F1B557-0000-0000-0000-000000000000}</Project>
|
|
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
|
|
<Private>False</Private>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="LSL_Constants.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="LSL_Stub.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="OSSL_Stub.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ScriptBase.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project>
|