2016-09-22 20:56:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
|
|
<Target Name="SayHello">
|
2016-11-15 19:56:39 +00:00
|
|
|
<Message Importance="high" Text="Hello, from MSBuild!" />
|
2016-09-22 20:56:36 +00:00
|
|
|
</Target>
|
|
|
|
|
|
|
|
<Target Name="SayGoodbye">
|
2016-11-15 19:56:39 +00:00
|
|
|
<Message Importance="high" Text="Goodbye, from MSBuild. :'(" />
|
2016-09-22 20:56:36 +00:00
|
|
|
</Target>
|
|
|
|
|
|
|
|
<Target Name="SayThis">
|
2016-11-15 19:56:39 +00:00
|
|
|
<Message Importance="high" Text="You want me to say '$(This)'" />
|
2016-09-22 20:56:36 +00:00
|
|
|
</Target>
|
|
|
|
|
|
|
|
</Project>
|