Skip to content

Commit

Permalink
Updated config to output compiled binary into the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Posada committed Jun 9, 2024
1 parent 6d392b5 commit 97c13b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions GD Hax/GD Hax.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@
<IntDir>obj\$(Configuration)\</IntDir>
<TargetName>GD-Hax</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(SolutionDir)\build\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(SolutionDir)\build\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)\build\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down

0 comments on commit 97c13b7

Please sign in to comment.