Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2457_ExpertSystem/ProblemInstanceIdentifier/ProblemInstanceIdentifier.csproj

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

#2457: adapted to trunk

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