[6351] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{5B9B9E8C-2706-43C2-80B8-A08341E431F7}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Problems.QuadraticAssignment.Algorithms</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3</AssemblyName>
|
---|
[16662] | 13 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
---|
[6351] | 14 | <FileAlignment>512</FileAlignment>
|
---|
[11623] | 15 | <TargetFrameworkProfile />
|
---|
[6351] | 16 | </PropertyGroup>
|
---|
| 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 18 | <DebugSymbols>true</DebugSymbols>
|
---|
| 19 | <DebugType>full</DebugType>
|
---|
| 20 | <Optimize>false</Optimize>
|
---|
[6866] | 21 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6351] | 22 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 23 | <ErrorReport>prompt</ErrorReport>
|
---|
| 24 | <WarningLevel>4</WarningLevel>
|
---|
[11623] | 25 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6351] | 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
[6866] | 30 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6351] | 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
[11623] | 34 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6351] | 35 | </PropertyGroup>
|
---|
| 36 | <PropertyGroup>
|
---|
| 37 | <SignAssembly>true</SignAssembly>
|
---|
| 38 | </PropertyGroup>
|
---|
| 39 | <PropertyGroup>
|
---|
| 40 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 41 | </PropertyGroup>
|
---|
| 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
---|
| 43 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 44 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6351] | 45 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 46 | <DebugType>full</DebugType>
|
---|
| 47 | <PlatformTarget>x86</PlatformTarget>
|
---|
| 48 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 49 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 50 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 51 | <ErrorReport>prompt</ErrorReport>
|
---|
| 52 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 53 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 54 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 55 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 56 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 57 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6351] | 58 | </PropertyGroup>
|
---|
| 59 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
---|
[6866] | 60 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6351] | 61 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 62 | <Optimize>true</Optimize>
|
---|
| 63 | <DebugType>pdbonly</DebugType>
|
---|
| 64 | <PlatformTarget>x86</PlatformTarget>
|
---|
[6866] | 65 | <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[6351] | 66 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 67 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 68 | <ErrorReport>prompt</ErrorReport>
|
---|
| 69 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 70 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 71 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 72 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 73 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6351] | 74 | </PropertyGroup>
|
---|
| 75 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
---|
| 76 | <DebugSymbols>true</DebugSymbols>
|
---|
[6866] | 77 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6351] | 78 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 79 | <DebugType>full</DebugType>
|
---|
| 80 | <PlatformTarget>x64</PlatformTarget>
|
---|
| 81 | <CodeAnalysisLogFile>bin\Debug\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
| 82 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 83 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 84 | <ErrorReport>prompt</ErrorReport>
|
---|
| 85 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 86 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 87 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 88 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 89 | <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
---|
[11623] | 90 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6351] | 91 | </PropertyGroup>
|
---|
| 92 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
---|
[6866] | 93 | <OutputPath>$(SolutionDir)\bin\</OutputPath>
|
---|
[6351] | 94 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 95 | <Optimize>true</Optimize>
|
---|
| 96 | <DebugType>pdbonly</DebugType>
|
---|
| 97 | <PlatformTarget>x64</PlatformTarget>
|
---|
[6866] | 98 | <CodeAnalysisLogFile>$(SolutionDir)\bin\Plugin.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
---|
[6351] | 99 | <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
---|
| 100 | <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
---|
| 101 | <ErrorReport>prompt</ErrorReport>
|
---|
| 102 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
---|
| 103 | <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
---|
| 104 | <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
---|
| 105 | <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
---|
| 106 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
---|
| 107 | <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
---|
[11623] | 108 | <Prefer32Bit>false</Prefer32Bit>
|
---|
[6351] | 109 | </PropertyGroup>
|
---|
| 110 | <ItemGroup>
|
---|
| 111 | <Reference Include="System" />
|
---|
| 112 | <Reference Include="System.Core" />
|
---|
| 113 | <Reference Include="System.Data" />
|
---|
[8806] | 114 | <Reference Include="System.Drawing" />
|
---|
[6351] | 115 | </ItemGroup>
|
---|
| 116 | <ItemGroup>
|
---|
[6586] | 117 | <Compile Include="RobustTabooSeachOperator.cs" />
|
---|
[6351] | 118 | <Compile Include="RobustTabooSearch.cs" />
|
---|
| 119 | <None Include="Plugin.cs.frame" />
|
---|
| 120 | <Compile Include="Plugin.cs" />
|
---|
| 121 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6866] | 122 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[6351] | 123 | </ItemGroup>
|
---|
| 124 | <ItemGroup>
|
---|
| 125 | <None Include="HeuristicLab.snk" />
|
---|
| 126 | </ItemGroup>
|
---|
| 127 | <ItemGroup>
|
---|
| 128 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 129 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 130 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
[6866] | 131 | <Private>False</Private>
|
---|
[6351] | 132 | </ProjectReference>
|
---|
| 133 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 134 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 135 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[6866] | 136 | <Private>False</Private>
|
---|
[6351] | 137 | </ProjectReference>
|
---|
| 138 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 139 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 140 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[6866] | 141 | <Private>False</Private>
|
---|
[6351] | 142 | </ProjectReference>
|
---|
| 143 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 144 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 145 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[6866] | 146 | <Private>False</Private>
|
---|
[6351] | 147 | </ProjectReference>
|
---|
| 148 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 149 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 150 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[6866] | 151 | <Private>False</Private>
|
---|
[6351] | 152 | </ProjectReference>
|
---|
| 153 | <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
|
---|
| 154 | <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
|
---|
| 155 | <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
|
---|
[6866] | 156 | <Private>False</Private>
|
---|
[6351] | 157 | </ProjectReference>
|
---|
| 158 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 159 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 160 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
[6866] | 161 | <Private>False</Private>
|
---|
[6351] | 162 | </ProjectReference>
|
---|
| 163 | <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
|
---|
| 164 | <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
|
---|
| 165 | <Name>HeuristicLab.Optimization.Operators-3.3</Name>
|
---|
[6866] | 166 | <Private>False</Private>
|
---|
[6351] | 167 | </ProjectReference>
|
---|
| 168 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 169 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 170 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[6866] | 171 | <Private>False</Private>
|
---|
[6351] | 172 | </ProjectReference>
|
---|
| 173 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 174 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 175 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
[6866] | 176 | <Private>False</Private>
|
---|
[6351] | 177 | </ProjectReference>
|
---|
| 178 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 179 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 180 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
[6866] | 181 | <Private>False</Private>
|
---|
[6351] | 182 | </ProjectReference>
|
---|
| 183 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 184 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 185 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 186 | <Private>False</Private>
|
---|
[6351] | 187 | </ProjectReference>
|
---|
[7558] | 188 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 189 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 190 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
[7646] | 191 | <Private>False</Private>
|
---|
[7558] | 192 | </ProjectReference>
|
---|
[6351] | 193 | <ProjectReference Include="..\..\HeuristicLab.Problems.QuadraticAssignment\3.3\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj">
|
---|
| 194 | <Project>{79271BC8-4446-40E2-BB89-9BE4E17174FE}</Project>
|
---|
| 195 | <Name>HeuristicLab.Problems.QuadraticAssignment-3.3</Name>
|
---|
[6866] | 196 | <Private>False</Private>
|
---|
[6351] | 197 | </ProjectReference>
|
---|
| 198 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 199 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 200 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
[6866] | 201 | <Private>False</Private>
|
---|
[6351] | 202 | </ProjectReference>
|
---|
| 203 | </ItemGroup>
|
---|
[16662] | 204 | <ItemGroup>
|
---|
| 205 | <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 206 | <SpecificVersion>False</SpecificVersion>
|
---|
| 207 | <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
|
---|
| 208 | <Private>False</Private>
|
---|
| 209 | </Reference>
|
---|
| 210 | </ItemGroup>
|
---|
[6351] | 211 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 212 | <PropertyGroup>
|
---|
[8806] | 213 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[6351] | 214 | set ProjectDir=$(ProjectDir)
|
---|
| 215 | set SolutionDir=$(SolutionDir)
|
---|
| 216 | set Outdir=$(Outdir)
|
---|
| 217 |
|
---|
| 218 | call PreBuildEvent.cmd
|
---|
[6866] | 219 | </PreBuildEvent>
|
---|
[8806] | 220 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
[8600] | 221 | export ProjectDir=$(ProjectDir)
|
---|
| 222 | export SolutionDir=$(SolutionDir)
|
---|
| 223 |
|
---|
| 224 | $SolutionDir/PreBuildEvent.sh
|
---|
| 225 | </PreBuildEvent>
|
---|
[6351] | 226 | </PropertyGroup>
|
---|
| 227 | <PropertyGroup>
|
---|
| 228 | <PostBuildEvent>
|
---|
| 229 | </PostBuildEvent>
|
---|
| 230 | </PropertyGroup>
|
---|
| 231 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 232 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 233 | <Target Name="BeforeBuild">
|
---|
| 234 | </Target>
|
---|
| 235 | <Target Name="AfterBuild">
|
---|
| 236 | </Target>
|
---|
| 237 | -->
|
---|
| 238 | </Project> |
---|