<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <OutputType>Exe</OutputType> <RootNamespace>OpenSim</RootNamespace> <AssemblyName>OpenSim</AssemblyName> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</ProjectGuid> <StartupObject>OpenSim.OpenSim_Main</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> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <OutputPath>..\bin\</OutputPath> </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> <Reference Include="Axiom.MathLib"> <HintPath>..\bin\Axiom.MathLib.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> <Reference Include="log4net"> <HintPath>..\bin\log4net.dll</HintPath> <SpecificVersion>False</SpecificVersion> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Config.cs" /> <Compile Include="Main.cs" /> <Compile Include="OpenSimClient.cs" /> <Compile Include="types\Mesh.cs" /> <Compile Include="types\Triangle.cs" /> <Compile Include="Util.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="GridServers\LoginServer.cs" /> <Compile Include="Assets\AssetCache.cs" /> <Compile Include="OpenSimConsole.cs" /> <Compile Include="HeightMapGenHills.cs" /> <Compile Include="VersionInfo.cs" /> <Compile Include="CAPS\SimHttp.cs"> </Compile> </ItemGroup> <ItemGroup> <ProjectReference Include="GridInterfaces\GridInterfaces.csproj"> <Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project> <Name>GridInterfaces</Name> </ProjectReference> <ProjectReference Include="LocalServers\LocalGridServers\LocalGridServers.csproj"> <Project>{D7F0395B-FADC-4936-80A0-D95AACE92F62}</Project> <Name>LocalGridServers</Name> </ProjectReference> <ProjectReference Include="LocalStorage\Db4LocalStorage\Db4LocalStorage.csproj"> <Project>{74784F23-B0FD-484C-82C1-96C0215733DC}</Project> <Name>Db4LocalStorage</Name> </ProjectReference> <ProjectReference Include="physics\PhysicsManager.csproj"> <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project> <Name>PhysicsManager</Name> </ProjectReference> <ProjectReference Include="RemoteServers\RemoteGridServers\RemoteGridServers.csproj"> <Project>{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}</Project> <Name>RemoteGridServers</Name> </ProjectReference> <ProjectReference Include="ServerConsole\ServerConsole\ServerConsole.csproj"> <Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project> <Name>ServerConsole</Name> </ProjectReference> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> </Project>