From cf31c5a262ad9f8fe66e884c4ca82d6c060422ff Mon Sep 17 00:00:00 2001
From: 高胜 <gs@hdlchina.com.cn>
Date: 星期二, 23 五月 2023 13:45:52 +0800
Subject: [PATCH] 1
---
HDLMonitorService/HDLMonitorService/.vs/HDLMonitorService/v14/.suo | 0
HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj | 28 ++++++++++++++++++++++++++++
HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.vshost.exe.config | 6 +++---
HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.exe.config | 6 +++---
HDLMonitorService/HDLMonitorService/HDLMonitorService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache | 0
HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj.user | 13 +++++++++++++
6 files changed, 47 insertions(+), 6 deletions(-)
diff --git a/HDLMonitorService/HDLMonitorService/.vs/HDLMonitorService/v14/.suo b/HDLMonitorService/HDLMonitorService/.vs/HDLMonitorService/v14/.suo
index 5e8da4b..cd28cc3 100644
--- a/HDLMonitorService/HDLMonitorService/.vs/HDLMonitorService/v14/.suo
+++ b/HDLMonitorService/HDLMonitorService/.vs/HDLMonitorService/v14/.suo
Binary files differ
diff --git a/HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj b/HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj
index 7641df9..9f25ceb 100644
--- a/HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj
+++ b/HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj
@@ -12,6 +12,21 @@
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+ <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>
@@ -43,6 +58,7 @@
<Reference Include="System.Core" />
<Reference Include="System.Management" />
<Reference Include="System.Messaging" />
+ <Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@@ -109,6 +125,18 @@
<DependentUpon>ProjectInstaller.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
+ <Visible>False</Visible>
+ <ProductName>Microsoft .NET Framework 4.5.2 %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" />
<!-- 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.
diff --git a/HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj.user b/HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj.user
new file mode 100644
index 0000000..6a309fd
--- /dev/null
+++ b/HDLMonitorService/HDLMonitorService/HDLMonitorService/HDLMonitorService.csproj.user
@@ -0,0 +1,13 @@
+锘�<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <PublishUrlHistory>publish\</PublishUrlHistory>
+ <InstallUrlHistory />
+ <SupportUrlHistory />
+ <UpdateUrlHistory />
+ <BootstrapperUrlHistory />
+ <ErrorReportUrlHistory />
+ <FallbackCulture>zh-CN</FallbackCulture>
+ <VerifyUploadedFiles>false</VerifyUploadedFiles>
+ </PropertyGroup>
+</Project>
\ No newline at end of file
diff --git a/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.exe.config b/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.exe.config
index 6f53e96..5f268dc 100644
--- a/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.exe.config
+++ b/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.exe.config
@@ -2,9 +2,9 @@
<configuration>
<appSettings>
<add key="ServerIp" value="118.31.3.103"/>
- <add key="ApplicationAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/applicationWarn"/>
- <add key="WechatAlarm" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>
- <add key="ServiceAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/supportMonitor"/>
+ <add key="ApplicationAlarm" value="https://china-gateway.hdlcontrol.com/support-monitor/webhook/cloudmonitor/applicationWarn"/>
+ <!--<add key="WechatAlarm" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>-->
+ <!--<add key="ServiceAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/supportMonitor"/>-->
<add key="QueryHomeIdByGateway" value="https://developer.hdlcontrol.com/ProposedProductionApi/App/DetectionMacOfHomeId"/>
<add key="PushExUrl" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>
<add key="DuerOsApi" value="https://hdlcontrol.com/api/BaiduButtDuerOS.ashx"/>
diff --git a/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.vshost.exe.config b/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.vshost.exe.config
index 6f53e96..5f268dc 100644
--- a/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.vshost.exe.config
+++ b/HDLMonitorService/HDLMonitorService/HDLMonitorService/bin/Debug/HDLMonitorService.vshost.exe.config
@@ -2,9 +2,9 @@
<configuration>
<appSettings>
<add key="ServerIp" value="118.31.3.103"/>
- <add key="ApplicationAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/applicationWarn"/>
- <add key="WechatAlarm" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>
- <add key="ServiceAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/supportMonitor"/>
+ <add key="ApplicationAlarm" value="https://china-gateway.hdlcontrol.com/support-monitor/webhook/cloudmonitor/applicationWarn"/>
+ <!--<add key="WechatAlarm" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>-->
+ <!--<add key="ServiceAlarm" value="https://test-gz.hdlcontrol.com/iot-cloud/webhook/cloudmonitor/supportMonitor"/>-->
<add key="QueryHomeIdByGateway" value="https://developer.hdlcontrol.com/ProposedProductionApi/App/DetectionMacOfHomeId"/>
<add key="PushExUrl" value="http://iot.hdlcontrol.com:8888/hdl-support-monitor/api/alarm/alarmPush"/>
<add key="DuerOsApi" value="https://hdlcontrol.com/api/BaiduButtDuerOS.ashx"/>
diff --git a/HDLMonitorService/HDLMonitorService/HDLMonitorService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/HDLMonitorService/HDLMonitorService/HDLMonitorService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
index 217da87..9d7a8e1 100644
--- a/HDLMonitorService/HDLMonitorService/HDLMonitorService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
+++ b/HDLMonitorService/HDLMonitorService/HDLMonitorService/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary files differ
--
Gitblit v1.8.0