[4248] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{1605256A-1CB3-44AB-AAFF-577093EE5789}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
[4253] | 11 | <RootNamespace>HeuristicLab.Hive.Slave.ExecutionEngine</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Hive.Slave.ExecutionEngine-3.3</AssemblyName>
|
---|
[4248] | 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | <FileAlignment>512</FileAlignment>
|
---|
| 15 | <SignAssembly>true</SignAssembly>
|
---|
| 16 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 17 | <FileUpgradeFlags>
|
---|
| 18 | </FileUpgradeFlags>
|
---|
| 19 | <OldToolsVersion>3.5</OldToolsVersion>
|
---|
| 20 | <UpgradeBackupLocation />
|
---|
[4710] | 21 | <TargetFrameworkProfile />
|
---|
[4248] | 22 | </PropertyGroup>
|
---|
| 23 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 24 | <DebugSymbols>true</DebugSymbols>
|
---|
| 25 | <DebugType>full</DebugType>
|
---|
| 26 | <Optimize>false</Optimize>
|
---|
| 27 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 28 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 29 | <ErrorReport>prompt</ErrorReport>
|
---|
| 30 | <WarningLevel>4</WarningLevel>
|
---|
| 31 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 32 | </PropertyGroup>
|
---|
| 33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 34 | <DebugType>pdbonly</DebugType>
|
---|
| 35 | <Optimize>true</Optimize>
|
---|
| 36 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 37 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 38 | <ErrorReport>prompt</ErrorReport>
|
---|
| 39 | <WarningLevel>4</WarningLevel>
|
---|
| 40 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
| 44 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 48 | <ErrorReport>prompt</ErrorReport>
|
---|
| 49 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
---|
| 52 | <OutputPath>bin\x86\Release\</OutputPath>
|
---|
| 53 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 54 | <Optimize>true</Optimize>
|
---|
| 55 | <DebugType>pdbonly</DebugType>
|
---|
| 56 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 57 | <ErrorReport>prompt</ErrorReport>
|
---|
| 58 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 59 | </PropertyGroup>
|
---|
| 60 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
---|
| 61 | <DebugSymbols>true</DebugSymbols>
|
---|
| 62 | <OutputPath>bin\x64\Debug\</OutputPath>
|
---|
| 63 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 64 | <DebugType>full</DebugType>
|
---|
| 65 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 66 | <ErrorReport>prompt</ErrorReport>
|
---|
| 67 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 68 | </PropertyGroup>
|
---|
| 69 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
|
---|
| 70 | <OutputPath>bin\x64\Release\</OutputPath>
|
---|
| 71 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 72 | <Optimize>true</Optimize>
|
---|
| 73 | <DebugType>pdbonly</DebugType>
|
---|
| 74 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 75 | <ErrorReport>prompt</ErrorReport>
|
---|
| 76 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 77 | </PropertyGroup>
|
---|
| 78 | <ItemGroup>
|
---|
[4368] | 79 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[4248] | 80 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
[4296] | 81 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
[4248] | 82 | </Reference>
|
---|
[4368] | 83 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
[4296] | 84 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 85 | </Reference>
|
---|
[4368] | 86 | <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
[4248] | 87 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
[4296] | 88 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
[4248] | 89 | </Reference>
|
---|
| 90 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
[4296] | 91 | <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
[4248] | 92 | </Reference>
|
---|
| 93 | <Reference Include="System" />
|
---|
| 94 | <Reference Include="System.Core">
|
---|
| 95 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 96 | </Reference>
|
---|
| 97 | <Reference Include="System.Xml.Linq">
|
---|
| 98 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 99 | </Reference>
|
---|
| 100 | <Reference Include="System.Data.DataSetExtensions">
|
---|
| 101 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 102 | </Reference>
|
---|
| 103 | <Reference Include="System.Data" />
|
---|
| 104 | <Reference Include="System.Xml" />
|
---|
| 105 | </ItemGroup>
|
---|
| 106 | <ItemGroup>
|
---|
| 107 | <Compile Include="Executor.cs" />
|
---|
[4253] | 108 | <Compile Include="HeuristicLabHiveSlaveExecutionEnginePlugin.cs" />
|
---|
[4248] | 109 | <Compile Include="InvalidStateException.cs" />
|
---|
| 110 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 111 | </ItemGroup>
|
---|
| 112 | <ItemGroup>
|
---|
| 113 | <None Include="HeuristicLab.snk" />
|
---|
| 114 | <None Include="Properties\AssemblyInfo.frame" />
|
---|
| 115 | </ItemGroup>
|
---|
| 116 | <ItemGroup>
|
---|
| 117 | <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
|
---|
| 118 | <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
|
---|
| 119 | <Name>HeuristicLab.Hive.Contracts-3.3</Name>
|
---|
| 120 | </ProjectReference>
|
---|
| 121 | <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
|
---|
| 122 | <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
|
---|
| 123 | <Name>HeuristicLab.Hive.JobBase-3.3</Name>
|
---|
| 124 | </ProjectReference>
|
---|
[4253] | 125 | <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
|
---|
| 126 | <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
|
---|
| 127 | <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
|
---|
| 128 | </ProjectReference>
|
---|
[4248] | 129 | </ItemGroup>
|
---|
| 130 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 131 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 132 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 133 | <Target Name="BeforeBuild">
|
---|
| 134 | </Target>
|
---|
| 135 | <Target Name="AfterBuild">
|
---|
| 136 | </Target>
|
---|
| 137 | -->
|
---|
| 138 | <PropertyGroup>
|
---|
| 139 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 140 | set ProjectDir=$(ProjectDir)
|
---|
| 141 | set SolutionDir=$(SolutionDir)
|
---|
| 142 | set Outdir=$(Outdir)
|
---|
| 143 |
|
---|
| 144 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
| 145 | </PropertyGroup>
|
---|
| 146 | </Project> |
---|