Squashed 'FSI.Lib/' content from commit dceb500

git-subtree-dir: FSI.Lib
git-subtree-split: dceb5008a2176c2b8ab5e55a73b1c25d31a7f841
This commit is contained in:
maier_S
2022-03-14 11:02:41 +01:00
commit 1a74bce2ad
51 changed files with 6124 additions and 0 deletions

24
FSI.Lib/App.config Normal file
View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Epl.Prj.Path"
value="\\fondium.org\DESI$\AUG_Abteilung\Betriebstechnik\EPL\P8\Data\Projekte\FSI\"/>
<add key="Epl.Pdf.Path"
value="\\10.10.1.40\Betriebstechnik\Eplan\"/>
<add key="TimeStamp.Format"
value="_yyyyMMdd_HHmmss"/>
<add key ="SieTiaWinCCMsgMgt.Autostart"
value="false"/>
<add key ="SieTiaWinCCMsgMgt.UpdateIntervall"
value="100"/>
<add key ="SieTiaWinCCMsgMgt.WindowsName"
value=""/>
<add key ="SieTiaWinCCMsgMgt.WindowsClassName"
value="#32770"/>
<add key ="SieTiaWinCCMsgMgt.ButtonName"
value="Zur Kenntnis genommen"/>
</appSettings>
</configuration>