<?xml version="1.0" encoding="utf-8"?>
|
<configuration>
|
<configSections>
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<section name="zymes_Project.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
</sectionGroup>
|
</configSections>
|
<system.serviceModel>
|
<bindings />
|
<client />
|
</system.serviceModel>
|
<applicationSettings>
|
<zymes_Project.Properties.Settings>
|
<setting name="zymes_Project_WorkflowService_WorkflowService" serializeAs="String">
|
<value>http://122.227.199.62:58588/services/WorkflowService</value>
|
</setting>
|
</zymes_Project.Properties.Settings>
|
</applicationSettings>
|
<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.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
<bindingRedirect oldVersion="0.0.0.0-5.0.0.1" newVersion="5.0.0.1" />
|
</dependentAssembly>
|
</assemblyBinding>
|
</runtime>
|
</configuration>
|