|
@@ -79,42 +79,53 @@ namespace SyncTrayzor.Properties {
|
|
|
|
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
|
|
|
|
|
-<PathConfiguration xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
|
|
|
|
|
- <LogFilePath>%EXEPATH%\logs</LogFilePath>
|
|
|
|
|
- <SyncthingCustomHomePath>%EXEPATH%\data\syncthing</SyncthingCustomHomePath>
|
|
|
|
|
- <SyncthingPath>%EXEPATH%\syncthing.exe</SyncthingPath>
|
|
|
|
|
- <ConfigurationFilePath>%EXEPATH%\data\config.xml</ConfigurationFilePath>
|
|
|
|
|
-</PathConfiguration>")]
|
|
|
|
|
- public global::SyncTrayzor.Services.Config.PathConfiguration PathConfiguration {
|
|
|
|
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
|
|
|
+ public int CefRemoteDebuggingPort {
|
|
|
get {
|
|
get {
|
|
|
- return ((global::SyncTrayzor.Services.Config.PathConfiguration)(this["PathConfiguration"]));
|
|
|
|
|
|
|
+ return ((int)(this["CefRemoteDebuggingPort"]));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
- [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
|
|
|
|
|
-<Configuration xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
|
|
|
|
|
- <ShowTrayIconOnlyOnClose>false</ShowTrayIconOnlyOnClose>
|
|
|
|
|
- <MinimizeToTray>false</MinimizeToTray>
|
|
|
|
|
- <CloseToTray>true</CloseToTray>
|
|
|
|
|
- <ShowSynchronizedBalloon>true</ShowSynchronizedBalloon>
|
|
|
|
|
- <ShowDeviceConnectivityBalloons>true</ShowDeviceConnectivityBalloons>
|
|
|
|
|
- <SyncthingAddress>localhost:8384</SyncthingAddress>
|
|
|
|
|
- <StartSyncthingAutomatically>true</StartSyncthingAutomatically>
|
|
|
|
|
- <SyncthingUseCustomHome>true</SyncthingUseCustomHome>
|
|
|
|
|
- <SyncthingDenyUpgrade>false</SyncthingDenyUpgrade>
|
|
|
|
|
- <SyncthingRunLowPriority>false</SyncthingRunLowPriority>
|
|
|
|
|
- <Folders />
|
|
|
|
|
- <NotifyOfNewVersions>true</NotifyOfNewVersions>
|
|
|
|
|
- <ObfuscateDeviceIDs>true</ObfuscateDeviceIDs>
|
|
|
|
|
- <UseComputerCulture>true</UseComputerCulture>
|
|
|
|
|
-</Configuration>")]
|
|
|
|
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute(@"
|
|
|
|
|
+ <Configuration xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
|
|
|
|
|
+ <ShowTrayIconOnlyOnClose>false</ShowTrayIconOnlyOnClose>
|
|
|
|
|
+ <MinimizeToTray>false</MinimizeToTray>
|
|
|
|
|
+ <CloseToTray>true</CloseToTray>
|
|
|
|
|
+ <ShowSynchronizedBalloon>true</ShowSynchronizedBalloon>
|
|
|
|
|
+ <ShowDeviceConnectivityBalloons>true</ShowDeviceConnectivityBalloons>
|
|
|
|
|
+ <SyncthingAddress>localhost:8384</SyncthingAddress>
|
|
|
|
|
+ <StartSyncthingAutomatically>true</StartSyncthingAutomatically>
|
|
|
|
|
+ <SyncthingUseCustomHome>true</SyncthingUseCustomHome>
|
|
|
|
|
+ <SyncthingDenyUpgrade>false</SyncthingDenyUpgrade>
|
|
|
|
|
+ <SyncthingRunLowPriority>false</SyncthingRunLowPriority>
|
|
|
|
|
+ <Folders />
|
|
|
|
|
+ <NotifyOfNewVersions>true</NotifyOfNewVersions>
|
|
|
|
|
+ <ObfuscateDeviceIDs>true</ObfuscateDeviceIDs>
|
|
|
|
|
+ <UseComputerCulture>true</UseComputerCulture>
|
|
|
|
|
+ </Configuration>
|
|
|
|
|
+ ")]
|
|
|
public global::SyncTrayzor.Services.Config.Configuration DefaultUserConfiguration {
|
|
public global::SyncTrayzor.Services.Config.Configuration DefaultUserConfiguration {
|
|
|
get {
|
|
get {
|
|
|
return ((global::SyncTrayzor.Services.Config.Configuration)(this["DefaultUserConfiguration"]));
|
|
return ((global::SyncTrayzor.Services.Config.Configuration)(this["DefaultUserConfiguration"]));
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
|
|
|
|
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
|
|
+ [global::System.Configuration.DefaultSettingValueAttribute(@"
|
|
|
|
|
+ <PathConfiguration xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
|
|
|
|
|
+ <LogFilePath>%EXEPATH%\data\logs</LogFilePath>
|
|
|
|
|
+ <SyncthingCustomHomePath>%EXEPATH%\data\syncthing</SyncthingCustomHomePath>
|
|
|
|
|
+ <SyncthingPath>%EXEPATH%\syncthing.exe</SyncthingPath>
|
|
|
|
|
+ <ConfigurationFilePath>%EXEPATH%\data\config.xml</ConfigurationFilePath>
|
|
|
|
|
+ </PathConfiguration>
|
|
|
|
|
+ ")]
|
|
|
|
|
+ public global::SyncTrayzor.Services.Config.PathConfiguration PathConfiguration {
|
|
|
|
|
+ get {
|
|
|
|
|
+ return ((global::SyncTrayzor.Services.Config.PathConfiguration)(this["PathConfiguration"]));
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|