mirror of https://github.com/PCSX2/pcsx2.git
MSBuild: Fix lib/pdb output directory
This commit is contained in:
parent
5f8798cf94
commit
7f5c0fca8f
pcsx2
|
@ -31,6 +31,8 @@
|
|||
<PropertyGroup>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<TargetName>pcsx2</TargetName>
|
||||
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
||||
<OutDir>$(Platform)\$(Configuration)\</OutDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
|
|
Loading…
Reference in New Issue