mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
9 lines
231 B
XML
9 lines
231 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Name>MyCommon</Name>
|
|
</PropertyGroup>
|
|
|
|
<Target Name="Go">
|
|
<Message Text="Name=$(Name)"/>
|
|
</Target>
|
|
</Project> |