From 1116e85cd781f0b4cf1fcce5c3e0e883b4431e7b Mon Sep 17 00:00:00 2001 From: Serraniel Date: Mon, 17 Apr 2017 11:35:23 +0200 Subject: [PATCH] Adjusted AutomaticVersions settings --- SweetLib.sln | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SweetLib.sln b/SweetLib.sln index b1da169..fe43780 100644 --- a/SweetLib.sln +++ b/SweetLib.sln @@ -31,4 +31,12 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(AutomaticVersions) = postSolution + UpdateAssemblyVersion.Release|Any CPU = True + UpdateAssemblyFileVersion.Release|Any CPU = True + UpdateAssemblyInfoVersion.Release|Any CPU = True + AssemblyVersionSettings.Release|Any CPU = None.Increment.Increment.None + AssemblyFileVersionSettings.Release|Any CPU = None.Increment.Increment.None + AssemblyInfoVersionSettings.Release|Any CPU = None.Increment.Increment.None + EndGlobalSection EndGlobal