diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 8e340e1..4539e08 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Quantum of Solace Tool")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright © 2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0")] -[assembly: AssemblyFileVersion("1.1.0")] +[assembly: AssemblyVersion("1.2.0")] +[assembly: AssemblyFileVersion("1.2.0")] diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index a2cf57e..62acb7d 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.18444 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace QuantumOfSolace.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.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/QuantumOfSolaceTool.csproj b/QuantumOfSolaceTool.csproj index 3bbbb7b..416a8d0 100644 --- a/QuantumOfSolaceTool.csproj +++ b/QuantumOfSolaceTool.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,8 +10,9 @@ Properties QuantumOfSolace QuantumOfSolace - v4.0 - Client + v4.5.2 + + 512 @@ -23,6 +24,7 @@ DEBUG;TRACE prompt 4 + false x86 @@ -32,6 +34,7 @@ TRACE prompt 4 + false Icon_9.ico @@ -71,6 +74,7 @@ Designer Resources.Designer.cs + SettingsSingleFileGenerator Settings.Designer.cs diff --git a/QuantumOfSolaceTool.sln b/QuantumOfSolaceTool.sln index 71dca21..633d2ae 100644 --- a/QuantumOfSolaceTool.sln +++ b/QuantumOfSolaceTool.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Express 2013 for Windows Desktop -VisualStudioVersion = 12.0.21005.1 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29411.108 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuantumOfSolaceTool", "QuantumOfSolaceTool.csproj", "{1E6C8237-8047-4353-93A0-327F0EDBE1B2}" EndProject @@ -11,12 +11,15 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1E6C8237-8047-4353-93A0-327F0EDBE1B2}.Debug|x86.ActiveCfg = Release|x86 - {1E6C8237-8047-4353-93A0-327F0EDBE1B2}.Debug|x86.Build.0 = Release|x86 + {1E6C8237-8047-4353-93A0-327F0EDBE1B2}.Debug|x86.ActiveCfg = Debug|x86 + {1E6C8237-8047-4353-93A0-327F0EDBE1B2}.Debug|x86.Build.0 = Debug|x86 {1E6C8237-8047-4353-93A0-327F0EDBE1B2}.Release|x86.ActiveCfg = Release|x86 {1E6C8237-8047-4353-93A0-327F0EDBE1B2}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {73E010AC-D871-4C2C-A472-63A16D3FA3BD} + EndGlobalSection EndGlobal diff --git a/Release/QuantumOfSolace.exe b/Release/QuantumOfSolace.exe index 14cadad..45bb2bb 100644 Binary files a/Release/QuantumOfSolace.exe and b/Release/QuantumOfSolace.exe differ diff --git a/Release/QuantumOfSolace.exe.config b/Release/QuantumOfSolace.exe.config new file mode 100644 index 0000000..ff99501 --- /dev/null +++ b/Release/QuantumOfSolace.exe.config @@ -0,0 +1,3 @@ + + + diff --git a/Release/QuantumOfSolace.pdb b/Release/QuantumOfSolace.pdb index 07e5fba..ce2f105 100644 Binary files a/Release/QuantumOfSolace.pdb and b/Release/QuantumOfSolace.pdb differ diff --git a/app.config b/app.config new file mode 100644 index 0000000..ff99501 --- /dev/null +++ b/app.config @@ -0,0 +1,3 @@ + + +