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>Build Messages</_PropertySheetDisplayName> 6 1.1 riastrad </PropertyGroup> 7 1.1 riastrad 8 1.1 riastrad <Target Name="ConfigInfo" BeforeTargets="PrepareForBuild"> 9 1.1 riastrad <Message Text="ConfigurationType : $(ConfigurationType)" Importance="high"/> 10 1.1 riastrad <Message Text="Configuration : $(Configuration)" Importance="high"/> 11 1.1 riastrad <Message Text="PlatformToolset : $(PlatformToolset)" Importance="high"/> 12 1.1 riastrad <Message Text="TargetPath : $(TargetPath)" Importance="high"/> 13 1.1 riastrad </Target> 14 1.1 riastrad 15 1.1 riastrad </Project>