mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
43c6290143
* 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>
|