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 11:01:49 +10:00
|
|
|
<StartArguments>user - 127.0.0.1 bot:scripting</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>
|