Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/GQAPSolver/GQAPSolver.csproj @ 16323

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

#1614: pending updates

File size: 7.2 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>{6EC9E8AB-3547-4EC2-901B-6ACD494BE434}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <RootNamespace>GQAPSolver</RootNamespace>
10    <AssemblyName>GQAPSolver</AssemblyName>
11    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12    <FileAlignment>512</FileAlignment>
13  </PropertyGroup>
14  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15    <PlatformTarget>AnyCPU</PlatformTarget>
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>bin\Debug\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25    <PlatformTarget>AnyCPU</PlatformTarget>
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="CommandLine, Version=2.2.1.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
35      <HintPath>..\packages\CommandLineParser.2.2.1\lib\net45\CommandLine.dll</HintPath>
36    </Reference>
37    <Reference Include="HeuristicLab.Algorithms.ALPS-3.3">
38      <HintPath>..\..\..\trunk\bin\HeuristicLab.Algorithms.ALPS-3.3.dll</HintPath>
39    </Reference>
40    <Reference Include="HeuristicLab.Collections-3.3">
41      <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Core-3.3">
47      <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Cplex-12.7.0">
50      <HintPath>..\..\..\trunk\bin\HeuristicLab.Cplex-12.7.0.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Data-3.3">
53      <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.LocalSolver-7.5">
56      <HintPath>..\..\..\trunk\bin\HeuristicLab.LocalSolver-7.5.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Operators.Views.GraphVisualization-3.3">
63      <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators.Views.GraphVisualization-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
66      <SpecificVersion>False</SpecificVersion>
67      <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Problems.Instances-3.3">
70      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
73      <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
76      <SpecificVersion>False</SpecificVersion>
77      <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath>
78    </Reference>
79    <Reference Include="HeuristicLab.SequentialEngine-3.3">
80      <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="localsolvernet, Version=7.5.0.0, Culture=neutral, processorArchitecture=AMD64">
83      <SpecificVersion>False</SpecificVersion>
84      <HintPath>..\..\..\trunk\bin\localsolvernet.dll</HintPath>
85    </Reference>
86    <Reference Include="oplall, Version=12.7.0.0, Culture=neutral, PublicKeyToken=7906592bc7cc7340, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\..\trunk\bin\oplall.dll</HintPath>
89    </Reference>
90    <Reference Include="System" />
91    <Reference Include="System.Core" />
92    <Reference Include="System.Xml.Linq" />
93    <Reference Include="System.Data.DataSetExtensions" />
94    <Reference Include="Microsoft.CSharp" />
95    <Reference Include="System.Data" />
96    <Reference Include="System.Net.Http" />
97    <Reference Include="System.Xml" />
98  </ItemGroup>
99  <ItemGroup>
100    <Compile Include="Program.cs" />
101    <Compile Include="Properties\AssemblyInfo.cs" />
102    <Compile Include="Properties\Resources.Designer.cs">
103      <AutoGen>True</AutoGen>
104      <DesignTime>True</DesignTime>
105      <DependentUpon>Resources.resx</DependentUpon>
106    </Compile>
107  </ItemGroup>
108  <ItemGroup>
109    <None Include="ALPS Instance.hl" />
110    <EmbeddedResource Include="Properties\Resources.resx">
111      <Generator>ResXFileCodeGenerator</Generator>
112      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
113    </EmbeddedResource>
114    <None Include="App.config" />
115    <None Include="packages.config" />
116  </ItemGroup>
117  <ItemGroup>
118    <ProjectReference Include="..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
119      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
120      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
123      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
124      <Name>HeuristicLab.Optimization-3.3</Name>
125    </ProjectReference>
126    <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj">
127      <Project>{577239ec-7d7f-4505-a0a4-572e34010dba}</Project>
128      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3</Name>
129    </ProjectReference>
130    <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
131      <Project>{c739e6d2-5680-4804-a810-8017da0c238f}</Project>
132      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
133    </ProjectReference>
134  </ItemGroup>
135  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136</Project>
Note: See TracBrowser for help on using the repository browser.