Free cookie consent management tool by TermsFeed Policy Generator

source: misc/tools/HeuristicLab.HiveDrain/HiveIraceResult/HiveIraceResult.csproj

Last change on this file was 16667, checked in by abeham, 5 years ago

Added further projects useful for interfacing with irace

File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{1BE7096D-95E1-4428-8BB2-341C749DDCFC}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <RootNamespace>HiveIraceResult</RootNamespace>
10    <AssemblyName>HiveIraceResult</AssemblyName>
11    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12    <FileAlignment>512</FileAlignment>
13    <TargetFrameworkProfile />
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <PlatformTarget>AnyCPU</PlatformTarget>
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>TRACE;DEBUG;__NO_DELETE__</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <PlatformTarget>AnyCPU</PlatformTarget>
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="CommandLine, Version=2.2.1.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
36      <HintPath>..\packages\CommandLineParser.2.2.1\lib\net45\CommandLine.dll</HintPath>
37    </Reference>
38    <Reference Include="HeuristicLab.Clients.Common-3.3">
39      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
40    </Reference>
41    <Reference Include="HeuristicLab.Clients.Hive-3.3">
42      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Collections-3.3">
45      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Common-3.3">
48      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Common.Resources-3.3">
51      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Core-3.3">
54      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Data-3.3">
57      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.Hive-3.3">
60      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Hive-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.MainForm-3.3">
63      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Optimization-3.3">
66      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.Persistence-3.3">
69      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
72      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="System" />
75    <Reference Include="System.Core" />
76    <Reference Include="System.Runtime.Serialization" />
77    <Reference Include="System.Xml.Linq" />
78    <Reference Include="System.Data.DataSetExtensions" />
79    <Reference Include="Microsoft.CSharp" />
80    <Reference Include="System.Data" />
81    <Reference Include="System.Net.Http" />
82    <Reference Include="System.Xml" />
83  </ItemGroup>
84  <ItemGroup>
85    <Compile Include="Options.cs" />
86    <Compile Include="Program.cs" />
87    <Compile Include="Properties\AssemblyInfo.cs" />
88    <Compile Include="Properties\Settings.Designer.cs">
89      <AutoGen>True</AutoGen>
90      <DesignTimeSharedInput>True</DesignTimeSharedInput>
91      <DependentUpon>Settings.settings</DependentUpon>
92    </Compile>
93  </ItemGroup>
94  <ItemGroup>
95    <None Include="App.config" />
96    <None Include="packages.config" />
97    <None Include="Properties\Settings.settings">
98      <Generator>SettingsSingleFileGenerator</Generator>
99      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
100    </None>
101  </ItemGroup>
102  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103</Project>
Note: See TracBrowser for help on using the repository browser.