2010-04-28 16:34:35 +02:00
|
|
|
<?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>-r</StartArguments>
|
|
|
|
</PropertyGroup>
|
2011-01-27 11:19:41 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
<StartArguments>-r</StartArguments>
|
|
|
|
</PropertyGroup>
|
2010-04-28 16:34:35 +02:00
|
|
|
</Project>
|