Move 2 files to use lower ver msbuild

The build machine is using an old version of msbuild for signing.
Lower the version of these 2 files to make is available for signing
This commit is contained in:
William Li 2017-05-12 15:44:43 -07:00 committed by William Lee
parent 89ae1abf0c
commit 8326a60d7a
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
<OSPlatform Condition=" '$(OSPlatform)' == '' ">$(HostOSPlatform)</OSPlatform>
<BuildInfoPropsContent>
&lt;Project ToolsVersion=&quot;15.0&quot;&gt;
&lt;Project ToolsVersion=&quot;14.0&quot; xmlns=&quot;http://schemas.microsoft.com/developer/msbuild/2003&quot;&gt;
&lt;PropertyGroup&gt;
&lt;Rid&gt;$(Rid)&lt;/Rid&gt;
&lt;Architecture&gt;$(Architecture)&lt;/Architecture&gt;

View file

@ -1,4 +1,4 @@
<Project ToolsVersion="15.0">
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<GeneratedPropsDir>$(RepoRoot)/artifacts/obj</GeneratedPropsDir>
<GitCommitInfoProps>$(GeneratedPropsDir)/GitCommitInfo.props</GitCommitInfoProps>