Winify – Diff between revs 1 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 4
Line 1... Line 1...
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Winify.Properties" GeneratedClassName="Settings"> 2 <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Winify.Properties" GeneratedClassName="Settings">
3 <Profiles /> 3 <Profiles />
4 <Settings> 4 <Settings>
5 <Setting Name="Host" Type="System.String" Scope="User"> -  
6 <Value Profile="(Default)">localhost</Value> -  
7 </Setting> -  
8 <Setting Name="Port" Type="System.String" Scope="User"> -  
9 <Value Profile="(Default)">80</Value> -  
10 </Setting> -  
11 <Setting Name="Username" Type="System.String" Scope="User"> -  
12 <Value Profile="(Default)" /> -  
13 </Setting> -  
14 <Setting Name="Password" Type="System.String" Scope="User"> -  
15 <Value Profile="(Default)" /> -  
16 </Setting> -  
17 <Setting Name="LaunchOnBoot" Type="System.Boolean" Scope="User"> 5 <Setting Name="LaunchOnBoot" Type="System.Boolean" Scope="User">
18 <Value Profile="(Default)">False</Value> 6 <Value Profile="(Default)">False</Value>
19 </Setting> 7 </Setting>
20 </Settings> 8 </Settings>
21 </SettingsFile> 9 </SettingsFile>
22   10