diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:05:54 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-08-26 16:05:54 -0400 |
| commit | 19e2f80744b150d5be71cd8eba23e56e1a058be5 (patch) | |
| tree | b708a605a47e99e076d127777f33bcbf75ba28c8 /Project Ports/App.config | |
| parent | db8d19f07f457cad229695ae1dc0ddbe8d13e0f3 (diff) | |
| parent | 91c9e2bda08b2f392c99eafb8f3025f6d9fbec46 (diff) | |
| download | Project-Silicon-19e2f80744b150d5be71cd8eba23e56e1a058be5.tar.gz Project-Silicon-19e2f80744b150d5be71cd8eba23e56e1a058be5.tar.bz2 Project-Silicon-19e2f80744b150d5be71cd8eba23e56e1a058be5.zip | |
Merge branch 'master' of https://github.com/UniverseDevGroup/Project-Ports
Diffstat (limited to 'Project Ports/App.config')
| -rw-r--r-- | Project Ports/App.config | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Project Ports/App.config b/Project Ports/App.config index 731f6de..401db40 100644 --- a/Project Ports/App.config +++ b/Project Ports/App.config @@ -1,6 +1,18 @@ <?xml version="1.0" encoding="utf-8" ?> <configuration> + <configSections> + <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > + <section name="Project_Ports.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> + </sectionGroup> + </configSections> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> </startup> + <userSettings> + <Project_Ports.Properties.Settings> + <setting name="hijacked" serializeAs="String"> + <value>True</value> + </setting> + </Project_Ports.Properties.Settings> + </userSettings> </configuration>
\ No newline at end of file |
