You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <_PropertySheetDisplayName>Output Settings</_PropertySheetDisplayName>
  5. <!-- BuildRoot, RepoRoot, SourceRoot, DebugOrRelease and DefaultLinkage are custom props and should therefore not be referenced from *.import.props or nuget target files. -->
  6. <BuildRoot>$(ProjectDir)..\..\</BuildRoot>
  7. <RepoRoot>$(ProjectDir)..\..\..\..\</RepoRoot>
  8. <SourceRoot>$(ProjectDir)..\..\..\..\..\</SourceRoot>
  9. <OutDir>$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir>
  10. <IntDir>$(ProjectDir)..\..\..\..\obj\$(TargetName)\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</IntDir>
  11. <TargetDir>$(OutDir)</TargetDir>
  12. <TargetName>$(TargetName)</TargetName>
  13. <TargetPath>$(TargetDir)$(TargetName)$(TargetExt)</TargetPath>
  14. </PropertyGroup>
  15. <ItemDefinitionGroup>
  16. <Link>
  17. <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
  18. </Link>
  19. <BuildLog>
  20. <Path>$(OutDir)$(TargetName).log</Path>
  21. </BuildLog>
  22. </ItemDefinitionGroup>
  23. <ImportGroup Label="PropertySheets">
  24. <Import Project="Messages.props" />
  25. </ImportGroup>
  26. </Project>