Another AppVeyor attempt

Take 6 in this series
pull/461/head
Jeffrey Walton 2017-08-03 20:01:50 -04:00
parent 120dbfcbcf
commit a33e8ccfce
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 4 additions and 0 deletions

View File

@ -39,9 +39,11 @@
</ItemGroup> </ItemGroup>
<!-- Undocumented MSbuild variable, set to a sane default value. --> <!-- Undocumented MSbuild variable, set to a sane default value. -->
<!-- It may be changed later by Microsoft.Cpp.Default.props --> <!-- It may be changed later by Microsoft.Cpp.Default.props -->
<!--
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<DefaultPlatformToolset>v100</DefaultPlatformToolset> <DefaultPlatformToolset>v100</DefaultPlatformToolset>
</PropertyGroup> </PropertyGroup>
-->
<!-- Microsoft documentation clearly shows the Global property group --> <!-- Microsoft documentation clearly shows the Global property group -->
<!-- preceeds the import of Cpp.Default.props and Cpp.props --> <!-- preceeds the import of Cpp.Default.props and Cpp.props -->
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx --> <!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->

View File

@ -39,9 +39,11 @@
</ItemGroup> </ItemGroup>
<!-- Undocumented MSbuild variable, set to a sane default value. --> <!-- Undocumented MSbuild variable, set to a sane default value. -->
<!-- It may be changed later by Microsoft.Cpp.Default.props --> <!-- It may be changed later by Microsoft.Cpp.Default.props -->
<!--
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<DefaultPlatformToolset>v100</DefaultPlatformToolset> <DefaultPlatformToolset>v100</DefaultPlatformToolset>
</PropertyGroup> </PropertyGroup>
-->
<!-- Microsoft documentation clearly shows the Global property group --> <!-- Microsoft documentation clearly shows the Global property group -->
<!-- preceeds the import of Cpp.Default.props and Cpp.props --> <!-- preceeds the import of Cpp.Default.props and Cpp.props -->
<!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx --> <!-- https://msdn.microsoft.com/en-us/library/2208a1f2.aspx -->