Files
cms_thermo_active/Client.Config/Config.xml
T
CMS3762\carminatini e043ae2181 Added First version of Process Manager in Client App
Added Javascript TestPage in wwwroot
2017-12-07 09:17:29 +01:00

32 lines
858 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Config>
<Client>
<TranspColor>#00FF00</TranspColor>
</Client>
<Connection>
<Url>http://localhost:9000/index.html</Url>
<Id>1</Id>
<DeleteCahceFolderOnStartup>false</DeleteCahceFolderOnStartup>
</Connection>
<VendorHmi>
<Enabled>false</Enabled>
<Type>1</Type>
</VendorHmi>
<ExtSoftware>
<Software>
<LongName>Calculator</LongName>
<ShortName>CAL</ShortName>
<Path>C:\Windows\System32\calc.exe</Path>
</Software>
<Software>
<LongName>NotePad</LongName>
<ShortName>NP</ShortName>
<Path>C:\Windows\System32\notepad.exe</Path>
</Software>
<Software>
<LongName>MsPaint</LongName>
<ShortName>PA</ShortName>
<Path>C:\Windows\System32\mspaint.exe</Path>
</Software>
</ExtSoftware>
</Config>