diff --git a/.gitignore b/.gitignore index b1a2764..3f6118e 100644 --- a/.gitignore +++ b/.gitignore @@ -256,4 +256,5 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc +/SuperADD/bin/Release64 diff --git a/SuperADD.sln b/SuperADD.sln index baa7a41..190aa0a 100644 --- a/SuperADD.sln +++ b/SuperADD.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28010.2041 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29215.179 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperADD", "SuperADD\SuperADD.csproj", "{E022A43E-0E85-4D09-B380-E94EA312FD86}" EndProject @@ -9,12 +9,15 @@ Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU + Release64|Any CPU = Release64|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {E022A43E-0E85-4D09-B380-E94EA312FD86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E022A43E-0E85-4D09-B380-E94EA312FD86}.Debug|Any CPU.Build.0 = Debug|Any CPU {E022A43E-0E85-4D09-B380-E94EA312FD86}.Release|Any CPU.ActiveCfg = Release|Any CPU {E022A43E-0E85-4D09-B380-E94EA312FD86}.Release|Any CPU.Build.0 = Release|Any CPU + {E022A43E-0E85-4D09-B380-E94EA312FD86}.Release64|Any CPU.ActiveCfg = Release64|Any CPU + {E022A43E-0E85-4D09-B380-E94EA312FD86}.Release64|Any CPU.Build.0 = Release64|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/SuperADD/Properties/Settings.Designer.cs b/SuperADD/Properties/Settings.Designer.cs index 5324de5..628250b 100644 --- a/SuperADD/Properties/Settings.Designer.cs +++ b/SuperADD/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SuperADD.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.1.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.2.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/SuperADD/Resources/SuperADDDaemon.zip b/SuperADD/Resources/SuperADDDaemon.zip index 898d7c2..f6acd11 100644 Binary files a/SuperADD/Resources/SuperADDDaemon.zip and b/SuperADD/Resources/SuperADDDaemon.zip differ diff --git a/SuperADD/SuperADD.csproj b/SuperADD/SuperADD.csproj index 88a5eac..973961a 100644 --- a/SuperADD/SuperADD.csproj +++ b/SuperADD/SuperADD.csproj @@ -9,7 +9,7 @@ WinExe SuperADD SuperADD - v4.7.2 + v4.6.1 512 true true @@ -29,8 +29,8 @@ false - x64 - pdbonly + x86 + none true bin\Release\ @@ -49,6 +49,14 @@ app.manifest + + bin\Release64\ + true + none + x64 + prompt + MinimumRecommendedRules.ruleset + ..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll @@ -84,7 +92,9 @@ - + + False + diff --git a/SuperADD/SuperADDDaemon/vcruntime140.dll b/SuperADD/SuperADDDaemon/vcruntime140.dll new file mode 100644 index 0000000..01016ae Binary files /dev/null and b/SuperADD/SuperADDDaemon/vcruntime140.dll differ diff --git a/SuperADD/app.config b/SuperADD/app.config index 312bb3f..3dbff35 100644 --- a/SuperADD/app.config +++ b/SuperADD/app.config @@ -1,3 +1,3 @@ - +