|
@@ -14,6 +14,21 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
|
+ <PublishUrl>publish\</PublishUrl>
|
|
|
+ <Install>true</Install>
|
|
|
+ <InstallFrom>Disk</InstallFrom>
|
|
|
+ <UpdateEnabled>false</UpdateEnabled>
|
|
|
+ <UpdateMode>Foreground</UpdateMode>
|
|
|
+ <UpdateInterval>7</UpdateInterval>
|
|
|
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
+ <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
+ <UpdateRequired>false</UpdateRequired>
|
|
|
+ <MapFileExtensions>true</MapFileExtensions>
|
|
|
+ <ApplicationRevision>0</ApplicationRevision>
|
|
|
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
+ <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
+ <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -118,6 +133,18 @@
|
|
|
<ItemGroup>
|
|
|
<Folder Include="DLL\" />
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <BootstrapperPackage Include=".NETFramework,Version=v4.7.1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>Microsoft .NET Framework 4.7.1 %28x86 和 x64%29</ProductName>
|
|
|
+ <Install>true</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
+ <Install>false</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<PropertyGroup>
|
|
|
<PreBuildEvent>
|