mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
10 lines
352 B
C#
10 lines
352 B
C#
namespace HaWeb.Settings;
|
|
using HaWeb.Settings.XMLRoots;
|
|
|
|
public static class General {
|
|
// Classes generated by parsing the XML:
|
|
public const string XMLFILEPATH = @"Hamann.xml";
|
|
public const bool NORMALIZEWHITESPACE = true;
|
|
public static (int, int) AVAILABLEYEARRANGE = (1751, 1788);
|
|
public static string[] AVAILABLEVOLUMES = { };
|
|
} |