Settings.settings 853 B

123456789101112131415161718
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="PDFViewer.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="IsHighlightLinkArea" Type="System.Boolean" Scope="Application">
  6. <Value Profile="(Default)">False</Value>
  7. </Setting>
  8. <Setting Name="IsHighlightFormArea" Type="System.Boolean" Scope="Application">
  9. <Value Profile="(Default)">False</Value>
  10. </Setting>
  11. <Setting Name="DocumentAuthor" Type="System.String" Scope="Application">
  12. <Value Profile="(Default)">ComPDFKit</Value>
  13. </Setting>
  14. <Setting Name="Language" Type="System.String" Scope="Application">
  15. <Value Profile="(Default)">English</Value>
  16. </Setting>
  17. </Settings>
  18. </SettingsFile>