Hide full path from debug symbols

This commit is contained in:
Deukhoofd 2025-04-14 11:55:38 +02:00
parent 35b9832bda
commit 2adbb12367
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

5
Directory.Build.props Normal file
View File

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