From 48c61ce7e9a21da5a5952495cd5c73ea76cd3515 Mon Sep 17 00:00:00 2001 From: zgq <519541279@qq.com> Date: 星期三, 20 一月 2021 15:58:59 +0800 Subject: [PATCH] 增加用户信息生产班组及工序选择 --- NETSCM/NETSCM.csproj | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/NETSCM/NETSCM.csproj b/NETSCM/NETSCM.csproj index e6a5f8a..43c9b3f 100644 --- a/NETSCM/NETSCM.csproj +++ b/NETSCM/NETSCM.csproj @@ -18,6 +18,21 @@ </UpgradeBackupLocation> <OldToolsVersion>2.0</OldToolsVersion> <TargetFrameworkProfile /> + <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' "> <DebugSymbols>true</DebugSymbols> @@ -248,6 +263,13 @@ <ItemGroup> <Content Include="杩愯緭绯荤粺.ico" /> </ItemGroup> + <ItemGroup> + <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="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. -- Gitblit v1.9.1