Merge pull request #68 from gir489returns/BuildFix

Fixed PalworldSDK outputting to the wrong directory.
This commit is contained in:
swordbluesword 2024-01-30 23:19:16 +08:00 committed by GitHub
commit 69e5d54b2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>