2013-07-18 09:27:19 +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'">
|
2013-07-20 12:58:41 +02:00
|
|
|
<StartArguments>TestBot - localhost bot:scripting:testscript.txt</StartArguments>
|
2013-07-18 09:27:19 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PublishUrlHistory>publish\</PublishUrlHistory>
|
|
|
|
|
<InstallUrlHistory />
|
|
|
|
|
<SupportUrlHistory />
|
|
|
|
|
<UpdateUrlHistory />
|
|
|
|
|
<BootstrapperUrlHistory />
|
|
|
|
|
<ErrorReportUrlHistory />
|
|
|
|
|
<FallbackCulture>en-US</FallbackCulture>
|
|
|
|
|
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<StartArguments>
|
|
|
|
|
</StartArguments>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|