Remove 'Auto delete pdb'

This commit is contained in:
Crsky 2024-02-09 00:03:10 +08:00
parent 92c54b72ae
commit 4124b369de

View File

@ -101,8 +101,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>If $(ConfigurationName) == Release del *.pdb
If $(ConfigurationName) == Release del *.config</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.