9 lines
483 B
XML
9 lines
483 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<StartArguments>"c:\temp\test.ecl2"</StartArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<StartArguments>"D:\Tinsky\Visual Basic For ENERGY\Runtime\OD\New.ecl2"</StartArguments>
|
|
</PropertyGroup>
|
|
</Project> |