Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit 221b580

Browse files
committed
remove unused settings key
1 parent 8451af1 commit 221b580

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

UnityLauncher/App.config

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
</startup>
1111
<userSettings>
1212
<UnityLauncher.Properties.Settings>
13-
<setting name="rootFolder" serializeAs="String">
14-
<value>C:\Program Files\</value>
15-
</setting>
1613
<setting name="rootFolders" serializeAs="Xml">
1714
<value>
1815
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

UnityLauncher/Properties/Settings.Designer.cs

-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnityLauncher/Properties/Settings.settings

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="UnityLauncher.Properties" GeneratedClassName="Settings">
33
<Profiles />
44
<Settings>
5-
<Setting Name="rootFolder" Type="System.String" Scope="User">
6-
<Value Profile="(Default)">C:\Program Files\</Value>
7-
</Setting>
85
<Setting Name="rootFolders" Type="System.Collections.Specialized.StringCollection" Scope="User">
96
<Value Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
107
&lt;ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;

0 commit comments

Comments
 (0)