From 2adbb1236789aa068bb89e72492f2a4f17c8ad12 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Mon, 14 Apr 2025 11:55:38 +0200 Subject: [PATCH] Hide full path from debug symbols --- Directory.Build.props | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..895fae2 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,5 @@ + + + $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./ + + \ No newline at end of file