2018-06-07 21:16:17 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
2018-09-12 22:56:50 +08:00
|
|
|
<StartArguments>
|
|
|
|
</StartArguments>
|
2018-06-07 21:16:17 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<PublishUrlHistory>publish\</PublishUrlHistory>
|
|
|
|
<InstallUrlHistory />
|
|
|
|
<SupportUrlHistory />
|
|
|
|
<UpdateUrlHistory />
|
|
|
|
<BootstrapperUrlHistory />
|
|
|
|
<ErrorReportUrlHistory />
|
|
|
|
<FallbackCulture>zh-CN</FallbackCulture>
|
|
|
|
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
|
<StartArguments>
|
|
|
|
</StartArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|