Guest User

Untitled

a guest
Feb 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <appSettings>
  4. <add key="Siemens.Engineering.dll" value="C:Program Files (x86)SiemensAutomationPortal V13PublicAPIV13 SP1Siemens.Engineering.dll" />
  5. <add key="Siemens.Engineering.Hmi.dll" value="C:Program Files (x86)SiemensAutomationPortal V13PublicAPIV13 SP1Siemens.Engineering.Hmi.dll" />
  6. <add key="TempDirectory" value="D:Scania OskarshamnAlarm_text" />
  7. <add key="AlarmTextPath" value="AlarmTexts" />
  8. <add key="Auto.Compile" value="True" />
  9. <add key="Auto.ExtractAlarms" value="True" />
  10. <add key="Auto.ImportAlarms" value="True" />
  11. <add key="Compile.HMI" value="changes" />
  12. <add key="Lang1" value="sv-SE:Swedish (Sweden)" />
  13. <add key="Lang2" value="en-GB:English (United Kingdom)" />
  14. <add key="Lang3" value="pt-BR:Portugese (Brazil)" />
  15. <add key="LangChecked" value="sv-SE:en-GB" />
  16. </appSettings>
  17. <startup>
  18. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
  19. </startup>
  20.  
  21. <runtime>
  22. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  23. <dependentAssembly>
  24. <assemblyIdentity name="Siemens.Engineering" culture="neutral" publicKeyToken="d29ec89bac048f84"/>
  25. <codeBase version="1.2.0.0" href="FILE://C:Program Files (x86)SiemensAutomationPortal V13PublicAPIV13 SP1Siemens.Engineering.dll"/>
  26. </dependentAssembly>
  27. <dependentAssembly>
  28. <assemblyIdentity name="Siemens.Engineering.Hmi" culture="neutral" publicKeyToken="37b6e3a80df0900f"/>
  29. <codeBase version="1.2.0.0" href="FILE://C:Program Files (x86)SiemensAutomationPortal V13PublicAPIV13 SP1Siemens.Engineering.Hmi.dll"/>
  30. </dependentAssembly>
  31. </assemblyBinding>
  32. </runtime>
Add Comment
Please, Sign In to add comment