Hide full path from debug symbols

This commit is contained in:
2025-04-14 11:55:38 +02:00
parent 35b9832bda
commit 2adbb12367

5
Directory.Build.props Normal file
View File

@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<PathMap>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))=./</PathMap>
</PropertyGroup>
</Project>