diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 66487bc91..1c1da09fd 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -112,29 +112,25 @@ - - $(IntermediateOutputPath)gitver - $(IntermediateOutputPath)csver $(OutputPath)TEMP_gitver.txt - - - - - - - - - - - - + + + + + + + + - @(GitVersion) - @(GitVersionClientStructs) + $([System.Text.RegularExpressions.Regex]::Replace($(DalamudGitDescribeOutput), @"\t|\n|\r", "")) + $([System.Text.RegularExpressions.Regex]::Replace($(ClientStructsGitDescribeOutput), @"\t|\n|\r", "")) + + +