From f0c254f8e2d1f4ddfb4329e376894c5aae51042c Mon Sep 17 00:00:00 2001 From: goat Date: Sat, 10 Dec 2022 22:14:52 +0100 Subject: [PATCH] fix version attributes, again --- Dalamud/Dalamud.csproj | 52 ++++++++++++++++-------------------------- 1 file changed, 20 insertions(+), 32 deletions(-) diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 1c1da09fd..9eb0a7c7f 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -110,11 +110,12 @@ - - - $(OutputPath)TEMP_gitver.txt - - + + + $(OutputPath)TEMP_gitver.txt + + + @@ -132,7 +133,20 @@ - + + + + + Local build at $([System.DateTime]::Now.ToString(yyyyMMdd-hhmmss)) + $(LocalBuildText) + ??? + + + + + + + $(IntermediateOutputPath)CustomAssemblyInfo.cs @@ -155,30 +169,4 @@ - - - - - - $(IntermediateOutputPath)CustomAssemblyInfo.cs - Local build at $([System.DateTime]::Now.ToString(yyyyMMdd-hhmmss)) - - - - - - - - - <_Parameter1>GitHash - <_Parameter2>$(LocalBuildText) - - - <_Parameter1>GitHashClientStructs - <_Parameter2>$(LocalBuildText) - - - - -