MSBuild: We don't need WinPixEventRuntime in Release builds

This commit is contained in:
Stenzek
2023-12-18 16:37:28 +10:00
parent df08e122c3
commit 7829abc014
2 changed files with 8 additions and 22 deletions

View File

@ -21,5 +21,5 @@
</ItemDefinitionGroup>
<Import Project="..\..\dep\msvc\vsprops\SDL2Compile.props" />
<Import Project="..\..\dep\winpixeventruntime\WinPixEventRuntime.props" />
<Import Condition="$(Configuration.Contains('Debug'))" Project="..\..\dep\winpixeventruntime\WinPixEventRuntime.props" />
</Project>