Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/AlgorithmBehaviorUnitTests/AlgorithmBehaviorUnitTests.csproj @ 10222

Last change on this file since 10222 was 10222, checked in by ascheibe, 10 years ago

#1886

  • improved qhull wrapper
  • cleaned up unit tests
File size: 8.6 KB
Line 
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    <ProjectGuid>{8EFDEA16-A348-401F-82FC-C7E08FDA1C5A}</ProjectGuid>
7    <OutputType>Library</OutputType>
8    <AppDesignerFolder>Properties</AppDesignerFolder>
9    <RootNamespace>AlgorithmBehaviorUnitTests</RootNamespace>
10    <AssemblyName>AlgorithmBehaviorUnitTests</AssemblyName>
11    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12    <FileAlignment>512</FileAlignment>
13    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
15    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
16    <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
17    <IsCodedUITest>False</IsCodedUITest>
18    <TestProjectType>UnitTest</TestProjectType>
19  </PropertyGroup>
20  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21    <DebugSymbols>true</DebugSymbols>
22    <DebugType>full</DebugType>
23    <Optimize>false</Optimize>
24    <OutputPath>bin\Debug\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>bin\Release\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
40      <SpecificVersion>False</SpecificVersion>
41      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
42    </Reference>
43    <Reference Include="HeuristicLab.Common-3.3">
44      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Core-3.3">
47      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Data-3.3">
50      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
53      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
58      <Private>True</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <SpecificVersion>False</SpecificVersion>
62      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
63    </Reference>
64    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
65      <SpecificVersion>False</SpecificVersion>
66      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
69      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
72      <SpecificVersion>False</SpecificVersion>
73      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.Random-3.3">
76      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="System" />
79    <Reference Include="System.Core">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Data" />
83    <Reference Include="System.Drawing" />
84    <Reference Include="System.Windows.Forms" />
85    <Reference Include="System.Xml" />
86  </ItemGroup>
87  <Choose>
88    <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
89      <ItemGroup>
90        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
91      </ItemGroup>
92    </When>
93    <Otherwise>
94      <ItemGroup>
95        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
96      </ItemGroup>
97    </Otherwise>
98  </Choose>
99  <ItemGroup>
100    <Compile Include="LPConvexHullSortingTest.cs" />
101    <Compile Include="LPConvexHullTest.cs" />
102    <Compile Include="PermutationCacheTest.cs" />
103    <Compile Include="DistanceMatrixToPointsTest.cs" />
104    <Compile Include="Properties\AssemblyInfo.cs" />
105    <Compile Include="ConvexHullTest.cs" />
106    <Compile Include="RealVectorSolutionCacheTest.cs" />
107    <Compile Include="VolumeCalculationTest.cs" />
108  </ItemGroup>
109  <ItemGroup>
110    <ProjectReference Include="..\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3.csproj">
111      <Project>{4b306883-eb5b-4de0-a5e1-b6bfd8a2e4d4}</Project>
112      <Name>HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3</Name>
113    </ProjectReference>
114    <ProjectReference Include="..\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers\3.3\HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj">
115      <Project>{2533d1f9-f7f6-46cb-90d2-76d254e38dee}</Project>
116      <Name>HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3</Name>
117    </ProjectReference>
118    <ProjectReference Include="..\HeuristicLab.Analysis.SolutionCaching\3.3\HeuristicLab.Analysis.SolutionCaching-3.3.csproj">
119      <Project>{a05aa272-14ec-4422-ac70-c9ca42164441}</Project>
120      <Name>HeuristicLab.Analysis.SolutionCaching-3.3</Name>
121    </ProjectReference>
122    <ProjectReference Include="..\MIConvexHull\MIConvexHull.csproj">
123      <Project>{2337776d-7d0c-40aa-a439-c26c3ce24fab}</Project>
124      <Name>MIConvexHull</Name>
125    </ProjectReference>
126  </ItemGroup>
127  <Choose>
128    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
129      <ItemGroup>
130        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
131          <Private>False</Private>
132        </Reference>
133        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
134          <Private>False</Private>
135        </Reference>
136        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
137          <Private>False</Private>
138        </Reference>
139        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
140          <Private>False</Private>
141        </Reference>
142      </ItemGroup>
143    </When>
144  </Choose>
145  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
146  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
148       Other similar extension points exist, see Microsoft.Common.targets.
149  <Target Name="BeforeBuild">
150  </Target>
151  <Target Name="AfterBuild">
152  </Target>
153  -->
154</Project>
Note: See TracBrowser for help on using the repository browser.