<?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>
                <wellknown
                    mode="SingleCall" 
                    type="Shimadzu.LabSolutions.LSSInstrumentConditionAcqSV.CLSSInstrumentConditionAcqSV, LSSInstrumentConditionAcqSV"
                    objectUri="CLSSInstrumentConditionAcqSV"
                />
                <wellknown
                    mode="SingleCall" 
                    type="Shimadzu.LabSolutions.LSSInstrumentConditionLssSV.CLSSInstrumentConditionLssSV, LSSInstrumentConditionLssSV"
                    objectUri="CLSSInstrumentConditionLssSV"
                />
  				<wellknown
  					mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSRemoteControllerCommonInfo.CLSSRemoteController, LSSRemoteControllerCommonInfo"
					objectUri="CLSSRemoteController"
				/>
			</service>
			<channels>
				<channel ref="tcp" port="29515">
					<serverProviders>
						<formatter ref="binary" typeFilterLevel="Full" />
					</serverProviders>
				</channel>
			</channels>
		</application>
		<customErrors mode="off" />
		<debug loadTypes="true" />
	</system.runtime.remoting>
</configuration>
