Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(556)

Delta Between Two Patch Sets: Tools/Google.Apis.NuGet.Publisher/Template/packages/Microsoft.Bcl.Build.1.0.14/tools/Microsoft.Bcl.Build.targets

Issue 135720043: Issue 471: Support Windows 8.1 applications (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: Created 10 years, 1 month ago
Right Patch Set: Address Jeese's comments Created 10 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Tools/Google.Apis.NuGet.Publisher/Template/.nuget/NuGet.exe ('k') | Tools/Google.Apis.Release/App.config » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 <!-- 1 <!--
2 ******************************************************************************** *************** 2 ******************************************************************************** ***************
3 Microsoft.Bcl.targets 3 Microsoft.Bcl.targets
4 4
5 WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have 5 WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
6 created a backup copy. Incorrect changes to this file will make it 6 created a backup copy. Incorrect changes to this file will make it
7 impossible to load or build your projects from the command-line or the IDE. 7 impossible to load or build your projects from the command-line or the IDE.
8 8
9 Copyright (C) Microsoft Corporation. All rights reserved. 9 Copyright (C) Microsoft Corporation. All rights reserved.
10 ******************************************************************************** *************** 10 ******************************************************************************** ***************
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 </ItemGroup> 223 </ItemGroup>
224 224
225 <ValidatePackageReferences Packages="@(ValidatePackages)" 225 <ValidatePackageReferences Packages="@(ValidatePackages)"
226 ReferencingProject="$(BclBuildReferencingProject) " 226 ReferencingProject="$(BclBuildReferencingProject) "
227 ReferencingProjectPackagesConfig="$(BclBuildRefer encingProjectConfig)" 227 ReferencingProjectPackagesConfig="$(BclBuildRefer encingProjectConfig)"
228 ReferencedProject="$(MSBuildProjectFullPath)" 228 ReferencedProject="$(MSBuildProjectFullPath)"
229 ReferencedProjectPackagesConfig="$(MSBuildProject Directory)\packages.config" 229 ReferencedProjectPackagesConfig="$(MSBuildProject Directory)\packages.config"
230 TreatWarningsAsErrors="$(TreatWarningsAsErrors)" /> 230 TreatWarningsAsErrors="$(TreatWarningsAsErrors)" />
231 </Target> 231 </Target>
232 </Project> 232 </Project>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b