diff options
-rw-r--r-- | NorthstarDedicatedTest/include/protobuf/libprotobuf.vcxproj | 4 |
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"> |