Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/ProblemInstanceIdentifier/ProblemInstanceIdentifier.csproj @ 14678

Last change on this file since 14678 was 14678, checked in by abeham, 7 years ago

#2457: worked on problem instance detection

File size: 5.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" 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>{F4E90652-1539-4B4E-93C5-4CCD95156DF3}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>ProblemInstanceIdentifier</RootNamespace>
11    <AssemblyName>ProblemInstanceIdentifier</AssemblyName>
12    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <PlatformTarget>AnyCPU</PlatformTarget>
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <PlatformTarget>AnyCPU</PlatformTarget>
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\Release\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <ItemGroup>
36    <Reference Include="HeuristicLab.Collections-3.3">
37      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
38    </Reference>
39    <Reference Include="HeuristicLab.Common-3.3">
40      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Core-3.3">
43      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Data-3.3">
46      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
47    </Reference>
48    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
49      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
50    </Reference>
51    <Reference Include="HeuristicLab.Persistence-3.3">
52      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
53    </Reference>
54    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
55      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
56    </Reference>
57    <Reference Include="HeuristicLab.Problems.Instances-3.3">
58      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3">
61      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
64      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Random-3.3">
67      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="System" />
70    <Reference Include="System.Core" />
71    <Reference Include="System.Xml.Linq" />
72    <Reference Include="System.Data.DataSetExtensions" />
73    <Reference Include="Microsoft.CSharp" />
74    <Reference Include="System.Data" />
75    <Reference Include="System.Net.Http" />
76    <Reference Include="System.Xml" />
77  </ItemGroup>
78  <ItemGroup>
79    <Compile Include="InstanceDescriptor.cs" />
80    <Compile Include="Program.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82  </ItemGroup>
83  <ItemGroup>
84    <None Include="App.config" />
85  </ItemGroup>
86  <ItemGroup>
87    <ProjectReference Include="..\HeuristicLab.Analysis.FitnessLandscape\3.3\HeuristicLab.Analysis.FitnessLandscape-3.3.csproj">
88      <Project>{5fbdcd4a-3c2a-4ec6-83ce-34b29f43621a}</Project>
89      <Name>HeuristicLab.Analysis.FitnessLandscape-3.3</Name>
90    </ProjectReference>
91    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
92      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
93      <Name>HeuristicLab.Analysis-3.3</Name>
94    </ProjectReference>
95    <ProjectReference Include="..\HeuristicLab.OptimizationExpertSystem.Common\3.3\HeuristicLab.OptimizationExpertSystem.Common-3.3.csproj">
96      <Project>{492cc257-e27c-4497-b2c1-09c45310c91c}</Project>
97      <Name>HeuristicLab.OptimizationExpertSystem.Common-3.3</Name>
98    </ProjectReference>
99    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
100      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
101      <Name>HeuristicLab.Optimization-3.3</Name>
102    </ProjectReference>
103  </ItemGroup>
104  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
106       Other similar extension points exist, see Microsoft.Common.targets.
107  <Target Name="BeforeBuild">
108  </Target>
109  <Target Name="AfterBuild">
110  </Target>
111  -->
112</Project>
Note: See TracBrowser for help on using the repository browser.