初始化CRICS

This commit is contained in:
2025-12-11 09:17:16 +08:00
commit 83247ec0a2
2735 changed files with 787765 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="blwwsSoap" />
<binding name="syncstatusSoap" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://pms.boonlive-rcu.com:89/blwws.asmx"
binding="basicHttpBinding" bindingConfiguration="blwwsSoap"
contract="ServiceReference1.blwwsSoap" name="blwwsSoap" />
<endpoint address="http://pms.boonlive-rcu.com:89/syncstatus.asmx"
binding="basicHttpBinding" bindingConfiguration="syncstatusSoap"
contract="ServiceReference2.syncstatusSoap" name="syncstatusSoap" />
</client>
</system.serviceModel>
</configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="blwwsSoap" />
<binding name="syncstatusSoap" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://pms.boonlive-rcu.com:89/blwws.asmx"
binding="basicHttpBinding" bindingConfiguration="blwwsSoap"
contract="ServiceReference1.blwwsSoap" name="blwwsSoap" />
<endpoint address="http://pms.boonlive-rcu.com:89/syncstatus.asmx"
binding="basicHttpBinding" bindingConfiguration="syncstatusSoap"
contract="ServiceReference2.syncstatusSoap" name="syncstatusSoap" />
</client>
</system.serviceModel>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>