Last change
on this file since 8508 was
8213,
checked in by bburlacu, 12 years ago
|
#1772: Performance improvements for the GenealogyGraph. Minor refactoring to VisualGenealogyGraphArc and VisualGenealogyGraphNode classes. Added new functionality to the SymbolicExpressionTreeFragmentsAnalyzer, minor refactoring in the other two analyzers. Refactored View code. Updated project references and plugin dependencies and added HeuristicLab.Problems.DataAnalysis.Symbolic to the branch.
|
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\bburlacu\Projects\HeuristicLab\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.