1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 4 <PropertyGroup> 5 <_PropertySheetDisplayName>Build Messages</_PropertySheetDisplayName> 6 </PropertyGroup> 7 8 <Target Name="ConfigInfo" BeforeTargets="PrepareForBuild"> 9 <Message Text="ConfigurationType : $(ConfigurationType)" Importance="high"/> 10 <Message Text="Configuration : $(Configuration)" Importance="high"/> 11 <Message Text="PlatformToolset : $(PlatformToolset)" Importance="high"/> 12 <Message Text="TargetPath : $(TargetPath)" Importance="high"/> 13 </Target> 14 15</Project>