xref: /freebsd/sys/contrib/libsodium/builds/msvc/properties/Common.props (revision 3611ec604864a7d4dcc9a3ea898c80eb35eef8a0)
1*0ac341f1SConrad Meyer<?xml version="1.0" encoding="utf-8"?>
2*0ac341f1SConrad Meyer<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3*0ac341f1SConrad Meyer
4*0ac341f1SConrad Meyer  <PropertyGroup>
5*0ac341f1SConrad Meyer    <_PropertySheetDisplayName>Common Settings</_PropertySheetDisplayName>
6*0ac341f1SConrad Meyer    <CharacterSet>Unicode</CharacterSet>
7*0ac341f1SConrad Meyer  </PropertyGroup>
8*0ac341f1SConrad Meyer
9*0ac341f1SConrad Meyer  <ImportGroup Label="PropertySheets">
10*0ac341f1SConrad Meyer    <Import Project="$(Platform).props" />
11*0ac341f1SConrad Meyer  </ImportGroup>
12*0ac341f1SConrad Meyer
13*0ac341f1SConrad Meyer  <ItemDefinitionGroup>
14*0ac341f1SConrad Meyer    <ClCompile>
15*0ac341f1SConrad Meyer      <MultiProcessorCompilation>true</MultiProcessorCompilation>
16*0ac341f1SConrad Meyer      <PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
17*0ac341f1SConrad Meyer      <WarningLevel>Level3</WarningLevel>
18*0ac341f1SConrad Meyer    </ClCompile>
19*0ac341f1SConrad Meyer  </ItemDefinitionGroup>
20*0ac341f1SConrad Meyer
21*0ac341f1SConrad Meyer</Project>