Free cookie consent management tool by TermsFeed Policy Generator

source: branches/QAP/HeuristicLab.Analysis/3.3/Tests/HeuristicLab.Analysis.Tests-3.3.csproj @ 5873

Last change on this file since 5873 was 5873, checked in by abeham, 14 years ago

#1330

  • Fixed project references
  • Moved Analysis.Tests project one level up
  • Removed Optimization project as the changes have been merged into the trunk (cf. #1430)
File size: 3.4 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    <ProductVersion>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{34C967E5-EEB1-4502-8035-122EDDEF44CB}</ProjectGuid>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>HeuristicLab.Analysis.Tests</RootNamespace>
13    <AssemblyName>HeuristicLab.Analysis.Tests</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.Common-3.3">
37      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
38    </Reference>
39    <Reference Include="HeuristicLab.Core-3.3">
40      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Data-3.3">
43      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
46    <Reference Include="System" />
47    <Reference Include="System.Core">
48      <RequiredTargetFramework>3.5</RequiredTargetFramework>
49    </Reference>
50  </ItemGroup>
51  <ItemGroup>
52    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
53      <Visible>False</Visible>
54    </CodeAnalysisDependentAssemblyPaths>
55  </ItemGroup>
56  <ItemGroup>
57    <Compile Include="Properties\AssemblyInfo.cs" />
58    <Compile Include="MultidimensionalScalingTest.cs" />
59  </ItemGroup>
60  <ItemGroup>
61    <ProjectReference Include="..\HeuristicLab.Analysis-3.3.csproj">
62      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
63      <Name>HeuristicLab.Analysis-3.3</Name>
64    </ProjectReference>
65  </ItemGroup>
66  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
67  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68       Other similar extension points exist, see Microsoft.Common.targets.
69  <Target Name="BeforeBuild">
70  </Target>
71  <Target Name="AfterBuild">
72  </Target>
73  -->
74</Project>
Note: See TracBrowser for help on using the repository browser.