diff options
| author | a1xd <[email protected]> | 2020-07-24 20:54:41 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-24 20:54:41 -0400 |
| commit | 73c18530cccfd237ebda99308e283fc12e4485aa (patch) | |
| tree | 0bbaef80f43937c59134e247702e4c7ba2ed773a /grapher/Properties/Settings.settings | |
| parent | Merge pull request #4 from a1xd/vec-parse-fix (diff) | |
| parent | Add correct names and labels (diff) | |
| download | rawaccel-73c18530cccfd237ebda99308e283fc12e4485aa.tar.xz rawaccel-73c18530cccfd237ebda99308e283fc12e4485aa.zip | |
Merge pull request #5 from JacobPalecki/WrapperAndGrapher
Wrapper and 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> |