Free cookie consent management tool by TermsFeed Policy Generator

source: branches/QAP/HeuristicLab.Encodings.PermutationEncoding/3.3/Tests/HeuristicLab.Encodings.PermutationEncoding-3.3.Tests.csproj @ 5785

Last change on this file since 5785 was 5785, checked in by abeham, 13 years ago

#1330

  • Added Swap2 move to permutation (+tabu search operators)
  • Added move evaluators for QAP (translocation/insertion missing)
  • Merged trunk-changes from Optimization into QAP branch
File size: 9.1 KB
Line 
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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{13CA37D6-4111-4E7B-BE2E-AF3DE462D384}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Encodings.PermutationEncoding_33.Tests</RootNamespace>
12    <AssemblyName>HeuristicLab.Encodings.PermutationEncoding-3.3.Tests</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16    <FileUpgradeFlags>
17    </FileUpgradeFlags>
18    <OldToolsVersion>3.5</OldToolsVersion>
19    <UpgradeBackupLocation />
20    <PublishUrl>publish\</PublishUrl>
21    <Install>true</Install>
22    <InstallFrom>Disk</InstallFrom>
23    <UpdateEnabled>false</UpdateEnabled>
24    <UpdateMode>Foreground</UpdateMode>
25    <UpdateInterval>7</UpdateInterval>
26    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27    <UpdatePeriodically>false</UpdatePeriodically>
28    <UpdateRequired>false</UpdateRequired>
29    <MapFileExtensions>true</MapFileExtensions>
30    <ApplicationRevision>0</ApplicationRevision>
31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32    <IsWebBootstrapper>false</IsWebBootstrapper>
33    <UseApplicationTrust>false</UseApplicationTrust>
34    <BootstrapperEnabled>true</BootstrapperEnabled>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
54  </PropertyGroup>
55  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
56    <DebugSymbols>true</DebugSymbols>
57    <OutputPath>bin\x86\Debug\</OutputPath>
58    <DefineConstants>DEBUG;TRACE</DefineConstants>
59    <DebugType>full</DebugType>
60    <PlatformTarget>x86</PlatformTarget>
61    <ErrorReport>prompt</ErrorReport>
62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
65    <OutputPath>bin\x86\Release\</OutputPath>
66    <DefineConstants>TRACE</DefineConstants>
67    <Optimize>true</Optimize>
68    <DebugType>pdbonly</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
74    <DebugSymbols>true</DebugSymbols>
75    <OutputPath>bin\x64\Debug\</OutputPath>
76    <DefineConstants>DEBUG;TRACE</DefineConstants>
77    <DebugType>full</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
83    <OutputPath>bin\x64\Release\</OutputPath>
84    <DefineConstants>TRACE</DefineConstants>
85    <Optimize>true</Optimize>
86    <DebugType>pdbonly</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90  </PropertyGroup>
91  <ItemGroup>
92    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
93      <HintPath>..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
96      <HintPath>..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
99      <HintPath>..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
102      <HintPath>..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
105      <HintPath>..\..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
108    <Reference Include="System" />
109    <Reference Include="System.Core">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Data" />
113    <Reference Include="System.Drawing" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="Auxiliary.cs" />
118    <Compile Include="CosaCrossoverTest.cs" />
119    <Compile Include="CyclicCrossover2Test.cs" />
120    <Compile Include="CyclicCrossoverTest.cs" />
121    <Compile Include="EdgeRecombinationCrossoverTest.cs" />
122    <Compile Include="InsertionManipulatorTest.cs" />
123    <Compile Include="InversionManipulatorTest.cs" />
124    <Compile Include="MaximalPreservativeCrossoverTest.cs" />
125    <Compile Include="OrderBasedCrossoverTest.cs" />
126    <Compile Include="OrderCrossover2Test.cs" />
127    <Compile Include="OrderCrossoverTest.cs" />
128    <Compile Include="PartiallyMatchedCrossoverTest.cs" />
129    <Compile Include="PositionBasedCrossoverTest.cs" />
130    <Compile Include="Properties\AssemblyInfo.cs" />
131    <Compile Include="Random.cs" />
132    <Compile Include="ScrambleManipulatorTest.cs" />
133    <Compile Include="Swap2ManipulatorTest.cs" />
134    <Compile Include="Swap3ManipulatorTest.cs" />
135    <Compile Include="TranslocationInversionManipulatorTest.cs" />
136    <Compile Include="TranslocationManipulatorTest.cs" />
137  </ItemGroup>
138  <ItemGroup>
139    <Content Include="AuthoringTests.txt" />
140  </ItemGroup>
141  <ItemGroup>
142    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
143      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
144      <Name>HeuristicLab.Optimization-3.3</Name>
145    </ProjectReference>
146    <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
147      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
148      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
149    </ProjectReference>
150  </ItemGroup>
151  <ItemGroup>
152    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
153      <Visible>False</Visible>
154      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
155      <Install>true</Install>
156    </BootstrapperPackage>
157    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
158      <Visible>False</Visible>
159      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
160      <Install>false</Install>
161    </BootstrapperPackage>
162    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
163      <Visible>False</Visible>
164      <ProductName>.NET Framework 3.5 SP1</ProductName>
165      <Install>false</Install>
166    </BootstrapperPackage>
167    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
168      <Visible>False</Visible>
169      <ProductName>Windows Installer 3.1</ProductName>
170      <Install>true</Install>
171    </BootstrapperPackage>
172  </ItemGroup>
173  <ItemGroup>
174    <Shadow Include="Test References\HeuristicLab.Encodings.PermutationEncoding-3.3.accessor" />
175  </ItemGroup>
176  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
177  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
178       Other similar extension points exist, see Microsoft.Common.targets.
179  <Target Name="BeforeBuild">
180  </Target>
181  <Target Name="AfterBuild">
182  </Target>
183  -->
184</Project>
Note: See TracBrowser for help on using the repository browser.