summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-09-17 20:49:08 +0000
committersr55 <[email protected]>2011-09-17 20:49:08 +0000
commitd145ee9d9ed7be65b83124afbf0cc71b60adddc6 (patch)
tree8a7a47aa0bbeab6b18d6859bc457a215c5cbe61d /win/CS/HandBrakeWPF/Properties/Settings.Designer.cs
parentac48779d6481154c16419d3c758af39ddcba4d86 (diff)
HandBrakeWPF: Switch from Caliburn to Caliburn Micro and Add a CastleWindsor Bootstrapper.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4230 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Settings.Designer.cs')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Settings.Designer.cs22
1 files changed, 9 insertions, 13 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Settings.Designer.cs b/win/CS/HandBrakeWPF/Properties/Settings.Designer.cs
index ae1b86547..f0eac0f2b 100644
--- a/win/CS/HandBrakeWPF/Properties/Settings.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Settings.Designer.cs
@@ -1,28 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:4.0.30319.1
+// Runtime Version:4.0.30319.468
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
-namespace HandBrakeWPF.Properties
-{
-
-
+namespace HandBrakeWPF.Properties {
+
+
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
+ internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default
- {
- get
- {
+
+ public static Settings Default {
+ get {
return defaultInstance;
}
}