<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<system.runtime.remoting>
		<application>
			<client>
				<!-- // ▼CL側ライセンス情報管理 -->
				<wellknown 
					type = "Shimadzu.LabSolutions.LSSClientLicenseManager.CLSSClientLicenseManagerAccess, LSSSystemManagerCL"
					url="tcp://127.0.0.1:29516/CLSSClientLicenseManagerAccess"/>
			</client>
			<service>
				<!-- // ▼バッチキュー管理SV -->
				<wellknown
					mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSBatchQueueCommunicationSV.CLSSBatchQueueCommunicationSV, LSSBatchQueueCommunicationSV"
					objectUri="LSSBatchQueueCommunicationSV"/>
				<!-- // ▼リモート制御SV -->
				<wellknown
					mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSRemoteControllerSV.CLSSManageCommonSV, LSSRemoteControllerSV"
					objectUri="CLSSManageCommonSV"/>
				<wellknown
					mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSRemoteControllerSV.CLSSCommunicationSV, LSSRemoteControllerSV"
					objectUri="CLSSCommunicationSV"/>
				<wellknown
					mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSRemoteControllerSV.CLSSEventQueueSV, LSSRemoteControllerSV"
					objectUri="CLSSEventQueueSV"/>
			</service>
		</application>
	</system.runtime.remoting>
</configuration>
