Blame SOURCES/libsodium-1.0.18/builds/msvc/properties/ReleaseDLL.props

rdobuilder 775784
rdobuilder 775784
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
rdobuilder 775784
  
rdobuilder 775784
  <PropertyGroup>
rdobuilder 775784
    <_PropertySheetDisplayName>Dynamic Release Library</_PropertySheetDisplayName>
rdobuilder 775784
  </PropertyGroup>
rdobuilder 775784
rdobuilder 775784
  <ImportGroup Label="PropertySheets">
rdobuilder 775784
    <Import Project="Release.props" />
rdobuilder 775784
    <Import Project="DLL.props" />
rdobuilder 775784
  </ImportGroup>
rdobuilder 775784
  
rdobuilder 775784
  <ItemDefinitionGroup>
rdobuilder 775784
    <ClCompile>
rdobuilder 775784
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
rdobuilder 775784
    </ClCompile>
rdobuilder 775784
  </ItemDefinitionGroup>
rdobuilder 775784
rdobuilder 775784
</Project>