Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 7561 was 7561, checked in by abeham, 12 years ago

#1614: cleaned up branch, removed instances which were integrated into the trunk

File size: 6.2 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>
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>
[7561]80    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
81    <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <SpecificVersion>False</SpecificVersion>
83      <Private>False</Private>
84    </Reference>
[7412]85    <Reference Include="HeuristicLab.Random-3.3">
86      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="System" />
92    <Reference Include="System.Core">
93      <RequiredTargetFramework>3.5</RequiredTargetFramework>
94    </Reference>
95    <Reference Include="System.Data" />
96    <Reference Include="System.Drawing" />
97  </ItemGroup>
98  <ItemGroup>
99    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
100      <Visible>False</Visible>
101    </CodeAnalysisDependentAssemblyPaths>
102  </ItemGroup>
103  <ItemGroup>
[7523]104    <Compile Include="CordeauCrossoverTest.cs" />
[7412]105    <Compile Include="GQAPNMoveEvaluatorTest.cs" />
106    <Compile Include="Properties\AssemblyInfo.cs" />
107  </ItemGroup>
108  <ItemGroup>
109    <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3.csproj">
110      <Project>{DA367BE5-4F53-4243-933B-32AAB86189D5}</Project>
111      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment.Common-3.3</Name>
112    </ProjectReference>
113    <ProjectReference Include="..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
114      <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project>
115      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
116    </ProjectReference>
117  </ItemGroup>
118  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
119  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120       Other similar extension points exist, see Microsoft.Common.targets.
121  <Target Name="BeforeBuild">
122  </Target>
123  <Target Name="AfterBuild">
124  </Target>
125  -->
126</Project>
Note: See TracBrowser for help on using the repository browser.