Adjusted AutomaticVersions settings

This commit is contained in:
Serraniel 2017-04-17 11:35:23 +02:00
parent c352876602
commit 1116e85cd7

View file

@ -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