Last change
on this file since 7997 was
7997,
checked in by bburlacu, 12 years ago
|
#1772: New analyzer: SymbolicExpressionTreeRelativeLengthAnalyzer. Rewrote the SymbolicExpressionTreeFragmentsAnalyzer, added generic wrapper to wrap HL objects as items.
|
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\Desktop\HL-Core\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.