12 lines
368 B
XML
12 lines
368 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
|
|
<ProjectFileGenerator>
|
|
<Format>VisualStudioCode</Format>
|
|
</ProjectFileGenerator>
|
|
<BuildConfiguration>
|
|
<bTuneDebugInfoForLLDB>true</bTuneDebugInfoForLLDB>
|
|
<bDisableDumpSyms>true</bDisableDumpSyms>
|
|
</BuildConfiguration>
|
|
</Configuration>
|