diff options
| author | Matthew Strasiotto <[email protected]> | 2021-05-01 20:49:11 +1000 |
|---|---|---|
| committer | Matthew Strasiotto <[email protected]> | 2021-05-01 20:49:11 +1000 |
| commit | 29647393a6cc898403e9ece9f4856e8ede819937 (patch) | |
| tree | 31659bc5bb4509c822ad7a3ee980cec4d4dc601e /grapher/Properties/Settings.settings | |
| parent | remove Settings.Settings based config, migrate defintitions to constants (diff) | |
| download | rawaccel-29647393a6cc898403e9ece9f4856e8ede819937.tar.xz rawaccel-29647393a6cc898403e9ece9f4856e8ede819937.zip | |
clean up from adding settings
Diffstat (limited to 'grapher/Properties/Settings.settings')
| -rw-r--r-- | grapher/Properties/Settings.settings | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings index 8e615f2..3964565 100644 --- a/grapher/Properties/Settings.settings +++ b/grapher/Properties/Settings.settings @@ -1,5 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> - <Profiles /> + <Profiles> + <Profile Name="(Default)" /> + </Profiles> <Settings /> -</SettingsFile>
\ No newline at end of file +</SettingsFile> |