[15890] | 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>{6EC9E8AB-3547-4EC2-901B-6ACD494BE434}</ProjectGuid>
|
---|
| 8 | <OutputType>Exe</OutputType>
|
---|
| 9 | <RootNamespace>GQAPSolver</RootNamespace>
|
---|
| 10 | <AssemblyName>GQAPSolver</AssemblyName>
|
---|
[16728] | 11 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[15890] | 12 | <FileAlignment>512</FileAlignment>
|
---|
[16728] | 13 | <TargetFrameworkProfile />
|
---|
[15890] | 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="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>
|
---|
[16076] | 38 | <Reference Include="HeuristicLab.Algorithms.ALPS-3.3">
|
---|
| 39 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.ALPS-3.3.dll</HintPath>
|
---|
| 40 | </Reference>
|
---|
[15890] | 41 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 42 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 43 | </Reference>
|
---|
| 44 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 45 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 46 | </Reference>
|
---|
| 47 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 48 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 49 | </Reference>
|
---|
[16076] | 50 | <Reference Include="HeuristicLab.Cplex-12.7.0">
|
---|
| 51 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Cplex-12.7.0.dll</HintPath>
|
---|
| 52 | </Reference>
|
---|
[15890] | 53 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 54 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 55 | </Reference>
|
---|
[16076] | 56 | <Reference Include="HeuristicLab.LocalSolver-7.5">
|
---|
| 57 | <HintPath>..\..\..\trunk\bin\HeuristicLab.LocalSolver-7.5.dll</HintPath>
|
---|
| 58 | </Reference>
|
---|
| 59 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 60 | <SpecificVersion>False</SpecificVersion>
|
---|
| 61 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 62 | </Reference>
|
---|
| 63 | <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
|
---|
| 64 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
|
---|
| 65 | </Reference>
|
---|
| 66 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 67 | <SpecificVersion>False</SpecificVersion>
|
---|
| 68 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 69 | </Reference>
|
---|
[15890] | 70 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
| 71 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
| 72 | </Reference>
|
---|
| 73 | <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
|
---|
| 74 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
|
---|
| 75 | </Reference>
|
---|
[16076] | 76 | <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 77 | <SpecificVersion>False</SpecificVersion>
|
---|
| 78 | <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
|
---|
| 79 | </Reference>
|
---|
| 80 | <Reference Include="HeuristicLab.SequentialEngine-3.3">
|
---|
| 81 | <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
|
---|
| 82 | </Reference>
|
---|
| 83 | <Reference Include="localsolvernet, Version=7.5.0.0, Culture=neutral, processorArchitecture=AMD64">
|
---|
| 84 | <SpecificVersion>False</SpecificVersion>
|
---|
| 85 | <HintPath>..\..\..\trunk\bin\localsolvernet.dll</HintPath>
|
---|
| 86 | </Reference>
|
---|
| 87 | <Reference Include="oplall, Version=12.7.0.0, Culture=neutral, PublicKeyToken=7906592bc7cc7340, processorArchitecture=MSIL">
|
---|
| 88 | <SpecificVersion>False</SpecificVersion>
|
---|
| 89 | <HintPath>..\..\..\trunk\bin\oplall.dll</HintPath>
|
---|
| 90 | </Reference>
|
---|
[15890] | 91 | <Reference Include="System" />
|
---|
| 92 | <Reference Include="System.Core" />
|
---|
| 93 | <Reference Include="System.Xml.Linq" />
|
---|
| 94 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 95 | <Reference Include="Microsoft.CSharp" />
|
---|
| 96 | <Reference Include="System.Data" />
|
---|
| 97 | <Reference Include="System.Net.Http" />
|
---|
| 98 | <Reference Include="System.Xml" />
|
---|
| 99 | </ItemGroup>
|
---|
| 100 | <ItemGroup>
|
---|
| 101 | <Compile Include="Program.cs" />
|
---|
| 102 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[16076] | 103 | <Compile Include="Properties\Resources.Designer.cs">
|
---|
| 104 | <AutoGen>True</AutoGen>
|
---|
| 105 | <DesignTime>True</DesignTime>
|
---|
| 106 | <DependentUpon>Resources.resx</DependentUpon>
|
---|
| 107 | </Compile>
|
---|
[15890] | 108 | </ItemGroup>
|
---|
| 109 | <ItemGroup>
|
---|
[16076] | 110 | <None Include="ALPS Instance.hl" />
|
---|
| 111 | <EmbeddedResource Include="Properties\Resources.resx">
|
---|
| 112 | <Generator>ResXFileCodeGenerator</Generator>
|
---|
| 113 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
---|
| 114 | </EmbeddedResource>
|
---|
[15890] | 115 | <None Include="App.config" />
|
---|
| 116 | <None Include="packages.config" />
|
---|
| 117 | </ItemGroup>
|
---|
| 118 | <ItemGroup>
|
---|
| 119 | <ProjectReference Include="..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
|
---|
| 120 | <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
|
---|
| 121 | <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
|
---|
| 122 | </ProjectReference>
|
---|
| 123 | <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 124 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
| 125 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
| 126 | </ProjectReference>
|
---|
| 127 | <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj">
|
---|
| 128 | <Project>{577239ec-7d7f-4505-a0a4-572e34010dba}</Project>
|
---|
| 129 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3</Name>
|
---|
| 130 | </ProjectReference>
|
---|
| 131 | <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
|
---|
| 132 | <Project>{c739e6d2-5680-4804-a810-8017da0c238f}</Project>
|
---|
| 133 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
|
---|
| 134 | </ProjectReference>
|
---|
| 135 | </ItemGroup>
|
---|
| 136 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 137 | </Project> |
---|