Dryad/DryadVertex/service/DryadVertexService.csproj

150 lines
5.9 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>
<ProjectGuid>{27D89037-8934-45BE-8A44-2561F9330EB7}</ProjectGuid>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<OutputType>Exe</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>DryadVertexService</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>DryadVertexService</RootNamespace>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<IsWebBootstrapper>false</IsWebBootstrapper>
<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>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<StartupObject>
</StartupObject>
<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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<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>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Management" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.ServiceProcess" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\CommonCode\Constants.cs">
<Link>Constants.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\ExecutionHelper.cs">
<Link>ExecutionHelper.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="program.cs" />
<Compile Include="ReplyDispatcher.cs" />
<Compile Include="VertexCallbackServiceClient.cs" />
<Compile Include="VertexProcess.cs" />
<Compile Include="VertexService.cs" />
</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>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\DryadYarnBridge\DryadYarnBridge.vcxproj">
<Project>{09FB27C7-D1A5-4A59-B010-67D5886DD9A2}</Project>
<Name>DryadYarnBridge</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
</Project>