Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj.user @ 7785

Last change on this file since 7785 was 7785, checked in by bburlacu, 12 years ago

#1772: Moved tree matching functionality in separate class, implemented new tree fragments analyzer. Fixed bug in GetCutIndex method.

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
4    <StartAction>Program</StartAction>
5    <StartProgram>C:\Users\bburlacu\Desktop\HL-Core\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
6  </PropertyGroup>
7  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
8    <StartAction>Program</StartAction>
9    <StartProgram>C:\Users\Bogdan\Desktop\Trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
10  </PropertyGroup>
11  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
12    <StartAction>Program</StartAction>
13    <StartProgram>C:\Users\bburlacu\Desktop\HL-Core\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
14  </PropertyGroup>
15  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
16    <StartAction>Program</StartAction>
17    <StartProgram>C:\Users\bburlacu\Desktop\HL-Core\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
18  </PropertyGroup>
19  <PropertyGroup>
20    <ProjectView>ProjectFiles</ProjectView>
21  </PropertyGroup>
22</Project>
Note: See TracBrowser for help on using the repository browser.