Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/BenchmarkDataGenerator/BenchmarkDataGenerator.csproj @ 15688

Last change on this file since 15688 was 15688, checked in by abeham, 6 years ago

#1614: Adapted references to restructured trunk

File size: 3.4 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>{90FDB828-617C-4FA6-AF14-17B750770CBF}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <RootNamespace>BenchmarkDataGenerator</RootNamespace>
10    <AssemblyName>BenchmarkDataGenerator</AssemblyName>
11    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12    <FileAlignment>512</FileAlignment>
13    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
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>DEBUG;TRACE</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="alglibnet2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
36      <HintPath>.\alglibnet2.dll</HintPath>
37    </Reference>
38    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
39      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
40      <Private>True</Private>
41    </Reference>
42    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
43      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
44      <Private>True</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0">
47      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
48      <Private>True</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3, Version=3.3.0.0">
51      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
52      <Private>True</Private>
53    </Reference>
54    <Reference Include="System" />
55    <Reference Include="System.Core" />
56    <Reference Include="System.Xml.Linq" />
57    <Reference Include="System.Data.DataSetExtensions" />
58    <Reference Include="Microsoft.CSharp" />
59    <Reference Include="System.Data" />
60    <Reference Include="System.Net.Http" />
61    <Reference Include="System.Xml" />
62  </ItemGroup>
63  <ItemGroup>
64    <Compile Include="Program.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <None Include="App.config" />
69  </ItemGroup>
70  <ItemGroup>
71    <Content Include="alglibnet2.dll" />
72  </ItemGroup>
73  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74</Project>
Note: See TracBrowser for help on using the repository browser.