37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<configuration>
|
||
|
|
|
||
|
|
<configSections>
|
||
|
|
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
|
||
|
|
<section name="templates" type="MwFramework.Controls.PatternTemplate.ConfigModule.TemplateConfigurationSection,MwFramework.Controls.PatternTemplate" />
|
||
|
|
</configSections>
|
||
|
|
<templates parserType="MwFramework.HuaruiMatch.TypeParser" caliperType="MwFramework.HuaruiMatch.CaliperTest" assemblyFile="MwFramework.HuaruiMatch.dll">
|
||
|
|
<template templateName="Shape" templateType="MwFramework.HuaruiMatch.ShapeMatch" assemblyFile="MwFramework.HuaruiMatch.dll"></template>
|
||
|
|
<template templateName="Ncc" templateType="MwFramework.HuaruiMatch.TemplateMatch" assemblyFile="MwFramework.HuaruiMatch.dll"></template>
|
||
|
|
</templates>
|
||
|
|
<startup>
|
||
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
|
||
|
|
</startup>
|
||
|
|
|
||
|
|
|
||
|
|
<appSettings>
|
||
|
|
|
||
|
|
<add key="Demo" value="true" />
|
||
|
|
<!--语言-->
|
||
|
|
<add key="Lang" value="CN" />
|
||
|
|
<add key="SaveLogsWay" value="DataBase"/>
|
||
|
|
<!--Txt 存储路径-->
|
||
|
|
<add key="LogsPath" value="D:\\Logs" />
|
||
|
|
<add key="MachineId" value="" />
|
||
|
|
</appSettings>
|
||
|
|
|
||
|
|
|
||
|
|
<runtime>
|
||
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
|
<dependentAssembly>
|
||
|
|
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||
|
|
<bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" />
|
||
|
|
</dependentAssembly>
|
||
|
|
</assemblyBinding>
|
||
|
|
</runtime>
|
||
|
|
</configuration>
|