Blame SOURCES/libsodium-1.0.18/msvc-scripts/sodium.props

rdobuilder 775784
rdobuilder 775784
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
rdobuilder 775784
  <ImportGroup Label="PropertySheets" />
rdobuilder 775784
  <PropertyGroup Label="UserMacros" />
rdobuilder 775784
  <PropertyGroup />
rdobuilder 775784
  <ItemDefinitionGroup>
rdobuilder 775784
    <ClCompile>
rdobuilder 775784
      <AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)src\libsodium\include\sodium;$(SolutionDir)src\libsodium\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
rdobuilder 775784
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
rdobuilder 775784
      <PreprocessorDefinitions>UNICODE;_UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
rdobuilder 775784
      <PreprocessorDefinitions>NATIVE_LITTLE_ENDIAN=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
rdobuilder 775784
      <PreprocessorDefinitions>inline=__inline;%(PreprocessorDefinitions)</PreprocessorDefinitions>
rdobuilder 775784
    </ClCompile>
rdobuilder 775784
    <PreBuildEvent>
rdobuilder 775784
      <Command>"$(SolutionDir)/msvc-scripts/process.bat"</Command>
rdobuilder 775784
    </PreBuildEvent>
rdobuilder 775784
    <PreBuildEvent>
rdobuilder 775784
      <Message>Process .in files</Message>
rdobuilder 775784
    </PreBuildEvent>
rdobuilder 775784
    <PostBuildEvent>
rdobuilder 775784
      <Command>"$(SolutionDir)/test/default/wintest.bat" $(Configuration) $(Platform)</Command>
rdobuilder 775784
    </PostBuildEvent>
rdobuilder 775784
    <PostBuildEvent>
rdobuilder 775784
      <Message>Run the test suite</Message>
rdobuilder 775784
    </PostBuildEvent>
rdobuilder 775784
  </ItemDefinitionGroup>
rdobuilder 775784
  <ItemGroup />
rdobuilder 775784
</Project>