Fixed PalworldSDK outputting to the wrong directory.

This commit is contained in:
gir489returns 2024-01-30 09:44:35 -05:00
parent c589936004
commit e83c8ed976

View File

@ -83,7 +83,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)\lib</OutDir>
<OutDir>$(SolutionDir)\libs\SDKLibrary\lib</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>