1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="12.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.6.1</TargetFrameworkVersion>
|
---|
15 | <FileAlignment>512</FileAlignment>
|
---|
16 | <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
---|
17 | <TargetFrameworkProfile />
|
---|
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>
|
---|
27 | <Prefer32Bit>false</Prefer32Bit>
|
---|
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>
|
---|
36 | <Prefer32Bit>false</Prefer32Bit>
|
---|
37 | </PropertyGroup>
|
---|
38 | <ItemGroup>
|
---|
39 | <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
|
---|
40 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
|
---|
41 | <Private>True</Private>
|
---|
42 | </Reference>
|
---|
43 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
|
---|
44 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
45 | <Private>True</Private>
|
---|
46 | </Reference>
|
---|
47 | <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0">
|
---|
48 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
|
---|
49 | <Private>True</Private>
|
---|
50 | </Reference>
|
---|
51 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
|
---|
52 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
53 | <Private>True</Private>
|
---|
54 | </Reference>
|
---|
55 | <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
|
---|
56 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
|
---|
57 | <Private>True</Private>
|
---|
58 | </Reference>
|
---|
59 | <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0">
|
---|
60 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
|
---|
61 | <Private>True</Private>
|
---|
62 | </Reference>
|
---|
63 | <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
|
---|
64 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
|
---|
65 | <Private>True</Private>
|
---|
66 | </Reference>
|
---|
67 | <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
|
---|
68 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
|
---|
69 | <Private>True</Private>
|
---|
70 | </Reference>
|
---|
71 | <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0">
|
---|
72 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
|
---|
73 | <Private>True</Private>
|
---|
74 | </Reference>
|
---|
75 | <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0">
|
---|
76 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
|
---|
77 | <Private>True</Private>
|
---|
78 | </Reference>
|
---|
79 | <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0">
|
---|
80 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
|
---|
81 | <Private>True</Private>
|
---|
82 | </Reference>
|
---|
83 | <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3, Version=3.3.0.0">
|
---|
84 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>
|
---|
85 | <Private>True</Private>
|
---|
86 | </Reference>
|
---|
87 | <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0">
|
---|
88 | <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
89 | <Private>True</Private>
|
---|
90 | </Reference>
|
---|
91 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
92 | <Private>False</Private>
|
---|
93 | </Reference>
|
---|
94 | <Reference Include="System" />
|
---|
95 | <Reference Include="System.Core">
|
---|
96 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
97 | </Reference>
|
---|
98 | <Reference Include="System.Data" />
|
---|
99 | <Reference Include="System.Drawing" />
|
---|
100 | </ItemGroup>
|
---|
101 | <ItemGroup>
|
---|
102 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
103 | <Visible>False</Visible>
|
---|
104 | </CodeAnalysisDependentAssemblyPaths>
|
---|
105 | </ItemGroup>
|
---|
106 | <ItemGroup>
|
---|
107 | <Compile Include="CordeauCrossoverTest.cs" />
|
---|
108 | <Compile Include="GQAPNMoveEvaluatorTest.cs" />
|
---|
109 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
110 | <Compile Include="ApproximateLocalSearchTest.cs" />
|
---|
111 | <Compile Include="GRASPTest.cs" />
|
---|
112 | </ItemGroup>
|
---|
113 | <ItemGroup>
|
---|
114 | <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
115 | <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
|
---|
116 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
117 | </ProjectReference>
|
---|
118 | <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3.csproj">
|
---|
119 | <Project>{577239EC-7D7F-4505-A0A4-572E34010DBA}</Project>
|
---|
120 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms-3.3</Name>
|
---|
121 | </ProjectReference>
|
---|
122 | <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
|
---|
123 | <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project>
|
---|
124 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
|
---|
125 | </ProjectReference>
|
---|
126 | </ItemGroup>
|
---|
127 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
128 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
129 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
130 | <Target Name="BeforeBuild">
|
---|
131 | </Target>
|
---|
132 | <Target Name="AfterBuild">
|
---|
133 | </Target>
|
---|
134 | -->
|
---|
135 | </Project> |
---|