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