We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4345b95 commit fd2a391Copy full SHA for fd2a391
src/common/interop/PowerToys.Interop.vcxproj
@@ -63,14 +63,14 @@
63
</PropertyGroup>
64
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
65
<ClCompile>
66
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
67
<UseDebugLibraries>true</UseDebugLibraries>
68
<LinkIncremental>true</LinkIncremental>
69
</ClCompile>
70
</ItemDefinitionGroup>
71
<ItemDefinitionGroup Condition="'$(Configuration)'=='Release'">
72
73
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
74
<UseDebugLibraries>false</UseDebugLibraries>
75
<WholeProgramOptimization>true</WholeProgramOptimization>
76
<LinkIncremental>false</LinkIncremental>
0 commit comments