diff --git a/FeedBuilder/FeedBuilder.csproj b/FeedBuilder/FeedBuilder.csproj index 07abfc56..235b7d20 100644 --- a/FeedBuilder/FeedBuilder.csproj +++ b/FeedBuilder/FeedBuilder.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -12,7 +12,7 @@ FeedBuilder 512 WindowsForms - v3.5 + v4.6.2 1591 @@ -25,6 +25,7 @@ true bin\Debug\ FeedBuilder.xml + false x86 @@ -35,6 +36,7 @@ bin\Release\ FeedBuilder.xml 42016,41999,42017,42018,42019,42032,42036,42020,42021,42022 + false On @@ -63,6 +65,7 @@ false false false + false true @@ -73,6 +76,7 @@ pdbonly AnyCPU true + false diff --git a/FeedBuilder/FeedBuilderSettingsProvider.cs b/FeedBuilder/FeedBuilderSettingsProvider.cs index 0ff59e00..6c2c804f 100644 --- a/FeedBuilder/FeedBuilderSettingsProvider.cs +++ b/FeedBuilder/FeedBuilderSettingsProvider.cs @@ -7,6 +7,7 @@ using System.Windows.Forms; using System.Xml; using System.Xml.Serialization; +using FeedBuilder.Properties; namespace FeedBuilder { diff --git a/FeedBuilder/Properties/Settings.Designer.cs b/FeedBuilder/Properties/Settings.Designer.cs index 9fcef998..6abe3ec8 100644 --- a/FeedBuilder/Properties/Settings.Designer.cs +++ b/FeedBuilder/Properties/Settings.Designer.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace FeedBuilder { +namespace FeedBuilder.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] diff --git a/FeedBuilder/app.config b/FeedBuilder/app.config index 2fa6e95d..2a0024f7 100644 --- a/FeedBuilder/app.config +++ b/FeedBuilder/app.config @@ -1,3 +1,3 @@ - + diff --git a/FeedBuilder/frmMain.cs b/FeedBuilder/frmMain.cs index 363f7069..6ea19f24 100644 --- a/FeedBuilder/frmMain.cs +++ b/FeedBuilder/frmMain.cs @@ -7,6 +7,7 @@ using System.Threading; using System.Windows.Forms; using System.Xml; +using FeedBuilder.Properties; namespace FeedBuilder { diff --git a/NAppUpdate.sln b/NAppUpdate.sln index 17b75adb..113a373e 100644 --- a/NAppUpdate.sln +++ b/NAppUpdate.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{BDD7694F-9B8D-45B1-B75E-3901BC6F04DD}" EndProject @@ -35,6 +35,9 @@ Global Release 4.0|Any CPU = Release 4.0|Any CPU Release 4.0|Mixed Platforms = Release 4.0|Mixed Platforms Release 4.0|x86 = Release 4.0|x86 + Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {2742ABE7-977D-4989-B12A-992A50B28E2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -52,6 +55,12 @@ Global {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release 4.0|Mixed Platforms.ActiveCfg = Release|Any CPU {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release 4.0|Mixed Platforms.Build.0 = Release|Any CPU {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release 4.0|x86.ActiveCfg = Release|Any CPU + {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release|Any CPU.Build.0 = Release|Any CPU + {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release|x86.ActiveCfg = Release|Any CPU + {2742ABE7-977D-4989-B12A-992A50B28E2F}.Release|x86.Build.0 = Release|Any CPU {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Debug|Any CPU.Build.0 = Debug|Any CPU {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -67,6 +76,12 @@ Global {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release 4.0|Mixed Platforms.ActiveCfg = Release 4.0|Any CPU {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release 4.0|Mixed Platforms.Build.0 = Release 4.0|Any CPU {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release 4.0|x86.ActiveCfg = Release 4.0|Any CPU + {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release|Any CPU.ActiveCfg = Release 4.0|Any CPU + {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release|Any CPU.Build.0 = Release 4.0|Any CPU + {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release|Mixed Platforms.ActiveCfg = Release 4.0|Any CPU + {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release|Mixed Platforms.Build.0 = Release 4.0|Any CPU + {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release|x86.ActiveCfg = Release 4.0|Any CPU + {7D4D18D4-DBD2-4ADC-9D82-397D6C5E9F40}.Release|x86.Build.0 = Release 4.0|Any CPU {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Debug|Any CPU.Build.0 = Debug|Any CPU {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -82,6 +97,12 @@ Global {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release 4.0|Mixed Platforms.ActiveCfg = Release|Any CPU {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release 4.0|Mixed Platforms.Build.0 = Release|Any CPU {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release 4.0|x86.ActiveCfg = Release|Any CPU + {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release|Any CPU.Build.0 = Release|Any CPU + {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release|x86.ActiveCfg = Release|Any CPU + {D4321517-F941-4B1C-A9F7-9F63F5B86EE8}.Release|x86.Build.0 = Release|Any CPU {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Debug|Any CPU.Build.0 = Debug|Any CPU {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -97,6 +118,12 @@ Global {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release 4.0|Mixed Platforms.ActiveCfg = Release 4.0|Any CPU {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release 4.0|Mixed Platforms.Build.0 = Release 4.0|Any CPU {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release 4.0|x86.ActiveCfg = Release 4.0|Any CPU + {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release|Any CPU.ActiveCfg = Release 4.0|Any CPU + {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release|Any CPU.Build.0 = Release 4.0|Any CPU + {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release|Mixed Platforms.ActiveCfg = Release 4.0|Any CPU + {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release|Mixed Platforms.Build.0 = Release 4.0|Any CPU + {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release|x86.ActiveCfg = Release 4.0|Any CPU + {5C07EBDF-D43F-4BE9-B560-D7A443C0EDCE}.Release|x86.Build.0 = Release 4.0|Any CPU {935426A8-2F13-449E-A808-A3BD07AA3570}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {935426A8-2F13-449E-A808-A3BD07AA3570}.Debug|Any CPU.Build.0 = Debug|Any CPU {935426A8-2F13-449E-A808-A3BD07AA3570}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -112,6 +139,12 @@ Global {935426A8-2F13-449E-A808-A3BD07AA3570}.Release 4.0|Mixed Platforms.ActiveCfg = Release|Any CPU {935426A8-2F13-449E-A808-A3BD07AA3570}.Release 4.0|Mixed Platforms.Build.0 = Release|Any CPU {935426A8-2F13-449E-A808-A3BD07AA3570}.Release 4.0|x86.ActiveCfg = Release|Any CPU + {935426A8-2F13-449E-A808-A3BD07AA3570}.Release|Any CPU.ActiveCfg = Release|Any CPU + {935426A8-2F13-449E-A808-A3BD07AA3570}.Release|Any CPU.Build.0 = Release|Any CPU + {935426A8-2F13-449E-A808-A3BD07AA3570}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {935426A8-2F13-449E-A808-A3BD07AA3570}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {935426A8-2F13-449E-A808-A3BD07AA3570}.Release|x86.ActiveCfg = Release|Any CPU + {935426A8-2F13-449E-A808-A3BD07AA3570}.Release|x86.Build.0 = Release|Any CPU {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Debug|Any CPU.Build.0 = Debug|Any CPU {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU @@ -130,6 +163,12 @@ Global {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release 4.0|Mixed Platforms.Build.0 = Release|Any CPU {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release 4.0|x86.ActiveCfg = Release|x86 {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release 4.0|x86.Build.0 = Release|x86 + {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release|Any CPU.Build.0 = Release|Any CPU + {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release|x86.ActiveCfg = Release|x86 + {734FA44E-39AC-478E-A5AA-0F3D1F1974AA}.Release|x86.Build.0 = Release|x86 {991B322D-C0EC-47A6-B67A-665C873C7B19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {991B322D-C0EC-47A6-B67A-665C873C7B19}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 {991B322D-C0EC-47A6-B67A-665C873C7B19}.Debug|Mixed Platforms.Build.0 = Debug|x86 @@ -146,6 +185,36 @@ Global {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release 4.0|Mixed Platforms.Build.0 = Release|x86 {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release 4.0|x86.ActiveCfg = Release|x86 {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release 4.0|x86.Build.0 = Release|x86 + {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release|Any CPU.ActiveCfg = Release|Any CPU + {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release|Any CPU.Build.0 = Release|Any CPU + {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release|Mixed Platforms.Build.0 = Release|x86 + {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release|x86.ActiveCfg = Release|x86 + {991B322D-C0EC-47A6-B67A-665C873C7B19}.Release|x86.Build.0 = Release|x86 + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Debug|x86.ActiveCfg = Debug|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Debug|x86.Build.0 = Debug|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 3.5|Any CPU.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 3.5|Any CPU.Build.0 = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 3.5|Mixed Platforms.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 3.5|Mixed Platforms.Build.0 = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 3.5|x86.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 3.5|x86.Build.0 = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 4.0|Any CPU.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 4.0|Any CPU.Build.0 = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 4.0|Mixed Platforms.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 4.0|Mixed Platforms.Build.0 = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 4.0|x86.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release 4.0|x86.Build.0 = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release|Any CPU.Build.0 = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release|x86.ActiveCfg = Release|Any CPU + {3637B716-7EEE-4A84-B6B9-982C4D8A39A6}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE