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-27 12:25:14 +02:00
|
|
|
<StartArguments>TestBot - localhost</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'">
|
2013-08-12 13:06:07 +02:00
|
|
|
<StartArguments>TestBot - localhost</StartArguments>
|
2013-07-18 09:27:19 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|