diff options
| author | Jacob Palecki <[email protected]> | 2020-07-24 11:15:04 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-24 11:15:04 -0700 |
| commit | 02f5d86a891edb2f49851b400b0d2b2f8b4e4f98 (patch) | |
| tree | 31494b77056e89388f6220f68927caa30c79ecf2 /grapher/Properties/Settings.settings | |
| parent | Added simple c++/cli wrapper (diff) | |
| download | rawaccel-02f5d86a891edb2f49851b400b0d2b2f8b4e4f98.tar.xz rawaccel-02f5d86a891edb2f49851b400b0d2b2f8b4e4f98.zip | |
Add a basic windows forms grapher
Diffstat (limited to 'grapher/Properties/Settings.settings')
| -rw-r--r-- | grapher/Properties/Settings.settings | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/grapher/Properties/Settings.settings b/grapher/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/grapher/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> |