* Added Prebuild for great justice

* Ignored quite a few files
zircon
lbsa71 2007-03-20 23:14:37 +00:00
parent a6a6492526
commit c19d260b9c
15 changed files with 2242 additions and 448 deletions

View File

@ -1,51 +1,126 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Config.SimConfigDb4o</RootNamespace>
<AssemblyName>SimConfig</AssemblyName>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7896375E-4912-4F9B-872E-AA76E9EF61BC}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B063760D-DB8D-4F64-B6FE-335FAD1E650A}</ProjectGuid>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.Config.SimConfigDb4o</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Config.SimConfigDb4o</RootNamespace>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\..\bin\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\..\bin\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<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="Db4objects.Db4o, Version=6.0.1.0, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Data.dll">
<Name>System.Data.dll</Name>
<HintPath>\System.Data.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.dll">
<Name>System.Xml.dll</Name>
<HintPath>\System.Xml.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="libsecondlife.dll">
<Name>libsecondlife.dll</Name>
<HintPath>\libsecondlife.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Db4objects.Db4o.dll">
<Name>Db4objects.Db4o.dll</Name>
<HintPath>\Db4objects.Db4o.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DbSimConfig.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="MapStorage.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OpenSim.FrameWork\OpenSim.Framework.csproj">
<Project>{2E46A825-3168-492F-93BC-637126B5B72B}</Project>
<ProjectReference Include="..\..\OpenSim.Framework\OpenSim.Framework.csproj">
<Name>OpenSim.Framework</Name>
<Project>{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
<Name>OpenSim.Framework.Console</Name>
<Project>{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="DbSimConfig.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="MapStorage.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -1,74 +1,164 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2E46A825-3168-492F-93BC-637126B5B72B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenSim.Framework</RootNamespace>
<ProjectGuid>{5FD3848E-EA2C-4187-95CB-844195E56FBF}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.Framework</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Framework</RootNamespace>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<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' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<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="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\libsecondlife.dll</HintPath>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.dll">
<Name>System.Xml.dll</Name>
<HintPath>\System.Xml.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="libsecondlife.dll">
<Name>libsecondlife.dll</Name>
<HintPath>\libsecondlife.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AgentCiruitData.cs" />
<Compile Include="AssetBase.cs" />
<Compile Include="BlockingQueue.cs" />
<Compile Include="HeightMapGenHills.cs" />
<Compile Include="IAssetServer.cs" />
<Compile Include="IConfig.cs" />
<Compile Include="IGridServer.cs" />
<Compile Include="ILocalStorage.cs" />
<Compile Include="Inventory.cs" />
<Compile Include="IUserServer.cs" />
<Compile Include="LocalGridBase.cs" />
<Compile Include="Login.cs" />
<Compile Include="LoginService.cs" />
<Compile Include="NeighbourInfo.cs" />
<Compile Include="PrimData.cs" />
<Compile Include="RemoteGridBase.cs" />
<Compile Include="SimProfile.cs" />
<Compile Include="SimProfileBase.cs" />
<Compile Include="UserProfile.cs" />
<Compile Include="UserProfileManager.cs" />
<Compile Include="UserProfileManagerBase.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Util.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<Compile Include="AgentCiruitData.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AssetBase.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="BlockingQueue.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="HeightMapGenHills.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="IAssetServer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="IConfig.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="IGridServer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ILocalStorage.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Inventory.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="IUserServer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LocalGridBase.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Login.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LoginService.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="NeighbourInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="PrimData.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="RemoteGridBase.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SimProfile.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SimProfileBase.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UserProfile.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UserProfileManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UserProfileManagerBase.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Util.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -1,37 +1,94 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Framework.Console</RootNamespace>
<AssemblyName>ServerConsole</AssemblyName>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0D23207E-63D6-454C-B892-CAAC6A8ABFD1}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</ProjectGuid>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.Framework.Console</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Framework.Console</RootNamespace>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<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="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="ConsoleBase.cs" />
<Compile Include="MainConsole.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ConsoleBase.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="MainConsole.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -1,55 +1,121 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.GridInterfaces.Local</RootNamespace>
<AssemblyName>LocalGridServers</AssemblyName>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{09A06B98-8566-4992-B8EA-1A1218202122}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D7F0395B-FADC-4936-80A0-D95AACE92F62}</ProjectGuid>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.GridInterfaces.Local</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.GridInterfaces.Local</RootNamespace>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\..\bin\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\..\bin\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<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="Db4objects.Db4o, Version=6.0.1.0, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\libsecondlife.dll</HintPath>
<Reference Include="System.Xml.dll">
<Name>System.Xml.dll</Name>
<HintPath>\System.Xml.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Db4objects.Db4o.dll">
<Name>Db4objects.Db4o.dll</Name>
<HintPath>\Db4objects.Db4o.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="libsecondlife.dll">
<Name>libsecondlife.dll</Name>
<HintPath>\libsecondlife.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="LocalAssetServer.cs" />
<Compile Include="LocalGridServer.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OpenSim.FrameWork\OpenSim.Framework.csproj">
<Project>{2E46A825-3168-492F-93BC-637126B5B72B}</Project>
<ProjectReference Include="..\..\OpenSim.Framework\OpenSim.Framework.csproj">
<Name>OpenSim.Framework</Name>
<Project>{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
<Name>OpenSim.Framework.Console</Name>
<Project>{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LocalAssetServer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="LocalGridServer.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -1,51 +1,116 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.GridInterfaces.Remote</RootNamespace>
<AssemblyName>RemoteGridServers</AssemblyName>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{28479E7D-AB48-4531-966A-1F7F45959280}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}</ProjectGuid>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.GridInterfaces.Remote</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.GridInterfaces.Remote</RootNamespace>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\..\bin\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\..\bin\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<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="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\libsecondlife.dll</HintPath>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.dll">
<Name>System.Xml.dll</Name>
<HintPath>\System.Xml.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="libsecondlife.dll">
<Name>libsecondlife.dll</Name>
<HintPath>\libsecondlife.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="RemoteAssetServer.cs" />
<Compile Include="RemoteGridServer.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OpenSim.FrameWork\OpenSim.Framework.csproj">
<Project>{2E46A825-3168-492F-93BC-637126B5B72B}</Project>
<ProjectReference Include="..\..\OpenSim.Framework\OpenSim.Framework.csproj">
<Name>OpenSim.Framework</Name>
<Project>{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
<Name>OpenSim.Framework.Console</Name>
<Project>{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="RemoteAssetServer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="RemoteGridServer.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -1,59 +1,102 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{52BCCE7B-69EA-4AC3-9DBC-D571B96C2EA1}</ProjectGuid>
<ProjectGuid>{27E1A9E0-2F17-4624-B623-A5AC54C64CD7}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.Physics.BasicPhysicsPlugin</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OpenSim.Physics.BasicPhysicsPlugin</RootNamespace>
<AssemblyName>BasicPhysicsplugin</AssemblyName>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\bin\Physics\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<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\Physics\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<NoWarn>
</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\bin\Physics\</OutputPath>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>False</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>True</Optimize>
<OutputPath>..\..\bin\Physics\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<NoWarn>
</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="Axiom.MathLib, Version=0.7.0.25497, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Axiom.MathLib.dll</HintPath>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Axiom.MathLib.dll">
<Name>Axiom.MathLib.dll</Name>
<HintPath>\Axiom.MathLib.dll.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BasicPhysicsPlugin.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Manager\OpenSim.Physics.Manager.csproj">
<Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project>
<Name>OpenSim.Physics.Manager</Name>
<Project>{90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="BasicPhysicsPlugin.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -0,0 +1,12 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ReferencePath>C:\Documents and Settings\Stefan\My Documents\Projects\source\opensim\branches\zircon\bin\</ReferencePath>
<LastOpenVersion>8.0.50727</LastOpenVersion>
<ProjectView>ProjectFiles</ProjectView>
<ProjectTrust>0</ProjectTrust>
</PropertyGroup>
<PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
</Project>

View File

@ -1,50 +1,116 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Physics.Manager</RootNamespace>
<AssemblyName>PhysicsManager</AssemblyName>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{39C05ABD-FC6C-43C6-9909-C3AC856DC42E}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</ProjectGuid>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.Physics.Manager</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Physics.Manager</RootNamespace>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<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, Version=0.7.0.25497, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Axiom.MathLib.dll</HintPath>
<Private>False</Private>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.dll">
<Name>System.Xml.dll</Name>
<HintPath>\System.Xml.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Axiom.MathLib.dll">
<Name>Axiom.MathLib.dll</Name>
<HintPath>\Axiom.MathLib.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="PhysicsActor.cs" />
<Compile Include="PhysicsManager.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="PhysicsScene.cs" />
<Compile Include="PhysicsVector.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
<Name>OpenSim.Framework.Console</Name>
<Project>{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="PhysicsActor.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="PhysicsManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="PhysicsScene.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="PhysicsVector.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -1,52 +1,107 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Physics.PhysXPlugin</RootNamespace>
<AssemblyName>RealPhysXplugin</AssemblyName>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2E63C4DE-8803-4EB6-99AA-2DEFE4D5F495}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{56C1D214-F389-4228-921A-0A3A0712C159}</ProjectGuid>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.Physics.PhysXplugin</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Physics.PhysXplugin</RootNamespace>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\..\..\bin\Physics\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\..\bin\Physics\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<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\Physics\</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\Physics\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<NoWarn>
</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="Axiom.MathLib, Version=0.7.0.25497, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Axiom.MathLib.dll</HintPath>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Axiom.MathLib.dll">
<Name>Axiom.MathLib.dll</Name>
<HintPath>\Axiom.MathLib.dll.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="PhysX_Wrapper_Dotnet, Version=1.0.2628.28883, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\PhysX_Wrapper_Dotnet.dll</HintPath>
<Reference Include="PhysX_Wrapper_Dotnet.dll">
<Name>PhysX_Wrapper_Dotnet.dll</Name>
<HintPath>\PhysX_Wrapper_Dotnet.dll.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="PhysXPlugin.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Manager\OpenSim.Physics.Manager.csproj">
<Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project>
<Name>OpenSim.Physics.Manager</Name>
<Project>{90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="PhysXPlugin.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -1,98 +1,189 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>OpenSim</RootNamespace>
<AssemblyName>OpenSim</AssemblyName>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1DA613F3-C99E-427E-A9E1-9058BBD2CEE0}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</ProjectGuid>
<StartupObject>OpenSim.OpenSimMain</StartupObject>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\bin\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>AnyCPU</PlatformTarget>
<FileAlignment>4096</FileAlignment>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.RegionServer</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Exe</OutputType>
<RootNamespace>OpenSim.RegionServer</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="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="libsecondlife">
<HintPath>..\bin\libsecondlife.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Axiom.MathLib">
<HintPath>..\bin\Axiom.MathLib.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Reference Include="System.Xml.dll">
<Name>System.Xml.dll</Name>
<HintPath>\System.Xml.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="log4net">
<HintPath>..\bin\log4net.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<Reference Include="libsecondlife.dll">
<Name>libsecondlife.dll</Name>
<HintPath>\libsecondlife.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Axiom.MathLib.dll">
<Name>Axiom.MathLib.dll</Name>
<HintPath>\Axiom.MathLib.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Db4objects.Db4o.dll">
<Name>Db4objects.Db4o.dll</Name>
<HintPath>\Db4objects.Db4o.dll.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\InventoryCache.cs" />
<Compile Include="Grid.cs" />
<Compile Include="OpenSimApplication.cs" />
<Compile Include="OpenSimRoot.cs" />
<Compile Include="UserServer\LocalUserProfileManager.cs" />
<Compile Include="OpenSimMain.cs" />
<Compile Include="QueItem.cs" />
<Compile Include="SimClient.cs" />
<Compile Include="types\Mesh.cs" />
<Compile Include="types\Triangle.cs" />
<Compile Include="world\Avatar.cs" />
<Compile Include="world\Entity.cs" />
<Compile Include="world\Primitive.cs" />
<Compile Include="world\ScriptEngine.cs" />
<Compile Include="world\scripting\IScript.cs" />
<Compile Include="world\SurfacePatch.cs" />
<Compile Include="world\World.cs" />
<Compile Include="UserServer\LoginServer.cs" />
<Compile Include="Assets\AssetCache.cs" />
<Compile Include="SimConsole.cs" />
<Compile Include="VersionInfo.cs" />
<Compile Include="CAPS\SimHttp.cs">
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenSim.FrameWork\OpenSim.Framework.csproj">
<Project>{2E46A825-3168-492F-93BC-637126B5B72B}</Project>
<Name>OpenSim.Framework</Name>
<ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Name>OpenSim.Framework.Console</Name>
<Project>{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj">
<Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project>
<Name>OpenSim.Physics.Manager</Name>
<Project>{90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
<Name>OpenSim.Framework.Console</Name>
<ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj">
<Name>OpenSim.Framework</Name>
<Project>{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Compile Include="Grid.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSimApplication.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSimMain.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSimRoot.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="QueItem.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SimClient.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SimConsole.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="VersionInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Assets\AssetCache.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Assets\InventoryCache.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="CAPS\SimHttp.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="types\Mesh.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="types\Triangle.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UserServer\LocalUserProfileManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UserServer\LoginServer.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\Avatar.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\Entity.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\Primitive.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\ScriptEngine.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\SurfacePatch.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\World.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="world\scripting\IScript.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

View File

@ -1,55 +1,121 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Storage.LocalStorageDb4o</RootNamespace>
<AssemblyName>Db4LocalStorage</AssemblyName>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{77482184-6B4F-4F3C-B4C6-F8B1C256DA72}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{74784F23-B0FD-484C-82C1-96C0215733DC}</ProjectGuid>
<ApplicationIcon>
</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenSim.Storage.LocalStorageDb4o</AssemblyName>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>Library</OutputType>
<RootNamespace>OpenSim.Storage.LocalStorageDb4o</RootNamespace>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>..\..\..\bin\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>..\..\bin\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<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="Db4objects.Db4o, Version=6.0.1.0, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Db4objects.Db4o.dll</HintPath>
<Reference Include="System.dll">
<Name>System.dll</Name>
<HintPath>\System.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\libsecondlife.dll</HintPath>
<Reference Include="System.Xml.dll">
<Name>System.Xml.dll</Name>
<HintPath>\System.Xml.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Db4objects.Db4o.dll">
<Name>Db4objects.Db4o.dll</Name>
<HintPath>\Db4objects.Db4o.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="libsecondlife.dll">
<Name>libsecondlife.dll</Name>
<HintPath>\libsecondlife.dll.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Db4LocalStorage.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="UUIDQuery.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
<Name>OpenSim.Framework.Console</Name>
</ProjectReference>
<ProjectReference Include="..\..\OpenSim.FrameWork\OpenSim.Framework.csproj">
<Project>{2E46A825-3168-492F-93BC-637126B5B72B}</Project>
<ProjectReference Include="..\..\OpenSim.Framework\OpenSim.Framework.csproj">
<Name>OpenSim.Framework</Name>
<Project>{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Name>OpenSim.Framework.Console</Name>
<Project>{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Db4LocalStorage.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="UUIDQuery.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

BIN
bin/Prebuild.exe Normal file

Binary file not shown.

815
bin/prebuild_example.xml Normal file
View File

@ -0,0 +1,815 @@
<?xml version="1.0" encoding="utf-8"?>
<DNPreBuild xmlns="http://dnpb.sourceforge.net/schemas/dnpb-1.5.xsd">
<Solution name="RealmForge" activeConfig="Debug">
<Configuration name="Debug">
<Options>
<CompilerDefines>TRACE;DEBUG</CompilerDefines>
<OptimizeCode>false</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>false</AllowUnsafe>
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors>
<SupressWarnings>1595;1591;219;1573;1572;168;1574;1570;1587</SupressWarnings>
<OutputPath>bin</OutputPath>
<DebugInformation>true</DebugInformation>
<GenerateXmlDocFile>false</GenerateXmlDocFile>
<RegisterCOMInterop>false</RegisterCOMInterop>
<IncrementalBuild>true</IncrementalBuild>
<BaseAddress>285212672</BaseAddress>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<CompilerDefines>TRACE</CompilerDefines>
<OptimizeCode>true</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>false</AllowUnsafe>
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors>
<SupressWarnings>1595;1591;219;1573;1572;168;1574;1570;1587</SupressWarnings>
<OutputPath>bin</OutputPath>
<DebugInformation>false</DebugInformation>
<GenerateXmlDocFile>false</GenerateXmlDocFile>
<RegisterCOMInterop>false</RegisterCOMInterop>
<IncrementalBuild>true</IncrementalBuild>
<BaseAddress>285212672</BaseAddress>
<FileAlignment>4096</FileAlignment>
<NoStdLib>false</NoStdLib>
</Options>
</Configuration>
<Files>
<File>..\bin\Modules.config</File>
<Match path="..\bin\DemoGame" pattern="*"/>
<Match path="..\bin\WinterTutorial" pattern="*"/>
<Match path="..\bin\MMT" pattern="*"/>
<Match path="..\bin\Samples" pattern="*"/>
<Match path="..\bin\NewGame" pattern="*"/>
</Files>
<Project name="RealmForge.Utility" filterGroups="Axiom|Cegui" path="Utility" type="Library" assemblyName="RealmForge.Utility" rootNamespace="RealmForge">
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Drawing"/>
<Reference name="System.Xml"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Audio.DirectSound" path="Audio/DirectSound" type="Library" rootNamespace="RealmForge.Audio">
<ReferencePath>../../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Framework"/>
<Reference name="Microsoft.DirectX"/>
<Reference name="Microsoft.DirectX.DirectSound"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Audio.OpenAL" path="Audio/OpenAL" type="Library" rootNamespace="RealmForge.Audio">
<ReferencePath>../../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Framework"/>
<Reference name="Tao.OpenAl"/>
<Reference name="csogg"/>
<Reference name="csvorbis"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Framework" path="Framework" type="Library" assemblyName="RealmForge.Framework" rootNamespace="RealmForge">
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Drawing.Design"/>
<Reference name="System.Data"/>
<Reference name="System.Xml"/>
<Reference name="System.Windows.Forms"/>
<Reference name="System.Drawing"/>
<Reference name="RealmForge.Utility"/>
<Reference name="ICSharpCode.SharpZipLib"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Genres" path="Genres" type="Library" assemblyName="RealmForge.Genres" rootNamespace="RealmForge">
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Data"/>
<Reference name="System.Xml"/>
<Reference name="System.Windows.Forms"/>
<Reference name="System.Drawing"/>
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Framework"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Forms" path="Forms" type="Library" assemblyName="RealmForge.Forms" rootNamespace="RealmForge">
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Drawing"/>
<Reference name="System.Data"/>
<Reference name="System.Design"/>
<Reference name="System.Windows.Forms"/>
<Reference name="System.Xml"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
<Match pattern="*.bmp" buildAction="EmbeddedResource" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.RAGE" path="RAGE" type="Library" assemblyName="RealmForge.RAGE" rootNamespace="RealmForge">
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Design"/>
<Reference name="System.XML"/>
<Reference name="System.Windows.Forms"/>
<Reference name="System.Drawing"/>
<Reference name="Axiom.Plugins.CgProgramManager"/>
<Reference name="Axiom.Engine"/>
<Reference name="Axiom.Plugins.ParticleFX"/>
<Reference name="Axiom.Platforms.Win32"/>
<Reference name="Axiom.RenderSystems.DirectX9"/>
<Reference name="Axiom.Platforms.SDL"/>
<Reference name="Axiom.Plugins.CgProgramManager"/>
<Reference name="Axiom.Plugins.ParticleFX"/>
<Reference name="Axiom.SceneManagers.Bsp"/>
<Reference name="Axiom.SceneManagers.Octree"/>
<Reference name="Axiom.SceneManagers.PagingLandscape"/>
<Reference name="Cegui.Renderers.Axiom"/>
<Reference name="Cegui.Themes"/>
<Reference name="Cegui"/>
<Reference name="Axiom.RenderSystems.OpenGL"/>
<Reference name="Axiom.SceneManagers.Octree"/>
<Reference name="RealmForge.Importers.Collada"/>
<Reference name="ICSharpCode.SharpZipLib"/>
<Reference name="System.Data"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.Utility"/>
<Reference name="ode"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.ScriptLibrary" path="ScriptLibrary" type="Library" assemblyName="RealmForge.ScriptLibrary" rootNamespace="RSL">
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.XML"/>
<Reference name="System.Windows.Forms"/>
<Reference name="System.Drawing"/>
<Reference name="RealmForge.Forms"/>
<Reference name="RealmForge.RAGE"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Importers.Collada"/>
<Reference name="RealmForge.Scripting.Boo"/>
<Reference name="RealmForge.Physics.ODE"/>
<Reference name="RealmForge.Audio.OpenAL"/>
<Reference name="RealmForge.Audio.DirectSound"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Scripting.Boo" type="Library" path="Scripting/Boo" rootNamespace="RealmForge.Scripting">
<ReferencePath>..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="Boo.Lang"/>
<Reference name="Boo.Lang.CodeDom"/>
<Reference name="Boo.Lang.Compiler"/>
<Reference name="Boo.Lang.Interpreter"/>
<Reference name="Boo.Lang.Parser"/>
<Reference name="Boo.Lang.Useful"/>
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Framework"/>
<Files>
<Match path="." pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Physics.ODE" type="Library" path="Physics/ODE" rootNamespace="RealmForge.Physics">
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.RAGE"/>
<Reference name="Axiom.Engine"/>
<Reference name="ode"/>
<Files>
<Match path="." pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Importers.Collada" type="Library" path="Importers/Collada" rootNamespace="RealmForge.Importers">
<ReferencePath>..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Framework"/>
<Files>
<Match path="." pattern="*.cs" recurse="true"/>
<Match path="Schema" pattern="*.txt" recurse="true" buildAction="None"/>
<Match path="Schema" pattern="*.xsd" recurse="true" buildAction="EmbeddedResource"/>
<Match path="Schema" pattern="*.pdf" recurse="true" buildAction="None"/>
</Files>
</Project>
<!-- _______________________________________________ CEGUI# ________________________________________________________ -->
<Project name="Cegui" filterGroups="Cegui" type="Library" path="Cegui/Base" rootNamespace="Cegui">
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true" />
</Files>
</Project>
<Project name="Cegui.Themes" filterGroups="Cegui" type="Library" path="Cegui/WidgetSets" rootNamespace="Cegui">
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="Cegui" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true" />
</Files>
</Project>
<Project name="Cegui.Renderers.Axiom" filterGroups="Axiom+Cegui" type="Library" path="Cegui/Renderers/Axiom" rootNamespace="Cegui">
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine"/>
<Reference name="Cegui" />
<Reference name="Axiom.Platforms.Win32" />
<Reference name="Axiom.RenderSystems.DirectX9" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Cegui.Renderers.SdlDotNet" filterGroups="Cegui" type="Library" path="Cegui/Renderers/SdlDotNet" rootNamespace="Cegui.Renderers">
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="SdlDotNet"/>
<Reference name="Cegui" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<!-- _______________________________________________ Applications ________________________________________________________ -->
<Project name="RealmForge.Editor" path="Editor" type="WinExe" icon="..\..\bin\RealmForge.ico" assemblyName="Editor" rootNamespace="RealmForge">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Drawing"/>
<Reference name="System.Windows.Forms"/>
<Reference name="RealmForge.Forms"/>
<Reference name="RealmForge.ScriptLibrary"/>
<Reference name="RealmForge.RAGE"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.SampleBrowser" path="Samples" type="WinExe" icon="..\..\bin\RealmForge.ico" assemblyName="SampleBrowser" rootNamespace="RealmForge">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Drawing"/>
<Reference name="System.Windows.Forms"/>
<Reference name="System.Xml"/>
<Reference name="RealmForge.Forms"/>
<Reference name="Axiom.Engine"/>
<Reference name="RealmForge.Forms"/>
<Reference name="RealmForge.ScriptLibrary"/>
<Reference name="RealmForge.RAGE"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Importers.Collada"/>
<Reference name="Cegui"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
<Match path="Resources" pattern="*.xml" buildAction="EmbeddedResource" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Demos.DemoGame" path="DemoGame" type="WinExe" icon="..\..\bin\RealmForge.ico" assemblyName="DemoGame" rootNamespace="RealmForge">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Drawing"/>
<Reference name="System.Windows.Forms"/>
<Reference name="RealmForge.Forms"/>
<Reference name="RealmForge.ScriptLibrary"/>
<Reference name="RealmForge.RAGE"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.Utility"/>
<Reference name="RealmForge.Genres"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="RealmForge.Demos.WinterTutorial" path="WinterTutorial" type="WinExe" icon="..\..\bin\RealmForge.ico" assemblyName="WinterTutorial" rootNamespace="RealmForge.WinterTutorial">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Drawing"/>
<Reference name="System.Windows.Forms"/>
<Reference name="RealmForge.Forms"/>
<Reference name="RealmForge.ScriptLibrary"/>
<Reference name="RealmForge.RAGE"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="Might and Magic Tribute" path="MMT" type="WinExe" icon="..\..\bin\MMT.ico" assemblyName="MMT" rootNamespace="MightAndMagic">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../libs</ReferencePath>
<Reference name="System"/>
<Reference name="System.Drawing"/>
<Reference name="System.Windows.Forms"/>
<Reference name="RealmForge.Forms"/>
<Reference name="RealmForge.ScriptLibrary"/>
<Reference name="RealmForge.RAGE"/>
<Reference name="RealmForge.Framework"/>
<Reference name="RealmForge.Utility"/>
<Reference name="Cegui" />
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="Axiom.Demos" filterGroups="Axiom" type="WinExe" path="Axiom/DemoTest" rootNamespace="Axiom.Demos" assemblyName="Axiom Demos">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin</OutputPath>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine"/>
<Reference name="Axiom.Platforms.SDL"/>
<Reference name="Axiom.RenderSystems.OpenGL"/>
<Reference name="Tao.DevIl" />
<Reference name="ICSharpCode.SharpZipLib" />
<Reference name="RealmForge.Utility"/>
<Reference name="Tao.OpenGl"/>
<Reference name="Tao.OpenGl.ExtensionLoader"/>
<Reference name="Tao.OpenGl.Glu"/>
<Reference name="Tao.Sdl" />
<Reference name="Axiom.Plugins.CgProgramManager"/>
<Reference name="Axiom.Plugins.ParticleFX"/>
<Reference name="Axiom.SceneManagers.Bsp"/>
<Reference name="Axiom.SceneManagers.Octree"/>
<Reference name="Axiom.SceneManagers.PagingLandscape"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Cegui.Demos.SdlDotNet" filterGroups="Cegui" type="WinExe" path="Cegui/Demos/SdlDemo1" rootNamespace="Cegui.Demos" assemblyName="Cegui SDL.NET Demo">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin</OutputPath>
</Options>
</Configuration>
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="SdlDotNet"/>
<Reference name="Axiom.Engine"/>
<Reference name="Cegui" />
<Reference name="Cegui.Renderers.SdlDotNet" />
<Reference name="Cegui.Themes" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Cegui.Demos.Axiom1" filterGroups="Axiom+Cegui" type="WinExe" path="Cegui/Demos/AxiomDemo1" rootNamespace="Cegui.Demos" assemblyName="Cegui Axiom Demo 1">
<Configuration name="Debug">
<Options>
<OutputPath>../../../../bin</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../../bin</OutputPath>
</Options>
</Configuration>
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine"/>
<Reference name="Cegui" />
<Reference name="Cegui.Renderers.Axiom" />
<Reference name="Cegui.Themes" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Cegui.Demos.Axiom2" filterGroups="Axiom+Cegui" type="WinExe" path="Cegui/Demos/AxiomDemo2" rootNamespace="Cegui.Demos" assemblyName="Cegui Axiom Demo 2">
<Configuration name="Debug">
<Options>
<OutputPath>../../../../bin</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../../bin</OutputPath>
</Options>
</Configuration>
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine"/>
<Reference name="Cegui" />
<Reference name="Cegui.Renderers.Axiom" />
<Reference name="Cegui.Themes" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<!-- _______________________________________________ Axiom ________________________________________________________ -->
<Project name="Axiom.Engine" filterGroups="Axiom" type="Library" path="Axiom/Engine" rootNamespace="Axiom" >
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="Tao.DevIl" />
<Reference name="ICSharpCode.SharpZipLib" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Axiom.Platforms.SDL" filterGroups="Axiom" type="Library" path="Axiom/Platforms/SDL" rootNamespace="Axiom">
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine" />
<Reference name="Tao.Platform.Windows" />
<Reference name="Tao.Sdl"/>
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<?if OS = "Win32" ?>
<Project name="Axiom.Platforms.Win32" filterGroups="Axiom" type="Library" path="Axiom/Platforms/Win32" rootNamespace="Axiom">
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Windows.Forms" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine"/>
<Reference name="RealmForge.Utility"/>
<Reference name="Microsoft.DirectX" />
<Reference name="Microsoft.DirectX.DirectInput" />
<Reference name="Tao.Platform.Windows"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Axiom.RenderSystems.DirectX9" filterGroups="Axiom" type="Library" path="Axiom/RenderSystems/DirectX9" rootNamespace="Axiom">
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Windows.Forms" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine" />
<Reference name="RealmForge.Utility"/>
<Reference name="Microsoft.DirectX" />
<Reference name="Microsoft.DirectX.Direct3D" />
<Reference name="Microsoft.DirectX.Direct3DX" />
<Reference name="Tao.Platform.Windows" />
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<?endif ?>
<Project name="Axiom.RenderSystems.OpenGL" filterGroups="Axiom" type="Library" path="Axiom/RenderSystems/OpenGL" rootNamespace="Axiom" >
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Drawing" />
<Reference name="System.Windows.Forms" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine" />
<Reference name="RealmForge.Utility"/>
<Reference name="Tao.OpenGl" localCopy="false"/>
<Reference name="Tao.OpenGl.ExtensionLoader"/>
<Reference name="Tao.OpenGl.Glu"/>
<Reference name="Tao.Sdl" />
<Files>
<Match pattern="*.cs" path="." />
<Match pattern="*.cs" path="./ATI" />
<Match pattern="*.cs" path="./Nvidia" />
<Match pattern="*.cs" path="./GLSL" />
<Match pattern="*.cs" path="./SDL" />
</Files>
</Project>
<Project name="Axiom.Plugins.CgProgramManager" filterGroups="Axiom" type="Library" path="Axiom/Plugins/CgProgramManager" rootNamespace="Axiom">
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine"/>
<Reference name="RealmForge.Utility"/>
<Reference name="Tao.Cg" />
<Files>
<Match pattern="*.cs" path="." recurse="true" />
</Files>
</Project>
<Project name="Axiom.Plugins.ParticleFX" filterGroups="Axiom" type="Library" path="Axiom/Plugins/ParticleFX" rootNamespace="Axiom" >
<ReferencePath>..\..\..\..\libs</ReferencePath>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Axiom.SceneManagers.Octree" filterGroups="Axiom" type="Library" path="Axiom\SceneManagers\Octree" rootNamespace="Axiom" >
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine"/>
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Axiom.SceneManagers.Bsp" filterGroups="Axiom" type="Library" path="Axiom\SceneManagers\Bsp" rootNamespace="Axiom" >
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine" />
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
<Project name="Axiom.SceneManagers.PagingLandscape" filterGroups="Axiom" type="Library" path="Axiom\SceneManagers\PagingLandscape" rootNamespace="Axiom">
<Configuration name="Debug">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<AllowUnsafe>true</AllowUnsafe>
</Options>
</Configuration>
<Reference name="System" />
<Reference name="System.Data" />
<Reference name="System.Xml" />
<Reference name="Axiom.Engine"/>
<Reference name="RealmForge.Utility"/>
<Files>
<Match pattern="*.cs" path="." recurse="true"/>
</Files>
</Project>
</Solution>
</DNPreBuild>

View File

@ -1,72 +1,87 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.RegionServer", "OpenSim.RegionServer\OpenSim.RegionServer.csproj", "{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}"
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Storage.LocalStorageDb4o", "..\zircon\OpenSim.Storage\LocalStorageDb4o\OpenSim.Storage.LocalStorageDb4o.csproj", "{C3B52E2D-1ABD-43F7-955B-EFE46870BEC8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.Manager", "OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj", "{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Framework.Console", "..\zircon\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj", "{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Framework.Console", "OpenSim.Framework.Console\OpenSim.Framework.Console.csproj", "{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Config.SimConfigDb4o", "..\zircon\OpenSim.Config\SimConfigDb4o\OpenSim.Config.SimConfigDb4o.csproj", "{703AD62C-A2FF-47D9-A5AC-8FF376383160}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.GridInterfaces.Local", "OpenSim.GridInterfaces\Local\OpenSim.GridInterfaces.Local.csproj", "{D7F0395B-FADC-4936-80A0-D95AACE92F62}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.BasicPhysicsPlugin", "..\zircon\OpenSim.Physics\BasicPhysicsPlugin\OpenSim.Physics.BasicPhysicsPlugin.csproj", "{3F42F6A8-B9A2-4232-8FFA-27742D4445A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.GridInterfaces.Remote", "OpenSim.GridInterfaces\Remote\OpenSim.GridInterfaces.Remote.csproj", "{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.GridInterfaces.Remote", "..\zircon\OpenSim.GridInterfaces\Remote\OpenSim.GridInterfaces.Remote.csproj", "{E135AFC1-7D41-4CC1-AFF9-B4661D10235C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Config.SimConfigDb4o", "OpenSim.Config\SimConfigDb4o\OpenSim.Config.SimConfigDb4o.csproj", "{B063760D-DB8D-4F64-B6FE-335FAD1E650A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Framework", "..\zircon\OpenSim.Framework\OpenSim.Framework.csproj", "{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Storage.LocalStorageDb4o", "OpenSim.Storage\LocalStorageDb4o\OpenSim.Storage.LocalStorageDb4o.csproj", "{74784F23-B0FD-484C-82C1-96C0215733DC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.PhysXplugin", "..\zircon\OpenSim.Physics\PhysXplugin\OpenSim.Physics.PhysXplugin.csproj", "{22BC0AD0-0103-4EE2-ADEB-8095769003FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.BasicPhysicsPlugin", "OpenSim.Physics\BasicPhysicsPlugin\OpenSim.Physics.BasicPhysicsPlugin.csproj", "{52BCCE7B-69EA-4AC3-9DBC-D571B96C2EA1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.RegionServer", "..\zircon\OpenSim.RegionServer\OpenSim.RegionServer.csproj", "{EBC0B23A-D0CB-4CBD-A5E0-2E8AFD17C350}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.PhysXplugin", "OpenSim.Physics\PhysXplugin\OpenSim.Physics.PhysXplugin.csproj", "{56C1D214-F389-4228-921A-0A3A0712C159}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Physics.Manager", "..\zircon\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj", "{90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.Framework", "OpenSim.FrameWork\OpenSim.Framework.csproj", "{2E46A825-3168-492F-93BC-637126B5B72B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSim.GridInterfaces.Local", "..\zircon\OpenSim.GridInterfaces\Local\OpenSim.GridInterfaces.Local.csproj", "{FD69E5B6-5F48-4ECF-A920-E95AB1C0A630}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
({C3B52E2D-1ABD-43F7-955B-EFE46870BEC8}).4 = ({A3BA45EE-E862-43DA-8FC6-B4A7095232E1})
({C3B52E2D-1ABD-43F7-955B-EFE46870BEC8}).5 = ({E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA})
({703AD62C-A2FF-47D9-A5AC-8FF376383160}).5 = ({A3BA45EE-E862-43DA-8FC6-B4A7095232E1})
({703AD62C-A2FF-47D9-A5AC-8FF376383160}).6 = ({E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA})
({3F42F6A8-B9A2-4232-8FFA-27742D4445A0}).2 = ({90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB})
({E135AFC1-7D41-4CC1-AFF9-B4661D10235C}).3 = ({A3BA45EE-E862-43DA-8FC6-B4A7095232E1})
({E135AFC1-7D41-4CC1-AFF9-B4661D10235C}).4 = ({E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA})
({22BC0AD0-0103-4EE2-ADEB-8095769003FC}).3 = ({90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB})
({EBC0B23A-D0CB-4CBD-A5E0-2E8AFD17C350}).5 = ({E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA})
({EBC0B23A-D0CB-4CBD-A5E0-2E8AFD17C350}).6 = ({90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB})
({EBC0B23A-D0CB-4CBD-A5E0-2E8AFD17C350}).7 = ({A3BA45EE-E862-43DA-8FC6-B4A7095232E1})
({90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}).3 = ({E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA})
({FD69E5B6-5F48-4ECF-A920-E95AB1C0A630}).4 = ({A3BA45EE-E862-43DA-8FC6-B4A7095232E1})
({FD69E5B6-5F48-4ECF-A920-E95AB1C0A630}).5 = ({E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA})
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}.Release|Any CPU.Build.0 = Release|Any CPU
{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}.Release|Any CPU.Build.0 = Release|Any CPU
{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}.Release|Any CPU.Build.0 = Release|Any CPU
{D7F0395B-FADC-4936-80A0-D95AACE92F62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7F0395B-FADC-4936-80A0-D95AACE92F62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7F0395B-FADC-4936-80A0-D95AACE92F62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7F0395B-FADC-4936-80A0-D95AACE92F62}.Release|Any CPU.Build.0 = Release|Any CPU
{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}.Release|Any CPU.Build.0 = Release|Any CPU
{B063760D-DB8D-4F64-B6FE-335FAD1E650A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B063760D-DB8D-4F64-B6FE-335FAD1E650A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B063760D-DB8D-4F64-B6FE-335FAD1E650A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B063760D-DB8D-4F64-B6FE-335FAD1E650A}.Release|Any CPU.Build.0 = Release|Any CPU
{74784F23-B0FD-484C-82C1-96C0215733DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74784F23-B0FD-484C-82C1-96C0215733DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74784F23-B0FD-484C-82C1-96C0215733DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74784F23-B0FD-484C-82C1-96C0215733DC}.Release|Any CPU.Build.0 = Release|Any CPU
{52BCCE7B-69EA-4AC3-9DBC-D571B96C2EA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52BCCE7B-69EA-4AC3-9DBC-D571B96C2EA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52BCCE7B-69EA-4AC3-9DBC-D571B96C2EA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52BCCE7B-69EA-4AC3-9DBC-D571B96C2EA1}.Release|Any CPU.Build.0 = Release|Any CPU
{56C1D214-F389-4228-921A-0A3A0712C159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56C1D214-F389-4228-921A-0A3A0712C159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56C1D214-F389-4228-921A-0A3A0712C159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56C1D214-F389-4228-921A-0A3A0712C159}.Release|Any CPU.Build.0 = Release|Any CPU
{2E46A825-3168-492F-93BC-637126B5B72B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E46A825-3168-492F-93BC-637126B5B72B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E46A825-3168-492F-93BC-637126B5B72B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E46A825-3168-492F-93BC-637126B5B72B}.Release|Any CPU.Build.0 = Release|Any CPU
{C3B52E2D-1ABD-43F7-955B-EFE46870BEC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B52E2D-1ABD-43F7-955B-EFE46870BEC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3B52E2D-1ABD-43F7-955B-EFE46870BEC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B52E2D-1ABD-43F7-955B-EFE46870BEC8}.Release|Any CPU.Build.0 = Release|Any CPU
{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6DE88A1-3D78-409A-A3FB-70B3CAD1D7AA}.Release|Any CPU.Build.0 = Release|Any CPU
{703AD62C-A2FF-47D9-A5AC-8FF376383160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{703AD62C-A2FF-47D9-A5AC-8FF376383160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{703AD62C-A2FF-47D9-A5AC-8FF376383160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{703AD62C-A2FF-47D9-A5AC-8FF376383160}.Release|Any CPU.Build.0 = Release|Any CPU
{3F42F6A8-B9A2-4232-8FFA-27742D4445A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F42F6A8-B9A2-4232-8FFA-27742D4445A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F42F6A8-B9A2-4232-8FFA-27742D4445A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F42F6A8-B9A2-4232-8FFA-27742D4445A0}.Release|Any CPU.Build.0 = Release|Any CPU
{E135AFC1-7D41-4CC1-AFF9-B4661D10235C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E135AFC1-7D41-4CC1-AFF9-B4661D10235C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E135AFC1-7D41-4CC1-AFF9-B4661D10235C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E135AFC1-7D41-4CC1-AFF9-B4661D10235C}.Release|Any CPU.Build.0 = Release|Any CPU
{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3BA45EE-E862-43DA-8FC6-B4A7095232E1}.Release|Any CPU.Build.0 = Release|Any CPU
{22BC0AD0-0103-4EE2-ADEB-8095769003FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22BC0AD0-0103-4EE2-ADEB-8095769003FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22BC0AD0-0103-4EE2-ADEB-8095769003FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22BC0AD0-0103-4EE2-ADEB-8095769003FC}.Release|Any CPU.Build.0 = Release|Any CPU
{EBC0B23A-D0CB-4CBD-A5E0-2E8AFD17C350}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBC0B23A-D0CB-4CBD-A5E0-2E8AFD17C350}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBC0B23A-D0CB-4CBD-A5E0-2E8AFD17C350}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBC0B23A-D0CB-4CBD-A5E0-2E8AFD17C350}.Release|Any CPU.Build.0 = Release|Any CPU
{90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90BDBEB8-6FDD-46FC-8C97-B9DF3DDC8ECB}.Release|Any CPU.Build.0 = Release|Any CPU
{FD69E5B6-5F48-4ECF-A920-E95AB1C0A630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD69E5B6-5F48-4ECF-A920-E95AB1C0A630}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD69E5B6-5F48-4ECF-A920-E95AB1C0A630}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD69E5B6-5F48-4ECF-A920-E95AB1C0A630}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

278
prebuild.xml Normal file
View File

@ -0,0 +1,278 @@
<?xml version="1.0" encoding="utf-8"?>
<DNPreBuild xmlns="http://dnpb.sourceforge.net/schemas/dnpb-1.5.xsd">
<Solution name="OpenSim" activeConfig="Debug">
<Configuration name="Debug">
<Options>
<CompilerDefines>TRACE;DEBUG</CompilerDefines>
<OptimizeCode>false</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>false</AllowUnsafe>
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors>
<SupressWarnings></SupressWarnings>
<OutputPath>bin</OutputPath>
<DebugInformation>true</DebugInformation>
<GenerateXmlDocFile>false</GenerateXmlDocFile>
<RegisterCOMInterop>false</RegisterCOMInterop>
<IncrementalBuild>true</IncrementalBuild>
<NoStdLib>false</NoStdLib>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<CompilerDefines>TRACE</CompilerDefines>
<OptimizeCode>true</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>false</AllowUnsafe>
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors>
<SupressWarnings></SupressWarnings>
<OutputPath>bin</OutputPath>
<DebugInformation>false</DebugInformation>
<GenerateXmlDocFile>false</GenerateXmlDocFile>
<RegisterCOMInterop>false</RegisterCOMInterop>
<IncrementalBuild>true</IncrementalBuild>
<NoStdLib>false</NoStdLib>
</Options>
</Configuration>
<!-- Core OpenSim Projects -->
<Project name="OpenSim.Framework" path="OpenSim.Framework" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.Framework.Console" path="OpenSim.Framework.Console" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../bin/</ReferencePath>
<Reference name="System.dll"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.Physics.Manager" path="OpenSim.Physics/Manager" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="System.Xml.dll"/>
<Reference name="Axiom.MathLib.dll"/>
<Reference name="OpenSim.Framework.Console"/>
<Files>
<Match pattern="*.cs" recurse="false"/>
</Files>
</Project>
<!-- Config Plug-ins -->
<Project name="OpenSim.Config.SimConfigDb4o" path="OpenSim.Config/SimConfigDb4o" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="System.Data.dll"/>
<Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/>
<Reference name="Db4objects.Db4o.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<!-- Grid Server Plug-ins -->
<Project name="OpenSim.GridInterfaces.Local" path="OpenSim.GridInterfaces/Local" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="System.Xml.dll"/>
<Reference name="Db4objects.Db4o.dll"/>
<Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.GridInterfaces.Remote" path="OpenSim.GridInterfaces/Remote" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<!-- Physics Plug-ins -->
<Project name="OpenSim.Physics.BasicPhysicsPlugin" path="OpenSim.Physics/BasicPhysicsPlugin" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/Physics/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/Physics/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="Axiom.MathLib.dll" localCopy="False"/>
<Reference name="OpenSim.Physics.Manager" localCopy="False"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.Physics.PhysXplugin" path="OpenSim.Physics/PhysXplugin" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/Physics/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/Physics/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="Axiom.MathLib.dll" localCopy="False"/>
<Reference name="PhysX_Wrapper_Dotnet.dll" localCopy="False"/>
<Reference name="OpenSim.Physics.Manager" localCopy="False"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<!-- OpenSim app -->
<Project name="OpenSim.RegionServer" path="OpenSim.RegionServer" type="Exe">
<Configuration name="Debug">
<Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="System.Xml.dll"/>
<Reference name="libsecondlife.dll"/>
<Reference name="Axiom.MathLib.dll"/>
<Reference name="Db4objects.Db4o.dll"/>
<Reference name="OpenSim.Framework.Console"/>
<Reference name="OpenSim.Physics.Manager"/>
<Reference name="OpenSim.Framework"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<!-- Storage Plug-ins -->
<Project name="OpenSim.Storage.LocalStorageDb4o" path="OpenSim.Storage/LocalStorageDb4o" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../bin/</ReferencePath>
<Reference name="System.dll"/>
<Reference name="System.Xml.dll"/>
<Reference name="Db4objects.Db4o.dll"/>
<Reference name="libsecondlife.dll"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Console"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
</Solution>
</DNPreBuild>