Fix dumb mistake. Apply only to release configuration

This commit is contained in:
mageven 2022-11-27 09:38:07 +05:30
parent 26e5f8a205
commit 785a40c385

View file

@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup Condition="'$(Configuration)' == 'Release'">
<PathMap>$(MSBuildProjectDirectory)=$(MSBuildProjectName)</PathMap> <PathMap>$(MSBuildProjectDirectory)=$(MSBuildProjectName)</PathMap>
</PropertyGroup> </PropertyGroup>
</Project> </Project>