You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
3.0 KiB
63 lines
3.0 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="query_proj" type="System.Configuration.AppSettingsSection, System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
<section name="login" type="System.Configuration.AppSettingsSection" />
|
|
<section name="log" type="System.Configuration.AppSettingsSection" />
|
|
</configSections>
|
|
<query_proj>
|
|
<add key="name" value="Item..." />
|
|
<add key="fields" value="零组件ID,Item ID; 名称,Name; 类型,Type" />
|
|
<add key="result_table" value="序号,INDEX,50; ID,item_id,100; 名称,object_name,150; 类型,object_type,80" />
|
|
<add key="height" value="180" />
|
|
</query_proj>
|
|
<login>
|
|
<add key="host" value="http://localhost:7001/tc" />
|
|
<add key="user" value="admin" />
|
|
<add key="password" value="123" />
|
|
<add key="role" value="" />
|
|
</login>
|
|
<log>
|
|
<add key="log_state" value="ON" />
|
|
<add key="log_config_path" value="C:\TC\Siemens\Teamcenter11\tccs\EPlan" />
|
|
</log>
|
|
<appSettings>
|
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
|
</appSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<system.web>
|
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
|
<providers>
|
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
|
</providers>
|
|
</membership>
|
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
|
<providers>
|
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
|
</providers>
|
|
</roleManager>
|
|
</system.web>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="TcSoaCommon" publicKeyToken="0edd5b5ddd601444" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-12000.1.0.0" newVersion="12000.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="TcSoaClient" publicKeyToken="0edd5b5ddd601444" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-12000.1.0.0" newVersion="12000.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="TcSoaStrongModel" publicKeyToken="0edd5b5ddd601444" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-12000.1.0.0" newVersion="12000.1.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-1.2.0.246" newVersion="1.2.0.246" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|