From 0e152d56abf471ddba1bf824c20a6e63295f0ccc Mon Sep 17 00:00:00 2001 From: clowwindy Date: Fri, 2 Jan 2015 00:23:23 +0800 Subject: [PATCH] remove settings file --- .../Properties/Settings.Designer.cs | 26 ------------------- .../Properties/Settings.settings | 7 ----- shadowsocks-csharp/shadowsocks-csharp.csproj | 9 ------- 3 files changed, 42 deletions(-) delete mode 100755 shadowsocks-csharp/Properties/Settings.Designer.cs delete mode 100755 shadowsocks-csharp/Properties/Settings.settings diff --git a/shadowsocks-csharp/Properties/Settings.Designer.cs b/shadowsocks-csharp/Properties/Settings.Designer.cs deleted file mode 100755 index 685146c2..00000000 --- a/shadowsocks-csharp/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18444 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Shadowsocks.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; - } - } - } -} diff --git a/shadowsocks-csharp/Properties/Settings.settings b/shadowsocks-csharp/Properties/Settings.settings deleted file mode 100755 index abf36c5d..00000000 --- a/shadowsocks-csharp/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/shadowsocks-csharp/shadowsocks-csharp.csproj b/shadowsocks-csharp/shadowsocks-csharp.csproj index a7216f48..e044d4fb 100755 --- a/shadowsocks-csharp/shadowsocks-csharp.csproj +++ b/shadowsocks-csharp/shadowsocks-csharp.csproj @@ -144,15 +144,6 @@ - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True -