diff options
author | Ian C <ianc@noddybox.co.uk> | 2017-06-06 11:35:55 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2017-06-06 11:35:55 +0000 |
commit | c339f69055655290d57432940d3db9d88d9a0897 (patch) | |
tree | de29b3c28862a8c341a0088a664e4f8f40b9d832 /Properties/Settings.settings | |
parent | a1a2c114dec908650ed4bca33846375e58fffeca (diff) |
Diffstat (limited to 'Properties/Settings.settings')
-rw-r--r-- | Properties/Settings.settings | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Properties/Settings.settings b/Properties/Settings.settings new file mode 100644 index 0000000..abf36c5 --- /dev/null +++ b/Properties/Settings.settings @@ -0,0 +1,7 @@ +<?xml version='1.0' encoding='utf-8'?>
+<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
+ <Profiles>
+ <Profile Name="(Default)" />
+ </Profiles>
+ <Settings />
+</SettingsFile>
|