summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.TestApp/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorGuillaume <guillaumelacasa@hotmail.com>2013-06-12 21:09:11 +0200
committerGuillaume <guillaumelacasa@hotmail.com>2013-06-12 21:09:11 +0200
commit9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71 (patch)
treeea42b6de68090a31c86ca0e0dde571f092a38a7e /TwoStepsAuthenticator.TestApp/Properties/Settings.Designer.cs
parentb09d7395f2842cd908c02c81e91a5b3cecf415c6 (diff)
downloadTwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.zip
TwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.tar.gz
TwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.tar.bz2
Application de test
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/Properties/Settings.Designer.cs')
-rw-r--r--TwoStepsAuthenticator.TestApp/Properties/Settings.Designer.cs26
1 files changed, 26 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.TestApp/Properties/Settings.Designer.cs b/TwoStepsAuthenticator.TestApp/Properties/Settings.Designer.cs
new file mode 100644
index 0000000..80f5e8b
--- /dev/null
+++ b/TwoStepsAuthenticator.TestApp/Properties/Settings.Designer.cs
@@ -0,0 +1,26 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.18033
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace TwoStepsAuthenticatorTestApp.Properties {
+
+
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
+ 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 {
+ return defaultInstance;
+ }
+ }
+ }
+}