Dryad/xcompute_managed/Microsoft.Research.Dryad.Cl...

169 lines
6.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F4B04940-67CF-4796-B6D3-3CFD38FB988A}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Research.Dryad.ClusterAdapter</RootNamespace>
<AssemblyName>Microsoft.Research.Dryad.ClusterAdapter</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</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>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\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="..\CommonCode\AzureUtils.cs">
<Link>AzureUtils.cs</Link>
</Compile>
<Compile Include="..\CommonCode\Constants.cs">
<Link>Constants.cs</Link>
</Compile>
<Compile Include="..\CommonCode\DiscLocalMonitor.cs">
<Link>DiscLocalMonitor.cs</Link>
</Compile>
<Compile Include="..\CommonCode\DryadTracing.cs">
<Link>DryadTracing.cs</Link>
</Compile>
<Compile Include="..\CommonCode\DryadVertexServiceAuthorizationManager.cs">
<Link>DryadVertexServiceAuthorizationManager.cs</Link>
</Compile>
<Compile Include="..\CommonCode\IDryadVertexCallback.cs">
<Link>IDryadVertexCallback.cs</Link>
</Compile>
<Compile Include="..\CommonCode\IDryadVertexService.cs">
<Link>IDryadVertexService.cs</Link>
</Compile>
<Compile Include="..\CommonCode\NativeMethods.cs">
<Link>NativeMethods.cs</Link>
</Compile>
<Compile Include="..\CommonCode\NetShareWrapper.cs">
<Link>NetShareWrapper.cs</Link>
</Compile>
<Compile Include="..\CommonCode\ProcessPathHelper.cs">
<Link>ProcessPathHelper.cs</Link>
</Compile>
<Compile Include="..\CommonCode\ProcessState.cs">
<Link>ProcessState.cs</Link>
</Compile>
<Compile Include="..\CommonCode\QueryUtility.cs">
<Link>QueryUtility.cs</Link>
</Compile>
<Compile Include="..\CommonCode\RetryFramework.cs">
<Link>RetryFramework.cs</Link>
</Compile>
<Compile Include="..\CommonCode\SchedulerHelper.cs">
<Link>SchedulerHelper.cs</Link>
</Compile>
<Compile Include="..\CommonCode\SoftAffinity.cs">
<Link>SoftAffinity.cs</Link>
</Compile>
<Compile Include="Dispatcher.cs" />
<Compile Include="DispatcherPool.cs" />
<Compile Include="JobStatus.cs" />
<Compile Include="ProcessTable.cs" />
<Compile Include="RequestPool.cs" />
<Compile Include="ScheduleProcessRequest.cs" />
<Compile Include="VertexCallbackService.cs" />
<Compile Include="VertexCallbackServiceHost.cs" />
<Compile Include="VertexScheduler.cs" />
<Compile Include="VertexServiceClient.cs" />
<Compile Include="XComputeProcess.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Accessibility" />
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Net">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Runtime.Serialization">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.ServiceModel">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.XML" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DryadYarnBridge\DryadYarnBridge.vcxproj">
<Project>{09FB27C7-D1A5-4A59-B010-67D5886DD9A2}</Project>
<Name>DryadYarnBridge</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
</Project>