Fixed: Use project name as relative path

This commit is contained in:
Bogdan 2023-04-10 00:46:56 +03:00
parent 8e60c707b2
commit fb908e8e19

View file

@ -74,6 +74,8 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<Deterministic Condition="$(AssemblyVersion.EndsWith('*'))">False</Deterministic>
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
</PropertyGroup>
<!-- Set the AssemblyConfiguration attribute for projects -->