初始化项目
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="BLV_Studio.application" version="4.4.1.7" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="chenzhihao" asmv2:product="宝易逻辑配置软件" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" mapFileExtensions="true" minimumRequiredVersion="4.0.0.5" co.v1:createDesktopShortcut="true">
|
||||
<subscription>
|
||||
<update>
|
||||
<beforeApplicationStartup />
|
||||
</update>
|
||||
</subscription>
|
||||
<deploymentProvider codebase="http://auth.blv-oa.com/Apps/BLV_Studio/BLV_Studio.application" />
|
||||
</deployment>
|
||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="Application Files\BLV_Studio_4_4_1_7\BLV_Studio.exe.manifest" size="37869">
|
||||
<assemblyIdentity name="BLV_Studio.exe" version="4.4.1.7" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>BDlG4OUZwuKR0AEW0mwZQLdYmgyqDsOI5rmFvp6laKQ=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</asmv1:assembly>
|
||||
@@ -0,0 +1,131 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
|
||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="BLV_Studio.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
<section name="宝易逻辑配置软件.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||||
</startup>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<entityFramework>
|
||||
<providers>
|
||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||||
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
|
||||
</providers>
|
||||
</entityFramework>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<remove invariant="System.Data.SQLite.EF6" />
|
||||
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
|
||||
<remove invariant="System.Data.SQLite" /><add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" /></DbProviderFactories>
|
||||
</system.data>
|
||||
<userSettings>
|
||||
<BLV_Studio.My.MySettings>
|
||||
<setting name="IsAutoLogin" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="IsRecordPassWord" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="UserAccount" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="UserPassword" serializeAs="String">
|
||||
<value>132146</value>
|
||||
</setting>
|
||||
<setting name="VerdorName" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="HotelName" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="HotelCode" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="HotelId" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="VenderIndex" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="LastEditXmlFile" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="HotelGroupId" serializeAs="String">
|
||||
<value>5949984</value>
|
||||
</setting>
|
||||
<setting name="RemoteIP" serializeAs="String">
|
||||
<value>192.168.0.23</value>
|
||||
</setting>
|
||||
<setting name="LocalPort1" serializeAs="String">
|
||||
<value>5533</value>
|
||||
</setting>
|
||||
<setting name="User" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="PassWord" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="ProjectCode" serializeAs="String">
|
||||
<value>项目编码</value>
|
||||
</setting>
|
||||
<setting name="UserName" serializeAs="String">
|
||||
<value>酒店名称</value>
|
||||
</setting>
|
||||
<setting name="CHotelName" serializeAs="String">
|
||||
<value>上一次登录的用户名</value>
|
||||
</setting>
|
||||
</BLV_Studio.My.MySettings>
|
||||
<宝易逻辑配置软件.My.MySettings>
|
||||
<setting name="IsAutoLogin" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="IsRecordPassWord" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="UserAccount" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="UserPassword" serializeAs="String">
|
||||
<value>132146</value>
|
||||
</setting>
|
||||
<setting name="VerdorName" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="HotelName" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="HotelCode" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="HotelId" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="VenderIndex" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="LastEditXmlFile" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="HotelGroupId" serializeAs="String">
|
||||
<value>5949984</value>
|
||||
</setting>
|
||||
</宝易逻辑配置软件.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
@@ -0,0 +1,715 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<asmv1:assemblyIdentity name="BLV_Studio.exe" version="4.4.1.7" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<description asmv2:iconFile="favicon.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<application />
|
||||
<entryPoint>
|
||||
<assemblyIdentity name="BLV_Studio" version="4.4.1.7" language="neutral" processorArchitecture="msil" />
|
||||
<commandLine file="BLV_Studio.exe" parameters="" />
|
||||
</entryPoint>
|
||||
<trustInfo>
|
||||
<security>
|
||||
<applicationRequestMinimum>
|
||||
<PermissionSet Unrestricted="true" ID="Custom" SameSite="site" />
|
||||
<defaultAssemblyRequest permissionSetReference="Custom" />
|
||||
</applicationRequestMinimum>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<!-- UAC 清单选项
|
||||
如果想要更改 Windows 用户帐户控制级别,请使用
|
||||
以下节点之一替换 requestedExecutionLevel 节点。n
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
指定 requestedExecutionLevel 元素将禁用文件和注册表虚拟化。
|
||||
如果你的应用程序需要此虚拟化来实现向后兼容性,则删除此
|
||||
元素。
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<dependency>
|
||||
<dependentOS>
|
||||
<osVersionInfo>
|
||||
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
|
||||
</osVersionInfo>
|
||||
</dependentOS>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
|
||||
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Alternet.Common.v5.dll" size="221184">
|
||||
<assemblyIdentity name="Alternet.Common.v5" version="5.1.0.0" publicKeyToken="8032721E70924A63" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>1vFRiIo6lfXxHAESlmqIBQyxzYRTAcEO9FAKDkIzIGM=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Alternet.Syntax.Parsers.Advanced.v5.dll" size="1213952">
|
||||
<assemblyIdentity name="Alternet.Syntax.Parsers.Advanced.v5" version="5.1.0.0" publicKeyToken="8032721E70924A63" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>B2aS4naqyeOeNn4LrqR+7MkuBfm6MEhc9u6uJHuLqro=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Alternet.Syntax.v5.dll" size="167424">
|
||||
<assemblyIdentity name="Alternet.Syntax.v5" version="5.1.0.0" publicKeyToken="8032721E70924A63" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>yHfX9VQbnDHzXMx2EkMrP/v2Q5z4mMRgQ/6ydRMvZE0=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ARSoft.Tools.Net.dll" size="320000">
|
||||
<assemblyIdentity name="ARSoft.Tools.Net" version="2.3.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>GydLsDGDSlCXQQLzu+VpJTPlpX8wwWnYM+gjKfV0sX0=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="AutoFixture.dll" size="199680">
|
||||
<assemblyIdentity name="AutoFixture" version="4.18.0.0" publicKeyToken="B24654C590009D4F" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>sHpSlL/kFos15hQzdlxnzAGUwNUudzQTvvkTGFi76pE=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="BLV_Studio.exe" size="2337280">
|
||||
<assemblyIdentity name="BLV_Studio" version="4.4.1.7" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>aRcjhfF9OgLWupHUgh7n1GFq58Q9MddRv43tc6YIBUQ=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="BouncyCastle.Crypto.dll" size="2401280">
|
||||
<assemblyIdentity name="BouncyCastle.Crypto" version="1.8.8.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>w65qp1qKjHyS64RoNynOUdOkNQwmjgKbKfLhJhU3G3M=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DevComponents.DotNetBar2.dll" size="5709824">
|
||||
<assemblyIdentity name="DevComponents.DotNetBar2" version="14.1.0.37" publicKeyToken="7EB7C3A35B91DE04" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>3cPG3pI9/N8OdCmT2axxnZUakNsEeYPEp7K4anGoK6M=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DnsClient.dll" size="153088">
|
||||
<assemblyIdentity name="DnsClient" version="1.7.0.0" publicKeyToken="4574BB5573C51424" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>FnYM3iZjb2r0kK9GdEdG5XJdqaosm3Y5GKZqmxWgw4I=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DotNetProjects.DhcpServer.dll" size="21504">
|
||||
<assemblyIdentity name="DotNetProjects.DhcpServer" version="2.0.26.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>XFbI7exym+C8hW8I+54PtwZIp0M2rgRYDbKYUOibEz0=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EntityFramework.dll" size="4991352">
|
||||
<assemblyIdentity name="EntityFramework" version="6.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>/0K8pwRgXhh6u0VSOGixUSjWrxworUCkV51QfTSpU7I=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="EntityFramework.SqlServer.dll" size="591752">
|
||||
<assemblyIdentity name="EntityFramework.SqlServer" version="6.0.0.0" publicKeyToken="B77A5C561934E089" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>qWDdTS8PN7PAn/uVZ8MkJrh5ExDX65NcBMgZw9Rr1J4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Fare.dll" size="54784">
|
||||
<assemblyIdentity name="Fare" version="2.1.0.0" publicKeyToken="EA68D375BF33A7C8" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>AoV3YTkf3kbvrFkm1A1nhn9JrFpjCi6XbqydLHpZoxg=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="FlexCell.dll" size="1286656">
|
||||
<assemblyIdentity name="FlexCell" version="4.4.5.0" publicKeyToken="6F86587EB70EE309" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>5EEFAw9dBvMT0IVaX+BhGX7zBW6sZvxGH1fIV5zzm7k=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="FluentFTP.dll" size="313856">
|
||||
<assemblyIdentity name="FluentFTP" version="33.0.3.0" publicKeyToken="F4AF092B1D8DF44F" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>28d0pL6ZczrSHwUZ0CvOoTbAMTd1JgQWtf+IVJOCVJE=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Google.Protobuf.dll" size="389616">
|
||||
<assemblyIdentity name="Google.Protobuf" version="3.14.0.0" publicKeyToken="A7D26565BAC4D604" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>LAYio0GLM6iB7Yzp/UB7P8TyssxLkj7eqnZ4W1zSjw8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="K4os.Compression.LZ4.dll" size="60416">
|
||||
<assemblyIdentity name="K4os.Compression.LZ4" version="1.2.6.0" publicKeyToken="2186FA9121EF231D" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>7HurV05mun2+z1+wExxfgokBxNE/LBF44nXWEaP6sS4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="K4os.Compression.LZ4.Streams.dll" size="33280">
|
||||
<assemblyIdentity name="K4os.Compression.LZ4.Streams" version="1.2.6.0" publicKeyToken="2186FA9121EF231D" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>TDtzhPHVMrpOEQAbdbZ/WuAaKo5CnL94FhwPUENVvmw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="K4os.Hash.xxHash.dll" size="12288">
|
||||
<assemblyIdentity name="K4os.Hash.xxHash" version="1.0.6.0" publicKeyToken="32CD54395057CEC3" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>EQ80i1BW05RFWHofw8nY4upHJV2z3owIUJDXc8sbY4o=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MD5.dll" size="112128">
|
||||
<assemblyIdentity name="MD5" version="2.0.4.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>z31p2BzUOuLHq2u4qDuVvooXliJwKf8DPA18R54Yjss=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Microsoft.Win32.Registry.dll" size="26496">
|
||||
<assemblyIdentity name="Microsoft.Win32.Registry" version="5.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>6anSgcGnCKquNm+C/WoXQvZdopGMxPpeqqraC+JCd9k=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MySql.Data.dll" size="1426944">
|
||||
<assemblyIdentity name="MySql.Data" version="8.0.28.0" publicKeyToken="C5687FC88969C44D" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>i8hqhaR3H1h1WeXCOsEc1C54ODQCPJ+58hy+EjlhG6c=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Newtonsoft.Json.dll" size="701992">
|
||||
<assemblyIdentity name="Newtonsoft.Json" version="13.0.0.0" publicKeyToken="30AD4FE6B2A6AEED" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>tiSUnfiw46YVP9+3MKfG9JkLZZLuDZIuF4hDPSdmEPM=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Buffers.dll" size="20856">
|
||||
<assemblyIdentity name="System.Buffers" version="4.0.3.0" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>rMzPvkXZ8I/+7ZkW43sz6YxlvgEs//bn+ntnIQzh/vs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Data.SQLite.dll" size="393520">
|
||||
<assemblyIdentity name="System.Data.SQLite" version="1.0.115.5" publicKeyToken="DB937BC2D44FF139" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>X6xanpuLva1s9mHb8xh+OVkUzXE540tyWQbvu2ASLA0=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Data.SQLite.EF6.dll" size="201528">
|
||||
<assemblyIdentity name="System.Data.SQLite.EF6" version="1.0.115.5" publicKeyToken="DB937BC2D44FF139" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>hXoof385CXwvcP8M5oHTUZba7mC0PyVbxyuEKjUSCMQ=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Data.SQLite.Linq.dll" size="201520">
|
||||
<assemblyIdentity name="System.Data.SQLite.Linq" version="1.0.115.5" publicKeyToken="DB937BC2D44FF139" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>T6PMifXDz6D3lMH4SbDqjQgeXA5p1/stg0yu0I0RQMA=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Memory.dll" size="141184">
|
||||
<assemblyIdentity name="System.Memory" version="4.0.1.1" publicKeyToken="CC7B13FFCD2DDD51" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>jnYxjosGaSq/fasRadJ9FVV/fwo002r2Rj7/D+ISE8c=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Numerics.Vectors.dll" size="115856">
|
||||
<assemblyIdentity name="System.Numerics.Vectors" version="4.1.4.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>HT74aYKB589zcdFVSv71hys5+Wwm2nciEKM9oEG6EYM=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Runtime.CompilerServices.Unsafe.dll" size="16768">
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" version="5.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>PK3La4pzNRQcfDV6HXevH/SbWbhy30lPUCVYAZHRwNU=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Security.AccessControl.dll" size="33672">
|
||||
<assemblyIdentity name="System.Security.AccessControl" version="5.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>H9pJHuvbGeoKg89sFqtd0AShv9/IRe3gF+vglFvrkn8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="System.Security.Principal.Windows.dll" size="18312">
|
||||
<assemblyIdentity name="System.Security.Principal.Windows" version="5.0.0.0" publicKeyToken="B03F5F7F11D50A3A" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>tNjhWtwjXQ6Fjjm1Ez5dAKS6qMlPTznjteeRsPnAyAY=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Ubiety.Dns.Core.dll" size="80384">
|
||||
<assemblyIdentity name="Ubiety.Dns.Core" version="4.2.2.0" publicKeyToken="62D65A2EFDDE5827" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>cNW/U5Y3OMMIW/kl8FmTkBNWbF6HL41QIYaIvFQ/z6k=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="Ubiety.Logging.Core.dll" size="7168">
|
||||
<assemblyIdentity name="Ubiety.Logging.Core" version="1.2.2.0" publicKeyToken="133E143470E66433" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>ttecckwE31dY0GSn9GG+E9x76JZhKT5N6IzYQjWxXSo=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="ZstdNet.dll" size="28672">
|
||||
<assemblyIdentity name="ZstdNet" version="1.4.5.0" publicKeyToken="C5687FC88969C44D" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>5rrHKgOqMPqN1beBJzpCDZqXH9jaD2Uf7MolVellyt4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<file name="BLV_Studio.exe.config" size="5917">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>KSRvgxRYkhbso/VSG0EYg7Skg+QGx8HsDLCz1iYV5B4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="favicon.ico" size="9662">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>+7X+tBYM4Whn1mJvI9Gmy6s+HcFVDtx9i+uAFSaoeH8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Icon1.ico" size="45451">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>VT5YQgA5CY9Sq+vPjRUHcEk7FZvl5nTFwUNmqQacgy8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="imageres.dll(114).ico" size="320926">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>BTtP9nG4dYoZawFS39IMSHzZlhQbGVF/L1iaBUrB8+E=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="logo.ico" size="106427">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>gVYLvEFDLTSvNd4nbZ+j8A+h6D+eR3aRRTSKY/A7/yA=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\AlignmentCenterVertically_16x16.png" size="548">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>LwOiyhsJbh5lZFFaTpU7CgV389DsrKK7v7SXkJ4QrI4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\AlignmentLeft_16x16.png" size="539">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>jw+cRVxoGyvNjIpK6JSxGzDbonLNyBR41QPaI4JwR8w=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\AlignmentRight_16x16.png" size="507">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>SzWVEfCERs5SckvYyIGP4yzixZQBJsOE/MwJQClUJH4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\AttachmentObject_16x16.png" size="267">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>A1LCjsJguvcKLDSZ71axXfTG6hVOZ7Rom3pa3HAo/t8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\Background_16x16.png" size="775">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>OPja3r1fXvNsOnuKMip4smGhKNy4Zv6AGI6OkYzZAhk=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\Error.bmp" size="143649">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>BqacosOunHExQk4ouzvUocSYesBERf98wi388MiL+cA=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\FontBold_16.png" size="184">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>3nIl/zfdzFbvMIewGz3v9/ewwMO6456xAz6epIrAi+w=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\FontItalic_16.png" size="178">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>qEVc093RcCBn6eRPF2MZ1q/wKYI6VM+jIKBe2wuPMYs=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\format_Bold_16xLG.png" size="354">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>1PjryCkmxVd9XH+qKgekjloS23oIzwtx4MQdghTT/u4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\format_Italics_16xLG.png" size="291">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>FiYNssfxUh45BPsgbNCEvNcbDiwDUO6/GO/zj6cDQ7o=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\InsertImage_16x16.png" size="601">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>PxiURAJUyqeBc6mL9FhuwdhrN6s0n3s7PMg/pN9lTtI=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\Label.png" size="299">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>bzsx6XdY/qHVeZF50v2yyxlBtRWknCzJFV2RdMpFnio=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\ListBullets_16x16.png" size="505">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>Bqe2PZ9FH3vvC/Lr155jZdlyOXNhODl1obmKNNEfdoU=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\ListNumbers_16x16.png" size="596">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>Ho262/yAEbbonE4jk0wrAW1NPIXN4OEuKwIaGLkDAWA=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\OK.bmp" size="150125">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>MahCUh5+O8hiiE5rCKBkCld80B3TRpnfjfYKWYbahg0=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\Save_6530.png" size="204">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>yYQ+J7kGvCdqG60FtWgxkGt+tC5kTkc+2Z5QseIwZPw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\Strikeout_16x16.png" size="518">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>Qh3DpjRmzvn0w7Jb+LLqnYbusBeiN5KnZuqD+ROc2D4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\VSO_FontColorPicker_withBar_16x.png" size="352">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>OIQMLkccBJ2upLgnUtjOmeVa7I9J8Eh22/W3ZBYrulY=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="Resources\Warning.bmp" size="142777">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>pQWNFlScWo2PxMj/9/6h8MJeCjpUtDa0islXYxkQAEw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="版本说明.txt" size="13674">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>Yy1FAI5LiI9l95Et3ouEPka5K5WomLBs1RCnIgysfAo=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<file name="宝易\favicon.ico" size="9662">
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>+7X+tBYM4Whn1mJvI9Gmy6s+HcFVDtx9i+uAFSaoeH8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</file>
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- 设计此应用程序与其一起工作且已针对此应用程序进行测试的
|
||||
Windows 版本的列表。取消评论适当的元素,
|
||||
Windows 将自动选择最兼容的环境。 -->
|
||||
<!-- Windows Vista -->
|
||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
||||
<!-- Windows 7 -->
|
||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
||||
<!-- Windows 8 -->
|
||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
||||
<!-- Windows 8.1 -->
|
||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
||||
<!-- Windows 10 -->
|
||||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
||||
</application>
|
||||
</compatibility>
|
||||
</asmv1:assembly>
|
||||
|
After Width: | Height: | Size: 44 KiB |
|
After Width: | Height: | Size: 548 B |
|
After Width: | Height: | Size: 539 B |
|
After Width: | Height: | Size: 507 B |
|
After Width: | Height: | Size: 267 B |
|
After Width: | Height: | Size: 775 B |
|
After Width: | Height: | Size: 140 KiB |
|
After Width: | Height: | Size: 184 B |
|
After Width: | Height: | Size: 178 B |
|
After Width: | Height: | Size: 601 B |
|
After Width: | Height: | Size: 299 B |
|
After Width: | Height: | Size: 505 B |
|
After Width: | Height: | Size: 596 B |
|
After Width: | Height: | Size: 147 KiB |
|
After Width: | Height: | Size: 204 B |
|
After Width: | Height: | Size: 518 B |
|
After Width: | Height: | Size: 352 B |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 354 B |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 9.4 KiB |
|
After Width: | Height: | Size: 313 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 9.4 KiB |
@@ -0,0 +1,326 @@
|
||||
库类说明:
|
||||
AppLog:文件日志静态类
|
||||
XmlSerializer:XML序列化静态类
|
||||
远程桌面命令 cmd-> mstsc
|
||||
|
||||
V1.0 Qizengbiao 2022-03-15
|
||||
|
||||
V1.1 MomoWen 2022-04-02
|
||||
1,重新设计了打开项目页面
|
||||
|
||||
2,部分UI控件外观设置优化
|
||||
|
||||
3,新增 App.patch\Data\Config 目录,用于保存下载的配置文件
|
||||
> Temp目录结构:Data\Config酒店分组\酒店名称\BLV+房型+版本号+发布日期(年月日时分秒).xml
|
||||
> 配置文件命名规则:BLV+房型+版本号+发布日期(年月日时分秒).xml
|
||||
> 配置发布、保存机制同uts testplan 发布机制
|
||||
> 配置文件服务器保持地址:C:\FTP\BLV_Studio\Config\,服务器目录结构同 Temp 目录结构
|
||||
|
||||
4,配置文件操作流程:
|
||||
4.1:首次生成配置文件:
|
||||
> 选择项目->选择户型->添加配置:选择 RCU 型号
|
||||
> 生成设备树,在设备数下面增加外设
|
||||
> 对属性、动作进行配置
|
||||
> 临时文件保存在 Data\Config\酒店组\酒店名\temp+房型+保存日期(年月日时分秒).xml,编辑过程中按保存按键,均保存在此文件中
|
||||
> 编辑完成后,点击“配置发布”按钮,执行配置发布流程:
|
||||
>> temp+房型.xml 正式命名为:BLV+房型+版本号+发布日期(年月日时分秒).xml
|
||||
>> 将正式文件上传到服务器对应目录
|
||||
>> 在数据库中添加记录
|
||||
4.2:非首次配置:
|
||||
> 每次选择酒店后,从数据库读取最新的配置文件和MD值,与本地缓存校验,如与本地文件吻合则无需下载
|
||||
> 如果本地文件与数据库中最新文件不吻合,则从FTP服务器下载最新配置文件,并打开最新文件
|
||||
> 每次修改的文件均另存为:Data\Config\酒店组\酒店名\temp+房型+保存日期(年月日时分秒).xml
|
||||
> 编辑完成后,按最新版本号累加一个版本号然后执行发布流程
|
||||
4.3:配置过程中应该每隔5分钟生成一个自动保存备份
|
||||
|
||||
5,FTP账号及其他:
|
||||
FTP地址 :blv-oa.com
|
||||
账号 :BLV_Studio
|
||||
pw :37f5675t6R&5*
|
||||
端口 :50
|
||||
|
||||
6,原采用Cache.xml文件保存酒店名、酒店组、酒店代码,现改为用SaveSetting来保存
|
||||
7,原酒店采用HotelID索引,现全部改为 Hotel_Code索引,对应 TBL_HOTEL_BASIC_INFO 数据表总的 [PROJECT_NUMBER] 字段
|
||||
8,房型增加一个字段,保存配置发布密码,在发布配置文件时要确认密码
|
||||
|
||||
'‘系统锁的应用案例
|
||||
'Private _lst As New List(Of String)
|
||||
'Dim obj As New Object
|
||||
'Private Sub AddList(str As String)
|
||||
' If obj Is Nothing Then Return
|
||||
' obj = New Object
|
||||
|
||||
' SyncLock obj
|
||||
' _lst.Add(str)
|
||||
' End SyncLock
|
||||
'End Sub
|
||||
|
||||
'Private Function GetList() As List(Of String)
|
||||
' SyncLock obj
|
||||
' Dim lst As New List(Of String)
|
||||
' lst.AddRange(_lst)
|
||||
' _lst.Clear()
|
||||
' Return lst
|
||||
' End SyncLock
|
||||
'End Function
|
||||
|
||||
9,增加 XML描述中 DefaultAliasName 用于指定设备的默认别名
|
||||
|
||||
|
||||
V2.0.0.0 MomoWen 2022-05-10
|
||||
1,共享目录改为Boonlive Nas RD_PC目录
|
||||
2,版本号从2.0开始演进
|
||||
|
||||
V2.0.2.0 MomoWen 2022-05-14
|
||||
1,增加Config Info (0x01数据块),在点击编译时更新配置信息
|
||||
(1),时间以点击编译时的时间为准
|
||||
(2),项目名称、房型等以当前编辑器上选定的项目和房型为准
|
||||
(3),项目版本号:根据项目名称和房型,从云端数据库查询项目配置版本号,并在此基础上加一然后编译
|
||||
(4),只有在“发布项目”时,云端的配置版本号才会加一,否则云端配置的版本号不会增加
|
||||
|
||||
V2.0.2.1 CaoCong 2022-05-16
|
||||
1,修改Config Info (0x01数据块),在点击编译时更新配置信息
|
||||
(1),下发的软件版本类型为Char 应该是Uint8 - 已修改
|
||||
(2),下发的作者、项目名称、项目分组、房型编码方式不对 - 已修改
|
||||
|
||||
V3.0.0.0 MomoWen 2022-05-19
|
||||
1,修改模型,强调一个XML模型对应一个产品
|
||||
2,编译“设备存在”时,对应模型的修改做出修改
|
||||
(1),不同类型的设备会放在一个模型文件中
|
||||
(2),不同设备组有不同的DevType 和 ProtocolVersion
|
||||
|
||||
V3.0.0.1 CaoCong 2022-05-25
|
||||
1、修改BUG - 修改模型后,由于设备模型中的设备类型位置有变动,设备动作编译时找不到设备类型了
|
||||
修改地方:
|
||||
Private Function GetActionDeviceType(index As Integer) As Byte
|
||||
Private Function GetActionDeviceType(name As String) As Byte
|
||||
|
||||
V3.0.0.2 CaoCong 2022-05-27
|
||||
1、Frmmain新增 g_ModelDir_Path、g_ConfigDir_Path 保存模型与配置文件夹路径。
|
||||
2、项目文件主路径修改为软件运行的根目录下: \BLV_Studio\Data 目录
|
||||
|
||||
V4.0.0.0 CaoCong/ChenZhiHao/Momo 2022-06-08
|
||||
1、从3.0版本后出现分叉,重新整合到4.0版本
|
||||
2、ChenZhiHao:
|
||||
(1),更正房间树状列表,房型查询增加查询条件
|
||||
(2)增加 FTP 模型文件下载。在登录后开启下载
|
||||
(3)增加发布 添加发布日志
|
||||
(4)增加FTP下载刷新按钮,和下载校验
|
||||
|
||||
3、CaoCong:
|
||||
(1),修改编译 设备存在和设备动作的数据结构 修改文件 - RowNodeCompile.vb
|
||||
(2),修改设备的模型XML结构
|
||||
|
||||
V4.0.0.1 ChenZhiHao 2022-06-11
|
||||
1、发布功能的树状目录刷新完善
|
||||
2、树状节点文件双击下载
|
||||
3、树状文件节点右键菜单 (菜单中的->版本历史 未启用)
|
||||
4、发布数据内容校正
|
||||
5、【】待完善发布数据到巫工后台
|
||||
6、【】显示动作编号
|
||||
|
||||
|
||||
V4.0.0.2 ChenZhiHao 2022-06-16
|
||||
1、修正发布 .dat 文件未能上传问题
|
||||
2、树状文件节点右键菜单 (菜单中的->版本历史 实现)
|
||||
3、实现(菜单中的->版本历史 下载按钮、更新为最新按钮功能)
|
||||
4、实现动作编号显示
|
||||
6、菜单中的->版本历史 下载按钮、更新为最新 按钮样式优化
|
||||
7、编译功能卡慢,加入进度条显示进度
|
||||
8、修复打开树状目录文件,编辑表出现样式错误问题
|
||||
9、将单击打开树状目录文件 改为双击打开
|
||||
|
||||
|
||||
|
||||
V4.1.0.2 Momo 2022-06-18
|
||||
1,新增键值对用于记录事件编号和节点的集合
|
||||
Public _eventRowNode As Dictionary(Of UShort, RowNode)
|
||||
2,修改场景键值对中的 tmpClass 类,新增一个成员:rowNode,用于记录节点
|
||||
Private _lstScese As Dictionary(Of UShort, tmpClass)
|
||||
3,新增打印信息,打印场景和事件编号
|
||||
4,把陈志豪增加的场景和动作编号废掉了,这个编号与便于数据不符,不能用
|
||||
|
||||
待完善(请陈志豪完善):
|
||||
1,将按钮、label等控件改为用系统自带控件
|
||||
2,下载同步时还有些问题,关闭版本历史窗体后会卡死,有时同步xml下来校验MD5时出现打开文件冲突错误
|
||||
|
||||
|
||||
|
||||
V4.1.0.3 Momo 2022-06-20
|
||||
1,将按钮、label等控件改为用系统自带控件 (完成)
|
||||
2,下载同步时还有些问题,关闭版本历史窗体后会卡死,有时同步xml下来校验MD5时出现打开文件冲突错误(完成)
|
||||
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
|
||||
V4.1.0.3 Momo 2022-06-20
|
||||
1,修复发布软件使用带路径图片设置控件的BUG
|
||||
2,下载同步时还有些问题,关闭版本历史窗体后会卡死,有时同步xml下来校验MD5时出现打开文件冲突错误(完成)
|
||||
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
|
||||
V4.1.0.4 Momo 2022-06-21
|
||||
1、发布第一版
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
|
||||
V4.1.0.5 Momo 2022-06-23
|
||||
1,发布项目前如果没有本地目录会出错,先通过代码创建目录。
|
||||
|
||||
|
||||
V4.1.0.5 陈志豪 2022-06-27
|
||||
1、增加固件发布功能(已初步实现,待文总确认)
|
||||
|
||||
V4.1.0.6 陈志豪 2022-06-29
|
||||
1、优化树状列表下载文件异常显示bug
|
||||
2、优化MD5文件校验时大小写不能通过bug
|
||||
3、优化添加模型时路径错误bug
|
||||
|
||||
V4.1.0.8 Momo 2022-06-29
|
||||
1、增加工具栏按钮,允许隐藏禁止项
|
||||
2、发布固件增加一个密码:If strInputMsg <> "Cc2022OK" Then Return
|
||||
|
||||
V4.1.0.9 陈志豪 2022-07—01
|
||||
1、优化发布弹窗界面,增加发布功能写数据库对应的固件描述
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
V4.1.0.9 陈志豪 2022-07—05
|
||||
1、优化固件发布弹窗界面
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
|
||||
V4.1.0.9 陈志豪 2022-07—07
|
||||
1、实现新设计固件发布框架
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
|
||||
V4.1.0.9 陈志豪 2022-07—11
|
||||
1、room_type_id替换 room_type_old_id 索引
|
||||
2、新增固件发布功能
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
V4.1.0.9 陈志豪 2022-07—13
|
||||
2、优化固件发布功能
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
V4.1.0.11 陈志豪 2022-07—15
|
||||
1、优化配置发布功能【增加固件选择下拉框】
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
4、新增项目管理系统
|
||||
V4.1.0.11 陈志豪 2022-07—20
|
||||
1、初步搭建目管理系统界面
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
V4.1.0.11 陈志豪 2022-07—21
|
||||
1、项目管理系统文本编辑界面字体样式功能实现
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
V4.1.0.11 陈志豪 2022-07—22
|
||||
1、项目管理系统文本编辑界面标签功能实现
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
V4.1.0.12 陈志豪 2022-07—23
|
||||
1、发布软件,程序根据数据库tbl_room_type_list表新增APPTYPE字段进行优化
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
|
||||
V4.1.0.13 陈志豪 2022-08-02
|
||||
1、发布软件,程序针对固件发布优化命名格式筛选
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
|
||||
V4.1.0.12 陈志豪 2022-08—23
|
||||
1、修复配置文件版本号无法添加到dat文件中
|
||||
2、增加选择酒店界面搜索酒店按钮
|
||||
3、增加一键设置编辑表这种条件锁定
|
||||
4、禁用历史版本的三个按钮功能(有配置版本号无法添加到dat文件中的逻辑问题)
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
3、【】待完善发布数据到巫工后台
|
||||
|
||||
V4.2.0.1 陈志豪 2022-08—24
|
||||
1、增加树状目录固件文件节点
|
||||
2、修复发布配置由于引用树状目录双击事件打开文件导致的报错问题
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
V4.2.0.1 陈志豪 2022-08—24
|
||||
1、增加树状目录固件文件节点
|
||||
2、修复发布配置由于引用树状目录双击事件打开文件导致的报错问题
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
V4.2.0.2 陈志豪 2022-08—25
|
||||
1、在发布配置页面增加复选框单独选择固件
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
|
||||
V4.2.0.3 陈志豪 2022-08—26
|
||||
1、修复一键锁定设置在编译时无法生效
|
||||
2、增加发布配置时配套固件可单独勾选
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
|
||||
V4.2.0.4 陈志豪 2022-08—26
|
||||
1、发布软件更新版本
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
|
||||
V4.2.0.5 陈志豪 2022-08—30
|
||||
1、修复固件发布引用树状目录双击事件导致的报错
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
V4.2.0.6 陈志豪 2022-09—1
|
||||
1、修复配置发布未勾选固件任然能发布的BUG
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
V4.2.0.7 陈志豪 2022-09—6
|
||||
1、在编译固件时增加机型信息
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
|
||||
V4.2.0.8 陈志豪 2022-09—26
|
||||
1、更改固件版本比较为16进制
|
||||
功能待加入:
|
||||
1,串口下载配置和固件
|
||||
2,集成 CserialConfigTool功能进来
|
||||
|
||||
V4.2.0.9 陈志豪 2022-09—26
|
||||
1、更改固件上传机制,兼容C1主机固件上传
|
||||
28
BLV_Studio/publish/BLV_Studio.application
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="BLV_Studio.application" version="4.4.1.7" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="chenzhihao" asmv2:product="宝易逻辑配置软件" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" mapFileExtensions="true" minimumRequiredVersion="4.0.0.5" co.v1:createDesktopShortcut="true">
|
||||
<subscription>
|
||||
<update>
|
||||
<beforeApplicationStartup />
|
||||
</update>
|
||||
</subscription>
|
||||
<deploymentProvider codebase="http://auth.blv-oa.com/Apps/BLV_Studio/BLV_Studio.application" />
|
||||
</deployment>
|
||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="Application Files\BLV_Studio_4_4_1_7\BLV_Studio.exe.manifest" size="37869">
|
||||
<assemblyIdentity name="BLV_Studio.exe" version="4.4.1.7" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>BDlG4OUZwuKR0AEW0mwZQLdYmgyqDsOI5rmFvp6laKQ=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</asmv1:assembly>
|
||||
163
BLV_Studio/publish/index.html
Normal file
@@ -0,0 +1,163 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>宝易逻辑配置软件</TITLE>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8" />
|
||||
<STYLE TYPE="text/css">
|
||||
<!--
|
||||
BODY{margin-top:20px; margin-left:20px; margin-right:20px; color:#000000; font-family:Tahoma; background-color:white}
|
||||
A:link {font-weight:normal; color:#000066; text-decoration:none}
|
||||
A:visited {font-weight:normal; color:#000066; text-decoration:none}
|
||||
A:active {font-weight:normal; text-decoration:none}
|
||||
A:hover {font-weight:normal; color:#FF6600; text-decoration:none}
|
||||
P {margin-top:0px; margin-bottom:12px; color:#000000; font-family:Tahoma}
|
||||
PRE {border-right:#f0f0e0 1px solid; padding-right:5px; border-top:#f0f0e0 1px solid; margin-top:-5px; padding-left:5px; font-size:x-small; padding-bottom:5px; border-left:#f0f0e0 1px solid; padding-top:5px; border-bottom:#f0f0e0 1px solid; font-family:Courier New; background-color:#e5e5cc}
|
||||
TD {font-size:12px; color:#000000; font-family:Tahoma}
|
||||
H2 {border-top: #003366 1px solid; margin-top:25px; font-weight:bold; font-size:1.5em; margin-bottom:10px; margin-left:-15px; color:#003366}
|
||||
H3 {margin-top:10px; font-size: 1.1em; margin-bottom: 10px; margin-left: -15px; color: #000000}
|
||||
UL {margin-top:10px; margin-left:20px}
|
||||
OL {margin-top:10px; margin-left:20px}
|
||||
LI {margin-top:10px; color: #000000}
|
||||
FONT.value {font-weight:bold; color:darkblue}
|
||||
FONT.key {font-weight: bold; color: darkgreen}
|
||||
.divTag {border:1px; border-style:solid; background-color:#FFFFFF; text-decoration:none; height:auto; width:auto; background-color:#cecece}
|
||||
.BannerColumn {background-color:#000000}
|
||||
.Banner {border:0; padding:0; height:8px; margin-top:0px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#1c5280',EndColorStr='#FFFFFF');}
|
||||
.BannerTextCompany {font:bold; font-size:18pt; color:#cecece; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; white-space:nowrap; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
|
||||
.BannerTextApplication {font:bold; font-size:18pt; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; white-space:nowrap; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
|
||||
.BannerText {font:bold; font-size:18pt; font-family:Tahoma; height:0px; margin-top:0; margin-left:8px; margin-bottom:0; padding:0px; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
|
||||
.BannerSubhead {border:0; padding:0; height:16px; margin-top:0px; margin-left:10px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#4B3E1A',EndColorStr='#FFFFFF');}
|
||||
.BannerSubheadText {font:bold; height:11px; font-size:11px; font-family:Tahoma; margin-top:1; margin-left:10; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2,OffY=2,Color='black',Positive='true');}
|
||||
.FooterRule {border:0; padding:0; height:1px; margin:0px; color:#ffffff; filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#4B3E1A',EndColorStr='#FFFFFF');}
|
||||
.FooterText {font-size:11px; font-weight:normal; text-decoration:none; font-family:Tahoma; margin-top:10; margin-left:0px; margin-bottom:2; padding:0px; color:#999999; white-space:nowrap}
|
||||
.FooterText A:link {font-weight:normal; color:#999999; text-decoration:underline}
|
||||
.FooterText A:visited {font-weight:normal; color:#999999; text-decoration:underline}
|
||||
.FooterText A:active {font-weight:normal; color:#999999; text-decoration:underline}
|
||||
.FooterText A:hover {font-weight:normal; color:#FF6600; text-decoration:underline}
|
||||
.ClickOnceInfoText {font-size:11px; font-weight:normal; text-decoration:none; font-family:Tahoma; margin-top:0; margin-right:2px; margin-bottom:0; padding:0px; color:#000000}
|
||||
.InstallTextStyle {font:bold; font-size:14pt; font-family:Tahoma; a:#FF0000; text-decoration:None}
|
||||
.DetailsStyle {margin-left:30px}
|
||||
.ItemStyle {margin-left:-15px; font-weight:bold}
|
||||
.StartColorStr {background-color:#4B3E1A}
|
||||
.JustThisApp A:link {font-weight:normal; color:#000066; text-decoration:underline}
|
||||
.JustThisApp A:visited {font-weight:normal; color:#000066; text-decoration:underline}
|
||||
.JustThisApp A:active {font-weight:normal; text-decoration:underline}
|
||||
.JustThisApp A:hover {font-weight:normal; color:#FF6600; text-decoration:underline}
|
||||
-->
|
||||
|
||||
</STYLE>
|
||||
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
<!--
|
||||
runtimeVersion = "4.8.0";
|
||||
checkClient = false;
|
||||
directLink = "BLV_Studio.application";
|
||||
|
||||
|
||||
function Initialize()
|
||||
{
|
||||
if (HasRuntimeVersion(runtimeVersion, false) || (checkClient && HasRuntimeVersion(runtimeVersion, checkClient)))
|
||||
{
|
||||
InstallButton.href = directLink;
|
||||
BootstrapperSection.style.display = "none";
|
||||
}
|
||||
}
|
||||
function HasRuntimeVersion(v, c)
|
||||
{
|
||||
var va = GetVersion(v);
|
||||
var i;
|
||||
var a = navigator.userAgent.match(/\.NET CLR [0-9.]+/g);
|
||||
if(va[0]==4)
|
||||
a = navigator.userAgent.match(/\.NET[0-9.]+E/g);
|
||||
if (c)
|
||||
{
|
||||
a = navigator.userAgent.match(/\.NET Client [0-9.]+/g);
|
||||
if (va[0]==4)
|
||||
a = navigator.userAgent.match(/\.NET[0-9.]+C/g);
|
||||
}
|
||||
if (a != null)
|
||||
for (i = 0; i < a.length; ++i)
|
||||
if (CompareVersions(va, GetVersion(a[i])) <= 0)
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
function GetVersion(v)
|
||||
{
|
||||
var a = v.match(/([0-9]+)\.([0-9]+)\.([0-9]+)/i);
|
||||
if(a==null)
|
||||
a = v.match(/([0-9]+)\.([0-9]+)/i);
|
||||
return a.slice(1);
|
||||
}
|
||||
function CompareVersions(v1, v2)
|
||||
{
|
||||
if(v1.length>v2.length)
|
||||
{
|
||||
v2[v2.length]=0;
|
||||
}
|
||||
else if(v1.length<v2.length)
|
||||
{
|
||||
v1[v1.length]=0;
|
||||
}
|
||||
|
||||
for (i = 0; i < v1.length; ++i)
|
||||
{
|
||||
var n1 = new Number(v1[i]);
|
||||
var n2 = new Number(v2[i]);
|
||||
if (n1 < n2)
|
||||
return -1;
|
||||
if (n1 > n2)
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
-->
|
||||
</SCRIPT>
|
||||
|
||||
</HEAD>
|
||||
<BODY ONLOAD="Initialize()">
|
||||
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="2" BORDER="0">
|
||||
|
||||
<!-- Begin Banner -->
|
||||
<TR><TD><TABLE CELLPADDING="2" CELLSPACING="0" BORDER="0" BGCOLOR="#cecece" WIDTH="100%"><TR><TD><TABLE BGCOLOR="#1c5280" WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0"><TR><TD CLASS="Banner" /></TR><TR><TD CLASS="Banner"><SPAN CLASS="BannerTextCompany">chenzhihao</SPAN></TD></TR><TR><TD CLASS="Banner"><SPAN CLASS="BannerTextApplication">宝易逻辑配置软件</SPAN></TD></TR><TR><TD CLASS="Banner" ALIGN="RIGHT" /></TR></TABLE></TD></TR></TABLE></TD></TR>
|
||||
<!-- End Banner -->
|
||||
|
||||
|
||||
<!-- Begin Dialog -->
|
||||
<TR><TD ALIGN="LEFT"><TABLE CELLPADDING="2" CELLSPACING="0" BORDER="0" WIDTH="540"><TR><TD WIDTH="496">
|
||||
|
||||
<!-- Begin AppInfo -->
|
||||
<TABLE><TR><TD COLSPAN="3"> </TD></TR><TR><TD><B>名称: </B></TD><TD WIDTH="5"><SPACER TYPE="block" WIDTH="10" /></TD><TD>宝易逻辑配置软件</TD></TR><TR><TD COLSPAN="3"> </TD></TR><TR><TD><B>版本: </B></TD><TD WIDTH="5"><SPACER TYPE="block" WIDTH="10" /></TD><TD>4.4.1.7</TD></TR><TR><TD COLSPAN="3"> </TD></TR><TR><TD><B>发行者: </B></TD><TD WIDTH="5"><SPACER TYPE="block" WIDTH="10" /></TD><TD>chenzhihao</TD></TR><tr><td colspan="3"> </td></tr></TABLE>
|
||||
<!-- End AppInfo -->
|
||||
|
||||
|
||||
<!-- Begin Prerequisites -->
|
||||
<TABLE ID="BootstrapperSection" BORDER="0"><TR><TD COLSPAN="2">以下系统必备组件是必需的: </TD></TR><TR><TD WIDTH="10"> </TD><TD><UL>
|
||||
<LI>Microsoft .NET Framework 4.8 (x86 和 x64)</LI>
|
||||
</UL></TD></TR><TR><TD COLSPAN="2">
|
||||
如果已经安装了这些组件,您可以立即<SPAN CLASS="JustThisApp"><A HREF="BLV_Studio.application">启动</A></SPAN>该应用程序。否则,请单击下面的按钮,安装系统必备组件并运行该应用程序。
|
||||
</TD></TR><TR><TD COLSPAN="2"> </TD></TR></TABLE>
|
||||
<!-- End Prerequisites -->
|
||||
|
||||
|
||||
</TD></TR></TABLE>
|
||||
<!-- Begin Buttons -->
|
||||
<TR><TD ALIGN="LEFT"><TABLE CELLPADDING="2" CELLSPACING="0" BORDER="0" WIDTH="540" STYLE="cursor:hand" ONCLICK="window.navigate(InstallButton.href)"><TR><TD ALIGN="LEFT"><TABLE CELLPADDING="1" BGCOLOR="#333333" CELLSPACING="0" BORDER="0"><TR><TD><TABLE CELLPADDING="1" BGCOLOR="#cecece" CELLSPACING="0" BORDER="0"><TR><TD><TABLE CELLPADDING="1" BGCOLOR="#efefef" CELLSPACING="0" BORDER="0"><TR><TD WIDTH="20"><SPACER TYPE="block" WIDTH="20" HEIGHT="1" /></TD><TD><A ID="InstallButton" HREF="setup.exe">安装</A></TD><TD width="20"><SPACER TYPE="block" WIDTH="20" HEIGHT="1" /></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD><TD WIDTH="15%" ALIGN="right" /></TR></TABLE></TD></TR>
|
||||
<!-- End Buttons -->
|
||||
</TD></TR>
|
||||
<!-- End Dialog -->
|
||||
|
||||
|
||||
|
||||
<!-- Spacer Row -->
|
||||
<TR><TD> </TD></TR>
|
||||
|
||||
<TR><TD>
|
||||
<!-- Begin Footer -->
|
||||
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" BGCOLOR="#ffffff"><TR><TD HEIGHT="5"><SPACER TYPE="block" HEIGHT="5" /></TD></TR><TR><TD CLASS="FooterText" ALIGN="center"><A HREF="https://go.microsoft.com/fwlink/?LinkId=154571">ClickOnce 和 .NET Framework 资源</A>
|
||||
</TD></TR><TR><TD HEIGHT="5"><SPACER TYPE="block" HEIGHT="5" /></TD></TR><TR><TD HEIGHT="1" bgcolor="#cecece"><SPACER TYPE="block" HEIGHT="1" /></TD></TR></TABLE>
|
||||
<!-- End Footer -->
|
||||
</TD></TR>
|
||||
|
||||
</TABLE>
|
||||
</BODY>
|
||||
</HTML>
|
||||
BIN
BLV_Studio/publish/setup.exe
Normal file
28
BLV_Studio/publish/宝易逻辑配置软件.application
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<assemblyIdentity name="宝易逻辑配置软件.application" version="4.3.6.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<description asmv2:publisher="chenzhihao" asmv2:product="BLV_Studio" xmlns="urn:schemas-microsoft-com:asm.v1" />
|
||||
<deployment install="true" mapFileExtensions="true" minimumRequiredVersion="4.0.0.5">
|
||||
<subscription>
|
||||
<update>
|
||||
<beforeApplicationStartup />
|
||||
</update>
|
||||
</subscription>
|
||||
<deploymentProvider codebase="http://auth.blv-oa.com/Apps/BLV_Studio/%E5%AE%9D%E6%98%93%E9%80%BB%E8%BE%91%E9%85%8D%E7%BD%AE%E8%BD%AF%E4%BB%B6.application" />
|
||||
</deployment>
|
||||
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
|
||||
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
|
||||
</compatibleFrameworks>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" codebase="Application Files\宝易逻辑配置软件_4_3_6_1\宝易逻辑配置软件.exe.manifest" size="31189">
|
||||
<assemblyIdentity name="宝易逻辑配置软件.exe" version="4.3.6.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>Mw976olwnTBiZvBexpppUg8ZYl7cX2reQ98qb+kDlAw=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</asmv1:assembly>
|
||||