You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
643 B

  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>