mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 12:14:33 -04:00

* Even if this makes the resulting executable slightly larger, this should help with troubleshooting, especially for the Windows Store releases. * Also drop the "since 2019" from the Downloads badge, since once you reach 100M the start date for the counter becomes a bit meaningless...
8 lines
261 B
XML
8 lines
261 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemDefinitionGroup>
|
|
<Link>
|
|
<GenerateDebugInformation>DebugFull</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
</Project>
|