-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSettings.settings
More file actions
18 lines (18 loc) · 863 Bytes
/
Settings.settings
File metadata and controls
18 lines (18 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
<Profiles />
<Settings>
<Setting Name="JumpGoVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">4.3.6.1</Value>
</Setting>
<Setting Name="RepoURL" Type="System.String" Scope="User">
<Value Profile="(Default)">https://github.com/JTechMe/JumpGo-for-Windows</Value>
</Setting>
<Setting Name="DLURL" Type="System.String" Scope="User">
<Value Profile="(Default)">http://jtechme.github.io/jgwinse/</Value>
</Setting>
<Setting Name="PatchLvl" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
</Settings>
</SettingsFile>