Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/FeatureTests/FeatureTests.csproj @ 14834

Last change on this file since 14834 was 14834, checked in by pkimmesw, 7 years ago

#2665 LexicaseSelector, Performance improvements, UI Fixes, Debugger only shows used stacks, fixed Debugger stepping, Added vector expressions, ERCOptions,

File size: 3.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{B184A849-1403-4F5F-96F8-952C6599A7C0}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>TestPooling</RootNamespace>
11    <AssemblyName>TestPooling</AssemblyName>
12    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <PlatformTarget>AnyCPU</PlatformTarget>
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <PlatformTarget>AnyCPU</PlatformTarget>
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>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
38    </Reference>
39    <Reference Include="HeuristicLab.Core-3.3">
40      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
41    </Reference>
42    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
43      <SpecificVersion>False</SpecificVersion>
44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
45    </Reference>
46    <Reference Include="HeuristicLab.Random-3.3">
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="System" />
50    <Reference Include="System.Core" />
51    <Reference Include="System.Xml.Linq" />
52    <Reference Include="System.Data.DataSetExtensions" />
53    <Reference Include="Microsoft.CSharp" />
54    <Reference Include="System.Data" />
55    <Reference Include="System.Net.Http" />
56    <Reference Include="System.Xml" />
57  </ItemGroup>
58  <ItemGroup>
59    <Compile Include="DirtyList\DirtyList.cs" />
60    <Compile Include="DirtyList\PushList.cs" />
61    <Compile Include="DirtyList\PushStack3.cs" />
62    <Compile Include="DirtyList\PushStack.cs" />
63    <Compile Include="Program.cs" />
64    <Compile Include="Properties\AssemblyInfo.cs" />
65  </ItemGroup>
66  <ItemGroup>
67    <None Include="App.config" />
68  </ItemGroup>
69  <ItemGroup>
70    <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis\HeuristicLab.Problems.ProgramSynthesis.csproj">
71      <Project>{5C93448C-47E3-4C3F-B1D0-EE62A48C3204}</Project>
72      <Name>HeuristicLab.Problems.ProgramSynthesis</Name>
73    </ProjectReference>
74  </ItemGroup>
75  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77       Other similar extension points exist, see Microsoft.Common.targets.
78  <Target Name="BeforeBuild">
79  </Target>
80  <Target Name="AfterBuild">
81  </Target>
82  -->
83</Project>
Note: See TracBrowser for help on using the repository browser.