xref: /freebsd-src/sys/contrib/libsodium/msvc-scripts/sodium.props (revision 3611ec604864a7d4dcc9a3ea898c80eb35eef8a0)
1*0ac341f1SConrad Meyer<?xml version="1.0" encoding="utf-8"?>
2*0ac341f1SConrad Meyer<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3*0ac341f1SConrad Meyer  <ImportGroup Label="PropertySheets" />
4*0ac341f1SConrad Meyer  <PropertyGroup Label="UserMacros" />
5*0ac341f1SConrad Meyer  <PropertyGroup />
6*0ac341f1SConrad Meyer  <ItemDefinitionGroup>
7*0ac341f1SConrad Meyer    <ClCompile>
8*0ac341f1SConrad Meyer      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
9*0ac341f1SConrad Meyer      <MultiProcessorCompilation>true</MultiProcessorCompilation>
10*0ac341f1SConrad Meyer      <PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
11*0ac341f1SConrad Meyer      <PreprocessorDefinitions>NATIVE_LITTLE_ENDIAN=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
12*0ac341f1SConrad Meyer      <PreprocessorDefinitions>inline=__inline;%(PreprocessorDefinitions)</PreprocessorDefinitions>
13*0ac341f1SConrad Meyer    </ClCompile>
14*0ac341f1SConrad Meyer    <PreBuildEvent>
15*0ac341f1SConrad Meyer      <Command>"$(SolutionDir)/msvc-scripts/process.bat"</Command>
16*0ac341f1SConrad Meyer    </PreBuildEvent>
17*0ac341f1SConrad Meyer    <PreBuildEvent>
18*0ac341f1SConrad Meyer      <Message>Process .in files</Message>
19*0ac341f1SConrad Meyer    </PreBuildEvent>
20*0ac341f1SConrad Meyer    <PostBuildEvent>
21*0ac341f1SConrad Meyer      <Command>"$(SolutionDir)/test/default/wintest.bat" $(Configuration) $(Platform)</Command>
22*0ac341f1SConrad Meyer    </PostBuildEvent>
23*0ac341f1SConrad Meyer    <PostBuildEvent>
24*0ac341f1SConrad Meyer      <Message>Run the test suite</Message>
25*0ac341f1SConrad Meyer    </PostBuildEvent>
26*0ac341f1SConrad Meyer  </ItemDefinitionGroup>
27*0ac341f1SConrad Meyer  <ItemGroup />
28*0ac341f1SConrad Meyer</Project>
29