Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1772_HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Tests/HeuristicLab.EvolutionTracking.Tests.csproj

Last change on this file was 17434, checked in by bburlacu, 4 years ago

#1772: Merge trunk changes and fix all errors and compilation warnings.

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