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-10 22:30:10 -04:00
|
|
|
<BuildRoot>$(ProjectDir)..\..\</BuildRoot>
|
|
|
|
<RepoRoot>$(ProjectDir)..\..\..\..\</RepoRoot>
|
|
|
|
<SourceRoot>$(ProjectDir)..\..\..\..\..\</SourceRoot>
|
|
|
|
<OutDir>$(RepoRoot)bin\$(Processor)\$(DebugOrRelease)\$(PlatformToolset)\$(DefaultLinkage)\</OutDir>
|
|
|
|
<IntDir>$(RepoRoot)obj\$(TargetName)\$(Processor)\$(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>
|