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

ca16be
ca16be
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
ca16be
  
ca16be
  <PropertyGroup>
ca16be
    <_PropertySheetDisplayName>Common Settings</_PropertySheetDisplayName>
ca16be
    <CharacterSet>Unicode</CharacterSet>
ca16be
  </PropertyGroup>
ca16be
ca16be
  <ImportGroup Label="PropertySheets">
ca16be
    <Import Project="$(Platform).props" />
ca16be
  </ImportGroup>  
ca16be
ca16be
  <ItemDefinitionGroup>
ca16be
    <ClCompile>
ca16be
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
ca16be
      <PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
ca16be
      <WarningLevel>Level3</WarningLevel>
ca16be
    </ClCompile>
ca16be
  </ItemDefinitionGroup>
ca16be
ca16be
</Project>