Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457: working on identification of problem instances

File size: 6.4 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    <Prefer32Bit>false</Prefer32Bit>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <PlatformTarget>AnyCPU</PlatformTarget>
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <Prefer32Bit>false</Prefer32Bit>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="HeuristicLab.Collections-3.3">
39      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
40    </Reference>
41    <Reference Include="HeuristicLab.Common-3.3">
42      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Core-3.3">
45      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
46    </Reference>
47    <Reference Include="HeuristicLab.Data-3.3">
48      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
49    </Reference>
50    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
51      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Persistence-3.3">
54      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
57      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.Problems.Instances-3.3">
60      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3">
63      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3">
66      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.Random-3.3">
69      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
72      <SpecificVersion>False</SpecificVersion>
73      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.SequentialEngine-3.3">
76      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="System" />
79    <Reference Include="System.Core" />
80    <Reference Include="System.Xml.Linq" />
81    <Reference Include="System.Data.DataSetExtensions" />
82    <Reference Include="Microsoft.CSharp" />
83    <Reference Include="System.Data" />
84    <Reference Include="System.Net.Http" />
85    <Reference Include="System.Xml" />
86  </ItemGroup>
87  <ItemGroup>
88    <Compile Include="InstanceDescriptor.cs" />
89    <Compile Include="InstanceExplorer.cs" />
90    <Compile Include="Program.cs" />
91    <Compile Include="Properties\AssemblyInfo.cs" />
92  </ItemGroup>
93  <ItemGroup>
94    <None Include="App.config" />
95  </ItemGroup>
96  <ItemGroup>
97    <ProjectReference Include="..\HeuristicLab.Algorithms.MemPR\3.3\HeuristicLab.Algorithms.MemPR-3.3.csproj">
98      <Project>{9d274421-6332-4fbc-aae4-467ace27c368}</Project>
99      <Name>HeuristicLab.Algorithms.MemPR-3.3</Name>
100    </ProjectReference>
101    <ProjectReference Include="..\HeuristicLab.Analysis.FitnessLandscape\3.3\HeuristicLab.Analysis.FitnessLandscape-3.3.csproj">
102      <Project>{5fbdcd4a-3c2a-4ec6-83ce-34b29f43621a}</Project>
103      <Name>HeuristicLab.Analysis.FitnessLandscape-3.3</Name>
104    </ProjectReference>
105    <ProjectReference Include="..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
106      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
107      <Name>HeuristicLab.Analysis-3.3</Name>
108    </ProjectReference>
109    <ProjectReference Include="..\HeuristicLab.OptimizationExpertSystem.Common\3.3\HeuristicLab.OptimizationExpertSystem.Common-3.3.csproj">
110      <Project>{492cc257-e27c-4497-b2c1-09c45310c91c}</Project>
111      <Name>HeuristicLab.OptimizationExpertSystem.Common-3.3</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
114      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
115      <Name>HeuristicLab.Optimization-3.3</Name>
116    </ProjectReference>
117  </ItemGroup>
118  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
119  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120       Other similar extension points exist, see Microsoft.Common.targets.
121  <Target Name="BeforeBuild">
122  </Target>
123  <Target Name="AfterBuild">
124  </Target>
125  -->
126</Project>
Note: See TracBrowser for help on using the repository browser.