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>
|
---|
80 | <Reference Include="HeuristicLab.Random-3.3">
|
---|
81 | <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
|
---|
82 | </Reference>
|
---|
83 | <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
---|
84 | <Private>False</Private>
|
---|
85 | </Reference>
|
---|
86 | <Reference Include="System" />
|
---|
87 | <Reference Include="System.Core">
|
---|
88 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
89 | </Reference>
|
---|
90 | <Reference Include="System.Data" />
|
---|
91 | <Reference Include="System.Drawing" />
|
---|
92 | </ItemGroup>
|
---|
93 | <ItemGroup>
|
---|
94 | <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
|
---|
95 | <Visible>False</Visible>
|
---|
96 | </CodeAnalysisDependentAssemblyPaths>
|
---|
97 | </ItemGroup>
|
---|
98 | <ItemGroup>
|
---|
99 | <Compile Include="CordeauCrossoverTest.cs" />
|
---|
100 | <Compile Include="CordeauGQAPInstanceProviderTest.cs" />
|
---|
101 | <Compile Include="ElloumiCTAPInstanceProviderTest.cs" />
|
---|
102 | <Compile Include="QAPLIBInstanceProviderTest.cs" />
|
---|
103 | <Compile Include="GQAPNMoveEvaluatorTest.cs" />
|
---|
104 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
105 | <Compile Include="TSPLIBInstanceProviderTest.cs" />
|
---|
106 | </ItemGroup>
|
---|
107 | <ItemGroup>
|
---|
108 | <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3.csproj">
|
---|
109 | <Project>{DA367BE5-4F53-4243-933B-32AAB86189D5}</Project>
|
---|
110 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3</Name>
|
---|
111 | </ProjectReference>
|
---|
112 | <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
|
---|
113 | <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project>
|
---|
114 | <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
|
---|
115 | </ProjectReference>
|
---|
116 | <ProjectReference Include="..\HeuristicLab.Problems.Instances.CordeauGQAP\3.3\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj">
|
---|
117 | <Project>{1F2718DA-BF13-40EE-A7FD-EEDB4912E64E}</Project>
|
---|
118 | <Name>HeuristicLab.Problems.Instances.CordeauGQAP-3.3</Name>
|
---|
119 | </ProjectReference>
|
---|
120 | <ProjectReference Include="..\HeuristicLab.Problems.Instances.ElloumiCTAP\3.3\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.csproj">
|
---|
121 | <Project>{CCF61DA0-B226-4C0F-8052-29ACC6BDE6EE}</Project>
|
---|
122 | <Name>HeuristicLab.Problems.Instances.ElloumiCTAP-3.3</Name>
|
---|
123 | </ProjectReference>
|
---|
124 | <ProjectReference Include="..\HeuristicLab.Problems.Instances.QAPLIB\3.3\HeuristicLab.Problems.Instances.QAPLIB-3.3.csproj">
|
---|
125 | <Project>{73F29D43-5714-4069-8FAB-0D18FEB5F175}</Project>
|
---|
126 | <Name>HeuristicLab.Problems.Instances.QAPLIB-3.3</Name>
|
---|
127 | </ProjectReference>
|
---|
128 | <ProjectReference Include="..\HeuristicLab.Problems.Instances.TSPLIB\3.3\HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj">
|
---|
129 | <Project>{CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</Project>
|
---|
130 | <Name>HeuristicLab.Problems.Instances.TSPLIB-3.3</Name>
|
---|
131 | </ProjectReference>
|
---|
132 | <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
133 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
134 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
135 | </ProjectReference>
|
---|
136 | </ItemGroup>
|
---|
137 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
138 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
139 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
140 | <Target Name="BeforeBuild">
|
---|
141 | </Target>
|
---|
142 | <Target Name="AfterBuild">
|
---|
143 | </Target>
|
---|
144 | -->
|
---|
145 | </Project> |
---|