Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2936_GQAPIntegration/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj @ 16712

Last change on this file since 16712 was 16712, checked in by gkronber, 5 years ago

#2936: adapted branch to new persistence (works with HL trunk r16711)

File size: 7.4 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>{577239EC-7D7F-4505-A0A4-572E34010DBA}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>false</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <DelaySign>false</DelaySign>
38  </PropertyGroup>
39  <PropertyGroup>
40    <AssemblyOriginatorKeyFile>
41    </AssemblyOriginatorKeyFile>
42  </PropertyGroup>
43  <ItemGroup>
44    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
45      <SpecificVersion>False</SpecificVersion>
46      <HintPath>..\..\..\..\trunk\bin\HEAL.Attic.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <SpecificVersion>False</SpecificVersion>
51      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
52      <Private>False</Private>
53    </Reference>
54    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
55      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
56      <Private>False</Private>
57    </Reference>
58    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
59      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
60      <Private>False</Private>
61    </Reference>
62    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0">
63      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
64      <Private>False</Private>
65    </Reference>
66    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
67      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
68      <Private>False</Private>
69    </Reference>
70    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
71      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
72      <Private>False</Private>
73    </Reference>
74    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
75      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
76      <Private>False</Private>
77    </Reference>
78    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
79      <SpecificVersion>False</SpecificVersion>
80      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
81      <Private>False</Private>
82    </Reference>
83    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0">
84      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
85      <Private>False</Private>
86    </Reference>
87    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
88      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0">
92      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
96      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0">
100      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
101      <Private>False</Private>
102    </Reference>
103    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0">
104      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="System" />
108    <Reference Include="System.Core" />
109    <Reference Include="System.Data" />
110    <Reference Include="System.Drawing" />
111  </ItemGroup>
112  <ItemGroup>
113    <None Include="Properties\AssemblyInfo.cs.frame" />
114    <Compile Include="Infrastructure\Algorithms\StochasticAlgorithm.cs" />
115    <Compile Include="Infrastructure\Contexts\StochasticContext.cs" />
116    <Compile Include="Infrastructure\Contexts\BasicContext.cs" />
117    <Compile Include="Infrastructure\Algorithms\ContextAlgorithm.cs" />
118    <Compile Include="GRASP\GRASPContext.cs" />
119    <Compile Include="GRASP\GRASP.cs" />
120    <Compile Include="Infrastructure\Interfaces.cs" />
121    <None Include="Plugin.cs.frame" />
122    <Compile Include="Plugin.cs" />
123    <Compile Include="Infrastructure\Contexts\SingleSolutionContext.cs" />
124    <Compile Include="Infrastructure\Contexts\PopulationContext.cs" />
125    <Compile Include="Properties\AssemblyInfo.cs" />
126    <Compile Include="Infrastructure\SingleObjectiveSolutionScope.cs" />
127  </ItemGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
130      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
131      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
132      <Private>False</Private>
133    </ProjectReference>
134    <ProjectReference Include="..\..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
135      <Project>{c739e6d2-5680-4804-a810-8017da0c238f}</Project>
136      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
137      <Private>False</Private>
138    </ProjectReference>
139  </ItemGroup>
140  <ItemGroup />
141  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
142  <PropertyGroup>
143    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
144set ProjectDir=$(ProjectDir)
145set SolutionDir=$(SolutionDir)
146set Outdir=$(Outdir)
147
148call PreBuildEvent.cmd</PreBuildEvent>
149  </PropertyGroup>
150</Project>
Note: See TracBrowser for help on using the repository browser.