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

ca16be
ca16be
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
ca16be
 
ca16be
  <PropertyGroup>
ca16be
    <_PropertySheetDisplayName>Output Settings</_PropertySheetDisplayName>
ca16be
    
ca16be
    <BuildRoot>$(ProjectDir)..\..\</BuildRoot>
ca16be
    <RepoRoot>$(ProjectDir)..\..\..\..\</RepoRoot>
ca16be
    <SourceRoot>$(ProjectDir)..\..\..\..\..\</SourceRoot>    
ca16be
    <OutDir>$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir>
ca16be
    <IntDir>$(ProjectDir)..\..\..\..\obj\$(TargetName)\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</IntDir>
ca16be
    <TargetDir>$(OutDir)</TargetDir>
ca16be
    <TargetName>$(TargetName)</TargetName>
ca16be
    <TargetPath>$(TargetDir)$(TargetName)$(TargetExt)</TargetPath>
ca16be
  </PropertyGroup>
ca16be
  
ca16be
  <ItemDefinitionGroup>
ca16be
    <Link>
ca16be
      <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
ca16be
    </Link>
ca16be
    <BuildLog>
ca16be
      <Path>$(OutDir)$(TargetName).log</Path>
ca16be
    </BuildLog> 
ca16be
  </ItemDefinitionGroup>
ca16be
  
ca16be
  <ImportGroup Label="PropertySheets">
ca16be
    <Import Project="Messages.props" />
ca16be
  </ImportGroup>    
ca16be
  
ca16be
</Project>