Messages.props 643 B

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