OpenSimMirror/Common/OpenGrid.Framework.Communic.../OpenGrid.Framework.Communic...

139 lines
5.6 KiB
XML
Raw Normal View History

2007-06-24 18:40:02 +00:00
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2007-06-24 17:04:12 +00:00
<PropertyGroup>
2007-06-24 18:10:45 +00:00
<ProjectType>Local</ProjectType>
2007-06-24 17:04:12 +00:00
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
2007-06-24 18:40:02 +00:00
<ProjectGuid>{C1F40DD4-A68B-4233-9142-CE236775A3CE}</ProjectGuid>
2007-06-24 18:10:45 +00:00
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
2007-06-24 18:40:02 +00:00
<ApplicationIcon>
</ApplicationIcon>
2007-06-24 18:10:45 +00:00
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>OpenGrid.Framework.Communications.OGS1</AssemblyName>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
2007-06-24 17:04:12 +00:00
<OutputType>Library</OutputType>
2007-06-24 18:40:02 +00:00
<AppDesignerFolder>
</AppDesignerFolder>
2007-06-24 17:04:12 +00:00
<RootNamespace>OpenGrid.Framework.Communications.OGS1</RootNamespace>
2007-06-24 18:40:02 +00:00
<StartupObject>
</StartupObject>
2007-06-24 18:10:45 +00:00
<FileUpgradeFlags>
</FileUpgradeFlags>
2007-06-24 17:04:12 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2007-06-24 18:10:45 +00:00
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE;DEBUG</DefineConstants>
2007-06-24 18:40:02 +00:00
<DocumentationFile>
</DocumentationFile>
2007-06-24 18:10:45 +00:00
<DebugSymbols>True</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>False</Optimize>
<OutputPath>..\..\bin\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
2007-06-24 17:04:12 +00:00
<WarningLevel>4</WarningLevel>
2007-06-24 18:40:02 +00:00
<NoWarn>
</NoWarn>
2007-06-24 17:04:12 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2007-06-24 18:10:45 +00:00
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
2007-06-24 17:04:12 +00:00
<DefineConstants>TRACE</DefineConstants>
2007-06-24 18:40:02 +00:00
<DocumentationFile>
</DocumentationFile>
2007-06-24 18:10:45 +00:00
<DebugSymbols>False</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>True</Optimize>
<OutputPath>..\..\bin\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
2007-06-24 17:04:12 +00:00
<WarningLevel>4</WarningLevel>
2007-06-24 18:40:02 +00:00
<NoWarn>
</NoWarn>
2007-06-24 17:04:12 +00:00
</PropertyGroup>
<ItemGroup>
2007-06-24 18:40:02 +00:00
<Reference Include="libsecondlife.dll">
2007-06-24 17:04:12 +00:00
<HintPath>..\..\bin\libsecondlife.dll</HintPath>
2007-06-24 18:10:45 +00:00
<Private>False</Private>
</Reference>
2007-06-24 18:40:02 +00:00
<Reference Include="System">
2007-06-24 18:10:45 +00:00
<HintPath>System.dll</HintPath>
<Private>False</Private>
</Reference>
2007-06-24 18:40:02 +00:00
<Reference Include="System.Data">
2007-06-24 18:10:45 +00:00
<HintPath>System.Data.dll</HintPath>
<Private>False</Private>
</Reference>
2007-06-24 18:40:02 +00:00
<Reference Include="System.Xml">
2007-06-24 18:10:45 +00:00
<HintPath>System.Xml.dll</HintPath>
<Private>False</Private>
2007-06-24 17:04:12 +00:00
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenGrid.Framework.Communications\OpenGrid.Framework.Communications.csproj">
<Name>OpenGrid.Framework.Communications</Name>
2007-06-24 18:10:45 +00:00
<Project>{683344D5-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
2007-06-24 18:40:02 +00:00
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\OpenGrid.Framework.Data\OpenGrid.Framework.Data.csproj">
<Project>{62CDF671-0000-0000-0000-000000000000}</Project>
<Name>OpenGrid.Framework.Data</Name>
2007-06-24 17:04:12 +00:00
</ProjectReference>
<ProjectReference Include="..\OpenSim.Framework\OpenSim.Framework.csproj">
<Name>OpenSim.Framework</Name>
2007-06-24 18:10:45 +00:00
<Project>{8ACA2445-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
2007-06-24 18:40:02 +00:00
<Private>False</Private>
2007-06-24 18:10:45 +00:00
</ProjectReference>
<ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
<Name>OpenSim.Framework.Console</Name>
<Project>{A7CD0630-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
2007-06-24 18:40:02 +00:00
<Private>False</Private>
2007-06-24 17:04:12 +00:00
</ProjectReference>
<ProjectReference Include="..\OpenSim.Servers\OpenSim.Servers.csproj">
<Name>OpenSim.Servers</Name>
2007-06-24 18:10:45 +00:00
<Project>{8BB20F0A-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
2007-06-24 18:40:02 +00:00
<Private>False</Private>
</ProjectReference>
2007-06-24 17:04:12 +00:00
<ProjectReference Include="..\XmlRpcCS\XMLRPC.csproj">
<Name>XMLRPC</Name>
2007-06-24 18:10:45 +00:00
<Project>{8E81D43C-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
2007-06-24 18:40:02 +00:00
<Private>False</Private>
2007-06-24 17:04:12 +00:00
</ProjectReference>
</ItemGroup>
2007-06-24 18:10:45 +00:00
<ItemGroup>
2007-06-24 18:40:02 +00:00
<Compile Include="GridCommsManager.cs" />
2007-06-24 18:10:45 +00:00
<Compile Include="OGS1GridServices.cs">
<SubType>Code</SubType>
</Compile>
2007-06-24 18:40:02 +00:00
<Compile Include="OGSInterSimComms.cs" />
<Compile Include="OGSUserServices.cs" />
2007-06-24 18:10:45 +00:00
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
2007-06-24 18:40:02 +00:00
</Project>