<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<system.runtime.remoting>
		<application>
			<!-- リモートサービス設定 -->
			<service>
				<wellknown
					mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSDataManagerSV.CLSSDataManagerSV, LSSDataManagerSV"
					objectUri="CLSSDataManagerSV"
				/>
				<wellknown mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSRemoteControllerCommonInfo.CLSSRemoteController, LSSRemoteControllerCommonInfo"
					objectUri="CLSSRemoteController"
				/>
				<wellknown mode="SingleCall" 
					type="Shimadzu.LabSolutions.LSSDataFileManager.CLSSDataFileSV, LSSDataManagerCommonInfo"
					objectUri="CLSSDataFileSV"
				/>
			</service>
			<!-- リモートクライアント設定 -->
			<client>
				<wellknown 
					type = "Shimadzu.LabSolutions.LSSProjectDBAccess.CLSSProjectDBAccessPublic, LSSProjectDBAccess"
					url="tcp://localhost:29507/LSSProjectDBAccessPublic" />
				<!-- // ▼CL側ライセンス情報管理 -->
				<wellknown 
					type = "Shimadzu.LabSolutions.LSSClientLicenseManager.CLSSClientLicenseManagerAccess, LSSSystemManagerCL"
					url="tcp://127.0.0.1:29516/CLSSClientLicenseManagerAccess" />
			</client>
			<channels>
				<channel ref="tcp" port="29501" />
					<serverProviders>
						<formatter ref="binary" typeFilterLevel="Full" />
					</serverProviders>
			</channels>
		</application>
		<customErrors mode="off" />
		<debug loadTypes="true" />
	</system.runtime.remoting>

</configuration>
