Skip to content

Commit ef9d0e1

Browse files
committed
static runtime library
1 parent f11237f commit ef9d0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeviceNameResolver.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6565
<ClCompile>
6666
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
67-
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
67+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
6868
<WarningLevel>Level3</WarningLevel>
6969
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
7070
</ClCompile>
@@ -81,7 +81,7 @@
8181
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
8282
<ClCompile>
8383
<PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84-
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
84+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
8585
<WarningLevel>Level3</WarningLevel>
8686
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
8787
</ClCompile>

0 commit comments

Comments
 (0)