From 5434b8df9177a837f4a3e164277c96a43c353cb5 Mon Sep 17 00:00:00 2001
From: jinghuanzhang <jinghz@oceic.com>
Date: 星期三, 05 四月 2023 13:09:17 +0800
Subject: [PATCH] 1
---
NETSCM/NETSCM.csproj | 38 ++++++++++++++++++++++++++------------
1 files changed, 26 insertions(+), 12 deletions(-)
diff --git a/NETSCM/NETSCM.csproj b/NETSCM/NETSCM.csproj
index 7931919..3c77507 100644
--- a/NETSCM/NETSCM.csproj
+++ b/NETSCM/NETSCM.csproj
@@ -15,6 +15,21 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
+ <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>
@@ -102,21 +117,15 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ClsShowMod.cs" />
- <Compile Include="Form1.cs">
- <SubType>Form</SubType>
- </Compile>
+ <Compile Include="Form1.cs" />
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
- <Compile Include="Frm_Show.cs">
- <SubType>Form</SubType>
- </Compile>
+ <Compile Include="Frm_Show.cs" />
<Compile Include="Frm_Show.designer.cs">
<DependentUpon>Frm_Show.cs</DependentUpon>
</Compile>
- <Compile Include="MDIMain.cs">
- <SubType>Form</SubType>
- </Compile>
+ <Compile Include="MDIMain.cs" />
<Compile Include="MDIMain.designer.cs">
<DependentUpon>MDIMain.cs</DependentUpon>
</Compile>
@@ -161,9 +170,7 @@
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
- <Compile Include="Xt_Wait.cs">
- <SubType>Form</SubType>
- </Compile>
+ <Compile Include="Xt_Wait.cs" />
<Compile Include="Xt_Wait.designer.cs">
<DependentUpon>Xt_Wait.cs</DependentUpon>
</Compile>
@@ -294,6 +301,13 @@
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</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