[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>
|
---|
| 14 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
| 15 | <FileAlignment>512</FileAlignment>
|
---|
| 16 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
| 17 | </PropertyGroup>
|
---|
| 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 19 | <DebugSymbols>true</DebugSymbols>
|
---|
| 20 | <DebugType>full</DebugType>
|
---|
| 21 | <Optimize>false</Optimize>
|
---|
| 22 | <OutputPath>bin\Debug\</OutputPath>
|
---|
| 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 24 | <ErrorReport>prompt</ErrorReport>
|
---|
| 25 | <WarningLevel>4</WarningLevel>
|
---|
| 26 | </PropertyGroup>
|
---|
| 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 28 | <DebugType>pdbonly</DebugType>
|
---|
| 29 | <Optimize>true</Optimize>
|
---|
| 30 | <OutputPath>bin\Release\</OutputPath>
|
---|
| 31 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 32 | <ErrorReport>prompt</ErrorReport>
|
---|
| 33 | <WarningLevel>4</WarningLevel>
|
---|
| 34 | </PropertyGroup>
|
---|
| 35 | <ItemGroup>
|
---|
| 36 | <Reference Include="HeuristicLab.Collections-3.3">
|
---|
| 37 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
| 38 | <Private>True</Private>
|
---|
| 39 | </Reference>
|
---|
| 40 | <Reference Include="HeuristicLab.Common-3.3">
|
---|
| 41 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 42 | <Private>True</Private>
|
---|
| 43 | </Reference>
|
---|
| 44 | <Reference Include="HeuristicLab.Common.Resources-3.3">
|
---|
| 45 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
| 46 | <Private>True</Private>
|
---|
| 47 | </Reference>
|
---|
| 48 | <Reference Include="HeuristicLab.Core-3.3">
|
---|
| 49 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 50 | <Private>True</Private>
|
---|
| 51 | </Reference>
|
---|
| 52 | <Reference Include="HeuristicLab.Data-3.3">
|
---|
| 53 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
| 54 | <Private>True</Private>
|
---|
| 55 | </Reference>
|
---|
| 56 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
|
---|
| 57 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
| 58 | <Private>True</Private>
|
---|
| 59 | </Reference>
|
---|
| 60 | <Reference Include="HeuristicLab.Operators-3.3">
|
---|
| 61 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
| 62 | <Private>True</Private>
|
---|
| 63 | </Reference>
|
---|
| 64 | <Reference Include="HeuristicLab.Optimization-3.3">
|
---|
| 65 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
|
---|
| 66 | <Private>True</Private>
|
---|
| 67 | </Reference>
|
---|
| 68 | <Reference Include="HeuristicLab.Parameters-3.3">
|
---|
| 69 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
| 70 | <Private>True</Private>
|
---|
| 71 | </Reference>
|
---|
| 72 | <Reference Include="HeuristicLab.Persistence-3.3">
|
---|
| 73 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
| 74 | <Private>True</Private>
|
---|
| 75 | </Reference>
|
---|
| 76 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
|
---|
| 77 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
| 78 | <Private>True</Private>
|
---|
| 79 | </Reference>
|
---|
[7593] | 80 | <Reference Include="HeuristicLab.Problems.Instances-3.3">
|
---|
| 81 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
[7561] | 82 | <SpecificVersion>False</SpecificVersion>
|
---|
[7970] | 83 | <Private>True</Private>
|
---|
[7561] | 84 | </Reference>
|
---|
[7593] | 85 | <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3">
|
---|
| 86 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
|
---|
| 87 | <SpecificVersion>False</SpecificVersion>
|
---|
[7970] | 88 | <Private>True</Private>
|
---|
[7593] | 89 | </Reference>
|
---|
[7412] | 90 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
| 91 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
| 92 | </Reference>
|
---|
| 93 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
| 94 | <Private>False</Private>
|
---|
| 95 | </Reference>
|
---|
| 96 | <Reference Include="System" />
|
---|
| 97 | <Reference Include="System.Core">
|
---|
| 98 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 99 | </Reference>
|
---|
| 100 | <Reference Include="System.Data" />
|
---|
| 101 | <Reference Include="System.Drawing" />
|
---|
| 102 | </ItemGroup>
|
---|
| 103 | <ItemGroup>
|
---|
| 104 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
| 105 | <Visible>False</Visible>
|
---|
| 106 | </CodeAnalysisDependentAssemblyPaths>
|
---|
| 107 | </ItemGroup>
|
---|
| 108 | <ItemGroup>
|
---|
[7523] | 109 | <Compile Include="CordeauCrossoverTest.cs" />
|
---|
[7412] | 110 | <Compile Include="GQAPNMoveEvaluatorTest.cs" />
|
---|
| 111 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 112 | </ItemGroup>
|
---|
| 113 | <ItemGroup>
|
---|
| 114 | <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3.csproj">
|
---|
| 115 | <Project>{DA367BE5-4F53-4243-933B-32AAB86189D5}</Project>
|
---|
| 116 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3</Name>
|
---|
| 117 | </ProjectReference>
|
---|
| 118 | <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
|
---|
| 119 | <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project>
|
---|
| 120 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
|
---|
| 121 | </ProjectReference>
|
---|
| 122 | </ItemGroup>
|
---|
| 123 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 124 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 125 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 126 | <Target Name="BeforeBuild">
|
---|
| 127 | </Target>
|
---|
| 128 | <Target Name="AfterBuild">
|
---|
| 129 | </Target>
|
---|
| 130 | -->
|
---|
| 131 | </Project> |
---|