24 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version='1.0' encoding='utf-8'?>
 | |
| <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="SyncMany.Properties" GeneratedClassName="Settings">
 | |
|   <Profiles />
 | |
|   <Settings>
 | |
|     <Setting Name="Size" Type="System.Drawing.Size" Scope="User">
 | |
|       <Value Profile="(Default)" />
 | |
|     </Setting>
 | |
|     <Setting Name="Location" Type="System.Drawing.Point" Scope="User">
 | |
|       <Value Profile="(Default)" />
 | |
|     </Setting>
 | |
|     <Setting Name="WindowState" Type="System.Windows.Forms.FormWindowState" Scope="User">
 | |
|       <Value Profile="(Default)">Normal</Value>
 | |
|     </Setting>
 | |
|     <Setting Name="FileName" Type="System.String" Scope="User">
 | |
|       <Value Profile="(Default)" />
 | |
|     </Setting>
 | |
|     <Setting Name="SourceFolder" Type="System.String" Scope="User">
 | |
|       <Value Profile="(Default)" />
 | |
|     </Setting>
 | |
|     <Setting Name="DestinationFolder" Type="System.String" Scope="User">
 | |
|       <Value Profile="(Default)" />
 | |
|     </Setting>
 | |
|   </Settings>
 | |
| </SettingsFile> | 
