Fix dumb mistake. Apply only to release configuration
This commit is contained in:
parent
26e5f8a205
commit
785a40c385
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
||||||
<PathMap>$(MSBuildProjectDirectory)=$(MSBuildProjectName)</PathMap>
|
<PathMap>$(MSBuildProjectDirectory)=$(MSBuildProjectName)</PathMap>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in a new issue