Last change
on this file since 15785 was
14536,
checked in by jzenisek, 8 years ago
|
#2719 added datastream type; updated the optimizer view and control functionality
|
File size:
760 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
---|
4 | <StartAction>Program</StartAction>
|
---|
5 | <StartProgram>C:\dev\workspaces\hl-core\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
|
---|
6 | <StartArguments>/hidestarter /start:Optimizer</StartArguments>
|
---|
7 | </PropertyGroup>
|
---|
8 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
---|
9 | <StartAction>Program</StartAction>
|
---|
10 | <StartProgram>C:\dev\workspaces\hl-core\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
|
---|
11 | <StartArguments>/hidestarter /start:Optimizer</StartArguments>
|
---|
12 | </PropertyGroup>
|
---|
13 | </Project> |
---|
Note: See
TracBrowser
for help on using the repository browser.