MSBuild: Fix lib/pdb output directory

This commit is contained in:
Stenzek 2023-05-13 17:14:29 +10:00 committed by refractionpcsx2
parent 5f8798cf94
commit 7f5c0fca8f
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
<PropertyGroup>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<TargetName>pcsx2</TargetName>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
<OutDir>$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>