Adding consistent "Project" headers to inported props and target files.

This commit is contained in:
John Beisner 2017-09-05 14:44:25 -07:00
parent 4b54152800
commit 74ad01b576
26 changed files with 26 additions and 26 deletions

View file

@ -1,4 +1,4 @@
<Project>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ArchiveExtension Condition=" '$(HostOSName)' == 'win' ">.zip</ArchiveExtension>
<ArchiveExtension Condition=" '$(HostOSName)' != 'win' ">.tar.gz</ArchiveExtension>