27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<PublishUrlHistory>publish\</PublishUrlHistory>
|
|
<InstallUrlHistory />
|
|
<SupportUrlHistory />
|
|
<UpdateUrlHistory />
|
|
<BootstrapperUrlHistory />
|
|
<ErrorReportUrlHistory />
|
|
<FallbackCulture>en-US</FallbackCulture>
|
|
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<StartArguments>-c</StartArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<StartArguments>-c</StartArguments>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<StartArguments>-c</StartArguments>
|
|
<StartAction>Project</StartAction>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<StartArguments>-c</StartArguments>
|
|
<StartAction>Project</StartAction>
|
|
</PropertyGroup>
|
|
</Project> |