Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Tests/HeuristicLab.EvolutionTracking.Tests.csproj @ 12208

Last change on this file since 12208 was 12208, checked in by bburlacu, 9 years ago

#1772: Merged trunk and worked on the graph view.

File size: 5.9 KB
Line 
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    <ProjectGuid>{F065C97D-A66B-401C-AD1B-78D59E14BEDA}</ProjectGuid>
7    <OutputType>Library</OutputType>
8    <AppDesignerFolder>Properties</AppDesignerFolder>
9    <RootNamespace>HeuristicLab.EvolutionTracking.Tests</RootNamespace>
10    <AssemblyName>HeuristicLab.EvolutionTracking.Tests</AssemblyName>
11    <TargetFrameworkVersion>v4.5</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>..\..\..\trunk\sources\bin\</OutputPath>
25    <DefineConstants>DEBUG;TRACE</DefineConstants>
26    <ErrorReport>prompt</ErrorReport>
27    <WarningLevel>4</WarningLevel>
28    <UseVSHostingProcess>false</UseVSHostingProcess>
29  </PropertyGroup>
30  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31    <DebugType>pdbonly</DebugType>
32    <Optimize>true</Optimize>
33    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
34    <DefineConstants>TRACE</DefineConstants>
35    <ErrorReport>prompt</ErrorReport>
36    <WarningLevel>4</WarningLevel>
37  </PropertyGroup>
38  <ItemGroup>
39    <Reference Include="HeuristicLab.Common-3.3">
40      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Core-3.3">
43      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="System" />
50  </ItemGroup>
51  <Choose>
52    <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
53      <ItemGroup>
54        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
55      </ItemGroup>
56    </When>
57    <Otherwise>
58      <ItemGroup>
59        <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
60      </ItemGroup>
61    </Otherwise>
62  </Choose>
63  <ItemGroup>
64    <Compile Include="GenealogyOperationsPerformanceTests.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <ProjectReference Include="..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
69      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
70      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
71    </ProjectReference>
72    <ProjectReference Include="..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
73      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
74      <Name>HeuristicLab.EvolutionTracking-3.4</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
77      <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project>
78      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
79    </ProjectReference>
80  </ItemGroup>
81  <Choose>
82    <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
83      <ItemGroup>
84        <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
85          <Private>False</Private>
86        </Reference>
87        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
88          <Private>False</Private>
89        </Reference>
90        <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
91          <Private>False</Private>
92        </Reference>
93        <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
94          <Private>False</Private>
95        </Reference>
96      </ItemGroup>
97    </When>
98  </Choose>
99  <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
100  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102       Other similar extension points exist, see Microsoft.Common.targets.
103  <Target Name="BeforeBuild">
104  </Target>
105  <Target Name="AfterBuild">
106  </Target>
107  -->
108</Project>
Note: See TracBrowser for help on using the repository browser.