summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/Messages.props
diff options
context:
space:
mode:
Diffstat (limited to 'builds/msvc/properties/Messages.props')
-rw-r--r--builds/msvc/properties/Messages.props15
1 files changed, 0 insertions, 15 deletions
diff --git a/builds/msvc/properties/Messages.props b/builds/msvc/properties/Messages.props
deleted file mode 100644
index 06a1ab0..0000000
--- a/builds/msvc/properties/Messages.props
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
- <PropertyGroup>
- <_PropertySheetDisplayName>Build Messages</_PropertySheetDisplayName>
- </PropertyGroup>
-
- <Target Name="ConfigInfo" BeforeTargets="PrepareForBuild">
- <Message Text="ConfigurationType : $(ConfigurationType)" Importance="high"/>
- <Message Text="Configuration : $(Configuration)" Importance="high"/>
- <Message Text="PlatformToolset : $(PlatformToolset)" Importance="high"/>
- <Message Text="TargetPath : $(TargetPath)" Importance="high"/>
- </Target>
-
-</Project> \ No newline at end of file