aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-08-03 03:00:37 +0200
committerKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-08-03 03:00:37 +0200
commit5d9bbd0b9dcb711b64c182ce666a6f7d4a86c8f3 (patch)
treeb55e0adce241fd55168170905c0a09bdb9556d45
parent4b09682ab6749b71552db04a0123402b9219e3f5 (diff)
downloadNorthstarLauncher-5d9bbd0b9dcb711b64c182ce666a6f7d4a86c8f3.tar.gz
NorthstarLauncher-5d9bbd0b9dcb711b64c182ce666a6f7d4a86c8f3.zip
Do not link MFC to the module
-rw-r--r--NorthstarDedicatedTest/include/protobuf/libprotobuf.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/include/protobuf/libprotobuf.vcxproj b/NorthstarDedicatedTest/include/protobuf/libprotobuf.vcxproj
index c9886695..e9be6631 100644
--- a/NorthstarDedicatedTest/include/protobuf/libprotobuf.vcxproj
+++ b/NorthstarDedicatedTest/include/protobuf/libprotobuf.vcxproj
@@ -23,7 +23,7 @@
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
- <UseOfMfc>Static</UseOfMfc>
+ <UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
@@ -31,7 +31,7 @@
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
- <UseOfMfc>Static</UseOfMfc>
+ <UseOfMfc>false</UseOfMfc>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">