Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2665 Dynamic ErcValues, Separate Push from BenchmarkSuite Push

File size: 4.3 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.Collections-3.3">
37      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
38    </Reference>
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.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Random-3.3">
50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="System" />
53    <Reference Include="System.Core" />
54    <Reference Include="System.Xml.Linq" />
55    <Reference Include="System.Data.DataSetExtensions" />
56    <Reference Include="Microsoft.CSharp" />
57    <Reference Include="System.Data" />
58    <Reference Include="System.Net.Http" />
59    <Reference Include="System.Xml" />
60  </ItemGroup>
61  <ItemGroup>
62    <Compile Include="DirtyList\DirtyList.cs" />
63    <Compile Include="DirtyList\PushList.cs" />
64    <Compile Include="DirtyList\PushStack3.cs" />
65    <Compile Include="DirtyList\PushStack.cs" />
66    <Compile Include="Program.cs" />
67    <Compile Include="Properties\AssemblyInfo.cs" />
68  </ItemGroup>
69  <ItemGroup>
70    <None Include="App.config" />
71  </ItemGroup>
72  <ItemGroup>
73    <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis.Base\HeuristicLab.Problems.ProgramSynthesis.Base.csproj">
74      <Project>{0A60B6BA-8ACE-478E-98F3-57441B53B5F9}</Project>
75      <Name>HeuristicLab.Problems.ProgramSynthesis.Base</Name>
76    </ProjectReference>
77    <ProjectReference Include="..\HeuristicLab.Problems.ProgramSynthesis\HeuristicLab.Problems.ProgramSynthesis.csproj">
78      <Project>{5C93448C-47E3-4C3F-B1D0-EE62A48C3204}</Project>
79      <Name>HeuristicLab.Problems.ProgramSynthesis</Name>
80    </ProjectReference>
81  </ItemGroup>
82  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84       Other similar extension points exist, see Microsoft.Common.targets.
85  <Target Name="BeforeBuild">
86  </Target>
87  <Target Name="AfterBuild">
88  </Target>
89  -->
90</Project>
Note: See TracBrowser for help on using the repository browser.