﻿<?xml version="1.0" encoding="utf-8"?>
<appSettings>
  <!-- ConnectionType can be Direct, Soap or Offline. -->
  <add key="ConnectionType" value="Direct"/>
  <!-- StandAloneInstallation should be false when there is a remote application server. -->
  <add key="StandAloneInstallation" value="true"/>
  <add key="Data Source Type" value="EntityFramework"/>
  <add key="MachineryDataModel" value="server=(local)\SQLEXPRESS;uid=[DefaultUid];pwd=[DefaultPwd];database=[DefaultDB];MultipleActiveResultSets=True;App=EntityFramework"/>
  <add key="SqliteConnectionString" value="Data Source=MachineryData.db;Version=3;Pooling=true;FailIfMissing=false" />
  <add key="VacuumLimit" value="300" />
  <!-- Help files location -->
  <add key="HelpFolderRootType" value="None"/>
  <add key="HelpFolder" value="[INSTALL_PATH]\Config\Manuals"/>
  <!-- Installation folder root type, one of None (for absolute files), Executable or ProgramFiles. -->
  <add key="InstallationFolderRootType" value="ProgramFiles"/>
  <!-- Installation folder, relative to the root specified in InstallationFolderRootType. -->
  <add key="InstallationFolder" value="DNVS\Machinery"/>
  <!-- Application folder, a folder relative to e.g. a user's application data or local application data. -->
  <add key="ApplicationFolder" value="DNV\Machinery"/>
  <!-- Log folder, all logs shold be stored in this folder.
        Relative to the ApplicationFolder sub-folder of "Local Settings\Application Data".
        Default is "Logs". -->
  <add key="LogFolder" value="Logs"/>
  <!-- Splash screen image -->
  <add key="ExplorerSplashScreenImage" value="[INSTALL_PATH]\Config\MachinerySplash.bmp"/>
  <add key="DefaultPage" value="[INSTALL_PATH]\Config\html\defaultPage.htm"/>
  <!-- Web link to DNV Software News page -->
  <add key="DNVSoftwareNewsLink" value="https://www.dnv.com"/>
  <!-- File name for calculation tools configuration file 
    The file shall be located on Environment.SpecialFolder.CommonApplicationData -->
  <add key="ToolVersions" value="MachineryToolVersions.config"/>
  <!-- Use our own diagram from resources -->
  <add key="ShowViewDiagramMenuItem" value="false"/>
  <!-- Configure menus -->
  <add key="ShowProfileMenuItems" value="false"/>
  <add key="ShowDebugMenu" value="false"/>
  <add key="ShowProcessEditorOperation" value="true"/>
  <add key="ShowChangeWorklistOperation" value="false"/>
  <add key="ShowProcessTemplatesSearchOperation" value="false"/>
  <add key="ShowActionsMenu" value="false"/>
  <!-- Show Create Jobs columns -->
  <add key="ShowTemplatesCategory" value="false"/>
  <add key="ShowTemplatesVersion" value="false"/>
  <add key="ShowTemplatesDescription" value="true"/>
  <add key="ShowTemplatesCreatedDate" value="true"/>
  <!-- Workflow menu -->
  <!-- Disable the Job details in the worklist and Execution Form -->
  <add key="DisableViewJobDetailsMenu" value="true"/>
  <!-- Disable the Activity Overview in the Execution Form-->
  <add key="DisableActivityOverviewMenu" value="true"/>
  <!-- Automatically display template list when creating job  -->
  <add key="AutoSearchTemplates" value="AutoSearch_On"/>
  <add key="ShowProcessTemplatesSearchOperation" value="false"/>
  <add key="ProjectInfoVisibleAtCreate" value="false"/>
  <!-- Search jobs configuration-->
  <add key="DisplaySearchCriteria" value="true"/>
  <add key="ShowWorklistDetails" value="true"/>
  <add key="DisplayDetails" value="false"/>
  <add key="EnableWPF3D" value="true" />
</appSettings>