Add targets sample.

This commit is contained in:
NN
2014-05-07 20:47:09 +03:00
parent 843279ff1d
commit fee7a34ddc

View File

@@ -0,0 +1,9 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Name>MyCommon</Name>
</PropertyGroup>
<Target Name="Go">
<Message Text="Name=$(Name)"/>
</Target>
</Project>