2014-05-10 06:47:35 -04:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_PropertySheetDisplayName>Output Settings</_PropertySheetDisplayName>
2014-05-11 17:25:55 -04:00
<!-- BuildRoot, RepoRoot, SourceRoot, DebugOrRelease and DefaultLinkage are custom props and should therefore not be referenced from *.import.props or nuget target files. -->
2014-05-10 22:30:10 -04:00
<BuildRoot>$(ProjectDir)..\..\</BuildRoot>
<RepoRoot>$(ProjectDir)..\..\..\..\</RepoRoot>
2014-05-11 17:25:55 -04:00
<SourceRoot>$(ProjectDir)..\..\..\..\..\</SourceRoot>
<OutDir>$(ProjectDir)..\..\..\..\bin\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir>
<IntDir>$(ProjectDir)..\..\..\..\obj\$(TargetName)\$(PlatformName)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</IntDir>
2014-05-10 06:47:35 -04:00
<TargetDir>$(OutDir)</TargetDir>
2014-05-10 22:30:10 -04:00
<TargetName>$(TargetName)</TargetName>
2014-05-10 06:47:35 -04:00
<TargetPath>$(TargetDir)$(TargetName)$(TargetExt)</TargetPath>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
2014-05-10 22:30:10 -04:00
<ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
2014-05-10 06:47:35 -04:00
</Link>
<BuildLog>
2014-05-10 22:30:10 -04:00
<Path>$(OutDir)$(TargetName).log</Path>
2014-05-10 06:47:35 -04:00
</BuildLog>
</ItemDefinitionGroup>
2014-05-10 22:30:10 -04:00
<ImportGroup Label="PropertySheets">
<Import Project="Messages.props" />
</ImportGroup>
2014-05-10 06:47:35 -04:00
</Project>