Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/UnitTests/UnitTests.csproj @ 15562

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

#1614: added additional algorithms

File size: 6.5 KB
RevLine 
[7412]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>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{68C6C157-08DA-414F-9256-CCCA13038399}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>UnitTests</RootNamespace>
13    <AssemblyName>UnitTests</AssemblyName>
[13418]14    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
[7412]15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
[13418]17    <TargetFrameworkProfile />
[7412]18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\Debug\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
[13418]27    <Prefer32Bit>false</Prefer32Bit>
[7412]28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\Release\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
[13418]36    <Prefer32Bit>false</Prefer32Bit>
[7412]37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="HeuristicLab.Collections-3.3">
40      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
41      <Private>True</Private>
42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
45      <Private>True</Private>
46    </Reference>
47    <Reference Include="HeuristicLab.Common.Resources-3.3">
48      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
49      <Private>True</Private>
50    </Reference>
51    <Reference Include="HeuristicLab.Core-3.3">
52      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
53      <Private>True</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Data-3.3">
56      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
57      <Private>True</Private>
58    </Reference>
59    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
60      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
61      <Private>True</Private>
62    </Reference>
63    <Reference Include="HeuristicLab.Operators-3.3">
64      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
65      <Private>True</Private>
66    </Reference>
67    <Reference Include="HeuristicLab.Parameters-3.3">
68      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
69      <Private>True</Private>
70    </Reference>
71    <Reference Include="HeuristicLab.Persistence-3.3">
72      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
73      <Private>True</Private>
74    </Reference>
75    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
76      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
77      <Private>True</Private>
78    </Reference>
[7593]79    <Reference Include="HeuristicLab.Problems.Instances-3.3">
80      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
[7561]81      <SpecificVersion>False</SpecificVersion>
[7970]82      <Private>True</Private>
[7561]83    </Reference>
[7593]84    <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
85      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
86      <SpecificVersion>False</SpecificVersion>
[7970]87      <Private>True</Private>
[7593]88    </Reference>
[7412]89    <Reference Include="HeuristicLab.Random-3.3">
90      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="System" />
96    <Reference Include="System.Core">
97      <RequiredTargetFramework>3.5</RequiredTargetFramework>
98    </Reference>
99    <Reference Include="System.Data" />
100    <Reference Include="System.Drawing" />
101  </ItemGroup>
102  <ItemGroup>
103    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
104      <Visible>False</Visible>
105    </CodeAnalysisDependentAssemblyPaths>
106  </ItemGroup>
107  <ItemGroup>
[7523]108    <Compile Include="CordeauCrossoverTest.cs" />
[7412]109    <Compile Include="GQAPNMoveEvaluatorTest.cs" />
110    <Compile Include="Properties\AssemblyInfo.cs" />
[15512]111    <Compile Include="ApproximateLocalSearchTest.cs" />
[15562]112    <Compile Include="GRASPTest.cs" />
[7412]113  </ItemGroup>
114  <ItemGroup>
[15490]115    <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
116      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
117      <Name>HeuristicLab.Optimization-3.3</Name>
118    </ProjectReference>
[15562]119    <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj">
120      <Project>{577239EC-7D7F-4505-A0A4-572E34010DBA}</Project>
121      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3</Name>
122    </ProjectReference>
[7412]123    <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
124      <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project>
125      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
126    </ProjectReference>
127  </ItemGroup>
128  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
129  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130       Other similar extension points exist, see Microsoft.Common.targets.
131  <Target Name="BeforeBuild">
132  </Target>
133  <Target Name="AfterBuild">
134  </Target>
135  -->
136</Project>
Note: See TracBrowser for help on using the repository browser.