Skip to content

Commit

Permalink
build: add OutDir to Debug configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BinToss committed Dec 13, 2021
1 parent cf7636f commit 6bf2ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DRP.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<IncludePath>.\discord-rpc\include;$(IncludePath)</IncludePath>
<LibraryPath>.\discord-rpc\lib;$(LibraryPath)</LibraryPath>
<OutDir>..\bin\$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand Down

0 comments on commit 6bf2ec5

Please sign in to comment.