rpcsx/buildfiles/msvc/ci_no_debug_info.targets

8 lines
280 B
Plaintext
Raw Normal View History

2025-02-28 08:08:52 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemDefinitionGroup>
<ClCompile>
<DebugInformationFormat>None</DebugInformationFormat>
</ClCompile>
</ItemDefinitionGroup>
</Project>