aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/App.config
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2018-08-26 15:57:03 -0400
committerAlee14 <Alee14498@gmail.com>2018-08-26 15:57:03 -0400
commit1aed689b2e4d35cbc72e046a66ab42eb81272893 (patch)
treea4a456183a1836957e8e98c9bc7bdefea7179b95 /Project Ports/App.config
parent8f6b0e2c3dd491428d1e47f66191a26636b8f4e9 (diff)
downloadProject-Silicon-1aed689b2e4d35cbc72e046a66ab42eb81272893.tar.gz
Project-Silicon-1aed689b2e4d35cbc72e046a66ab42eb81272893.tar.bz2
Project-Silicon-1aed689b2e4d35cbc72e046a66ab42eb81272893.zip
Added the hijack screen
Diffstat (limited to 'Project Ports/App.config')
-rw-r--r--Project Ports/App.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/Project Ports/App.config b/Project Ports/App.config
index 731f6de..2c8a48b 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>False</value>
+ </setting>
+ </Project_Ports.Properties.Settings>
+ </userSettings>
</configuration> \ No newline at end of file