aboutsummaryrefslogtreecommitdiffstats
path: root/tools/SputnikConverter/bin/Debug/Microsoft.Sputnik.Interop.ParserEngine.vshost.exe.config
blob: 7551afef46e626f3077fdc813c36ebdd63f44de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <add key="LogFileDirectory" value="."/>
    <add key="InputXMLPath" value=".\InputFormats.xml"/>
    <add key="BasicInputTemplate" value=".\testTemplate.js"/>
    <add key="BasicPrereqInputTemplate" value=".\testPrereqTemplate.js"/>
    <add key="BasicNegativeInputTemplate" value=".\testNegativeTemplate.js"/>
    <add key="BasicNegativePrereqInputTemplate" value=".\testNegativePrereqTemplate.js"/>
    <add key="CommentsRegex" value="^@[a-zA-Z0-9]*(:\s*.*;{1})?$"/>
    <add key="ChecksRegex" value=".\s*CHECK#[0-9].\s*"/>
    <add key="GlobalCodeRegex" value="\*/[\r\n]*.*"/>
  </appSettings>
</configuration>