1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-08-29 09:12:47 +00:00

Update build configurations of DEBUG profile (#77)

This commit is contained in:
rumtid 2025-05-24 12:05:22 +08:00 committed by GitHub
parent 6f06843849
commit d799dff145
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,9 +72,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
</PropertyGroup>