diff --git a/src/Tasks/Microsoft.CSharp.CrossTargeting.targets b/src/Tasks/Microsoft.CSharp.CrossTargeting.targets index 68d1aa0797a..26ae23579d9 100644 --- a/src/Tasks/Microsoft.CSharp.CrossTargeting.targets +++ b/src/Tasks/Microsoft.CSharp.CrossTargeting.targets @@ -17,6 +17,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets + diff --git a/src/Tasks/Microsoft.CSharp.CurrentVersion.targets b/src/Tasks/Microsoft.CSharp.CurrentVersion.targets index a14d5b42df4..f5955642de1 100644 --- a/src/Tasks/Microsoft.CSharp.CurrentVersion.targets +++ b/src/Tasks/Microsoft.CSharp.CurrentVersion.targets @@ -8,7 +8,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and This file defines the steps in the standard build process specific for C# .NET projects. For example, it contains the step that actually calls the C# compiler. The remainder -of the build process is defined in Microsoft.Common.targets, which is imported by +of the build process is defined in Microsoft.Common.targets, which is imported by this file. Copyright (C) Microsoft Corporation. All rights reserved. @@ -66,14 +66,14 @@ Copyright (C) Microsoft Corporation. All rights reserved. + + - <_Temporary Remove="@(_Temporary)" /> - + - - - + - - @@ -124,23 +121,18 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_Temporary Remove="@(_Temporary)" /> - - - - - @@ -167,7 +159,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(CoreCompileDependsOn);_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet true - + $(AppConfig) - - + + $(IntermediateOutputPath)$(TargetName).compile.pdb @@ -231,12 +223,12 @@ Copyright (C) Microsoft Corporation. All rights reserved. false - + - + true @@ -259,7 +251,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. DisabledWarnings="$(NoWarn)" DocumentationFile="@(DocFileItem)" EmitDebugInformation="$(DebugSymbols)" - EnvironmentVariables="$(CscEnvironment)" + EnvironmentVariables="$(CscEnvironment)" ErrorEndLocation="$(ErrorEndLocation)" ErrorLog="$(ErrorLog)" ErrorReport="$(ErrorReport)" @@ -279,7 +271,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. Nullable="$(Nullable)" Optimize="$(Optimize)" OutputAssembly="@(XamlIntermediateAssembly)" - PdbFile="$(PdbFile)" + PdbFile="$(PdbFile)" Platform="$(PlatformTarget)" Prefer32Bit="$(Prefer32Bit)" PreferredUILang="$(PreferredUILang)" @@ -322,15 +314,17 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.CSharp.DesignTime.targets + + @@ -346,7 +340,6 @@ using System.Reflection%3b true - true - true - $([System.Globalization.CultureInfo]::CurrentUICulture.Name) - + diff --git a/src/Tasks/Microsoft.CSharp.targets b/src/Tasks/Microsoft.CSharp.targets index beda9624db2..80361f7c441 100644 --- a/src/Tasks/Microsoft.CSharp.targets +++ b/src/Tasks/Microsoft.CSharp.targets @@ -8,7 +8,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and This file defines the steps in the standard build process specific for C# .NET projects. For example, it contains the step that actually calls the C# compiler. The remainder -of the build process is defined in Microsoft.Common.targets, which is imported by +of the build process is defined in Microsoft.Common.targets, which is imported by this file. Copyright (C) Microsoft Corporation. All rights reserved. @@ -16,26 +16,26 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> + $(MSBuildFrameworkToolsPath)\Microsoft.CSharp.targets - - $(MsBuildFrameworkToolsPath) @@ -54,14 +54,14 @@ Copyright (C) Microsoft Corporation. All rights reserved. - $(ImportByWildcardBeforeMicrosoftCommonTargets) true @@ -106,15 +106,15 @@ Copyright (C) Microsoft Corporation. All rights reserved. - $(ImportByWildcardBeforeMicrosoftNetFrameworkProps) true @@ -137,24 +137,24 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + - + targets), we're stuck doing it this way instead. --> - + - + targets), and Microsoft.Common.targets does likewise with Microsoft.NETFramework.props, we're stuck doing it this + way instead. --> - + @@ -164,31 +164,32 @@ Copyright (C) Microsoft Corporation. All rights reserved. + targets), and Microsoft.Common.targets does likewise with Microsoft.NETFramework.props, we're stuck doing it this + way instead. --> - + - + targets), we're stuck doing it this way instead. --> - + - + - $(MSBuildFrameworkToolsPath) + diff --git a/src/Tasks/Microsoft.Common.CrossTargeting.targets b/src/Tasks/Microsoft.Common.CrossTargeting.targets index c5ce7a2d79e..c4bc9a95d34 100644 --- a/src/Tasks/Microsoft.Common.CrossTargeting.targets +++ b/src/Tasks/Microsoft.Common.CrossTargeting.targets @@ -11,10 +11,12 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> + true true + @@ -33,21 +35,20 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + <_ThisProjectBuildMetadata Include="$(MSBuildProjectFullPath)"> @(_TargetFrameworkInfo) @(_TargetFrameworkInfo->'%(TargetFrameworkMonikers)') @(_TargetFrameworkInfo->'%(TargetPlatformMonikers)') $(_AdditionalPropertiesFromProject) - false - false true + @@ -178,7 +179,8 @@ Copyright (C) Microsoft Corporation. All rights reserved. true - @@ -202,7 +204,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true - @@ -215,6 +217,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + diff --git a/src/Tasks/Microsoft.Common.CurrentVersion.targets b/src/Tasks/Microsoft.Common.CurrentVersion.targets index df42a2c9d23..9c9d0d5f025 100644 --- a/src/Tasks/Microsoft.Common.CurrentVersion.targets +++ b/src/Tasks/Microsoft.Common.CurrentVersion.targets @@ -30,7 +30,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. - 10.0 @@ -163,7 +162,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. - $(TargetType) library @@ -221,7 +219,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. - true @@ -363,10 +360,12 @@ Copyright (C) Microsoft Corporation. All rights reserved. true + true false + $(MSBuildProjectFile).FileListAbsolute.txt @@ -383,6 +382,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_GenerateBindingRedirectsIntermediateAppConfig>$(IntermediateOutputPath)$(TargetFileName).config + @@ -523,7 +523,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(PROCESSOR_ARCHITECTURE) - @@ -925,6 +924,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. PostBuildEvent + @@ -942,7 +942,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. ============================================================ --> - <_ProjectDefaultTargets Condition="'$(MSBuildProjectDefaultTargets)' != ''">$(MSBuildProjectDefaultTargets) <_ProjectDefaultTargets Condition="'$(MSBuildProjectDefaultTargets)' == ''">Build @@ -1087,6 +1086,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. + @@ -1097,9 +1097,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. - - - @@ -1281,6 +1278,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. ============================================================ --> + @@ -1305,7 +1303,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_Temp Remove="@(_Temp)" /> - @@ -1318,7 +1315,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_Temp Remove="@(_Temp)" /> - @@ -1342,6 +1338,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_Temp Remove="@(_Temp)" /> + false true + + false @@ -2651,6 +2642,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. + <_ReferencesFromRAR Include="@(ReferencePath->WithMetadataValue('ReferenceSourceTarget', 'ResolveAssemblyReference'))"/> + @@ -2688,7 +2681,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. [IN] @(DesignTimeReference) - List of assembly references as simple/fusion names. - [OUT] @(ReferencePath) - Paths to resolved primary files. @@ -2779,6 +2771,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. + @@ -3076,6 +3071,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. + @@ -3094,6 +3090,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true false + @@ -3256,6 +3253,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. + - - - - + + <_DeploymentPublishFileOfTypeManifestEntryPoint Include="@(PublishFile)" Condition="'%(FileType)'=='ManifestEntryPoint'"/> @@ -3916,10 +3910,9 @@ Copyright (C) Microsoft Corporation. All rights reserved. SigningManifests="$(SignManifests)" DeploymentManifestEntryPoint="@(ApplicationManifest)" PublishFiles="@(_DeploymentPublishFileOfTypeManifestEntryPoint)"> - - + <_DeploymentManifestEntryPoint Include="@(_DeploymentManifestLauncherEntryPoint)"/> + - <_ClickOnceRuntimeCopyLocalItems Include="@(RuntimeTargetsCopyLocalItems)" Condition="'%(RuntimeTargetsCopyLocalItems.CopyLocal)' == 'true'" /> - <_ClickOnceRuntimeCopyLocalItems Include="@(NativeCopyLocalItems)" + <_ClickOnceRuntimeCopyLocalItems Include="@(NativeCopyLocalItems)" Condition="'%(NativeCopyLocalItems.CopyLocal)' == 'true'" /> <_ClickOnceRuntimeCopyLocalItems Remove="@(_DeploymentReferencePaths)" /> <_ClickOnceFiles Include="@(ContentWithTargetPath);@(_DeploymentManifestIconFile);@(AppConfigWithTargetPath);@(NetCoreRuntimeJsonFilesForClickOnce);@(_ClickOnceRuntimeCopyLocalItems)"/> @@ -4405,9 +4399,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. - - - - + + + + + + + + + + diff --git a/src/Tasks/Microsoft.Common.props b/src/Tasks/Microsoft.Common.props index 942daa68814..eaa9725f75e 100644 --- a/src/Tasks/Microsoft.Common.props +++ b/src/Tasks/Microsoft.Common.props @@ -11,6 +11,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> + true true @@ -19,7 +20,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true - @@ -31,10 +32,10 @@ Copyright (C) Microsoft Corporation. All rights reserved. - @@ -59,12 +60,12 @@ Copyright (C) Microsoft Corporation. All rights reserved. - - 11.0 10.0 - $(MSBuildExtensionsPath)\v4.0\Custom.Before.$(MSBuildThisFile) @@ -110,7 +111,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. @@ -119,15 +120,15 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(MSBuildExtensionsPath)\v$(MSBuildToolsVersion)\Custom.After.$(MSBuildThisFile) - - @@ -146,15 +147,15 @@ Copyright (C) Microsoft Corporation. All rights reserved. - - @@ -163,7 +164,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. - @@ -171,6 +172,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(MSBuildToolsPath32)\..\..\..\Common7\IDE\CommonExtensions\Microsoft\NuGet\NuGet.props $(MSBuildToolsPath)\NuGet.props + @@ -188,4 +190,5 @@ Copyright (C) Microsoft Corporation. All rights reserved. true true + diff --git a/src/Tasks/Microsoft.Common.targets b/src/Tasks/Microsoft.Common.targets index b3e9be1fa09..f14a2810499 100644 --- a/src/Tasks/Microsoft.Common.targets +++ b/src/Tasks/Microsoft.Common.targets @@ -15,18 +15,19 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> - @@ -43,13 +44,13 @@ Copyright (C) Microsoft Corporation. All rights reserved. - $(ImportByWildcardBeforeMicrosoftCommonTargets) true @@ -73,15 +74,15 @@ Copyright (C) Microsoft Corporation. All rights reserved. - $(ImportByWildcardBeforeMicrosoftNetFrameworkProps) true @@ -104,7 +105,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + @@ -116,7 +117,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. @@ -130,7 +131,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true - @@ -145,17 +146,18 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + - $(MSBuildFrameworkToolsPath) + diff --git a/src/Tasks/Microsoft.Common.tasks b/src/Tasks/Microsoft.Common.tasks index a1eb793d5ee..6cef8ef8661 100644 --- a/src/Tasks/Microsoft.Common.tasks +++ b/src/Tasks/Microsoft.Common.tasks @@ -1,6 +1,7 @@  + - + @@ -110,7 +111,7 @@ - + @@ -181,5 +182,5 @@ - + diff --git a/src/Tasks/Microsoft.Data.Entity.targets b/src/Tasks/Microsoft.Data.Entity.targets index 4052db0deb8..534b0e4c192 100644 --- a/src/Tasks/Microsoft.Data.Entity.targets +++ b/src/Tasks/Microsoft.Data.Entity.targets @@ -1,12 +1,13 @@  - diff --git a/src/Tasks/Microsoft.Managed.Before.targets b/src/Tasks/Microsoft.Managed.Before.targets index e7154e0a2f9..d8bde6bb9a2 100644 --- a/src/Tasks/Microsoft.Managed.Before.targets +++ b/src/Tasks/Microsoft.Managed.Before.targets @@ -12,6 +12,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> + diff --git a/src/Tasks/Microsoft.NETFramework.CurrentVersion.props b/src/Tasks/Microsoft.NETFramework.CurrentVersion.props index 3433452ee28..10000e46364 100644 --- a/src/Tasks/Microsoft.NETFramework.CurrentVersion.props +++ b/src/Tasks/Microsoft.NETFramework.CurrentVersion.props @@ -28,9 +28,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true - $(TargetFrameworkSubset) - @@ -41,7 +39,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. - true @@ -79,17 +75,13 @@ Copyright (C) Microsoft Corporation. All rights reserved. true - $(MSBuildFrameworkToolsRoot)\v3.5 - $(SDK35ToolsPath) - v2.0.50727 v$(MSBuildRuntimeVersion) - diff --git a/src/Tasks/Microsoft.NETFramework.CurrentVersion.targets b/src/Tasks/Microsoft.NETFramework.CurrentVersion.targets index e39ebb16d75..5e79387e8cd 100644 --- a/src/Tasks/Microsoft.NETFramework.CurrentVersion.targets +++ b/src/Tasks/Microsoft.NETFramework.CurrentVersion.targets @@ -24,12 +24,12 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + - @@ -58,7 +58,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_CombinedTargetFrameworkDirectoriesItem Condition=" '@(_CombinedTargetFrameworkDirectoriesItem)' == ''" Include="@(_TargetedFrameworkDirectoryItem)" /> - @@ -69,6 +68,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_TargetFrameworkSDKDirectoryItem Include="$(TargetFrameworkSDKDirectory)"/> + @@ -82,14 +82,13 @@ Copyright (C) Microsoft Corporation. All rights reserved. GetReferenceAssemblyPaths - + <_HasReferenceToSystemRuntime Condition="'$(DependsOnSystemRuntime)' == 'true'">true - <_HasReferenceToSystemRuntime Condition="'%(_ResolvedProjectReferencePaths.TargetPlatformIdentifier)' == 'Portable'">true <_HasReferenceToSystemRuntime Condition="'%(_ResolvedProjectReferencePaths.TargetFrameworkIdentifier)' == '.NETStandard' and '%(_ResolvedProjectReferencePaths.TargetFrameworkVersion)' < '2.0'">true @@ -100,10 +99,12 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_DesignTimeFacadeAssemblies Include="%(DesignTimeFacadeDirectories.Identity)*.dll"/> + <_DesignTimeFacadeAssemblies Include="%(DesignTimeFacadeDirectories.Identity)netstandard.dll" Condition="Exists('%(DesignTimeFacadeDirectories.Identity)netstandard.dll')"/> + <_DesignTimeFacadeAssemblies_Names Include="@(_DesignTimeFacadeAssemblies->'%(FileName)')"> %(_DesignTimeFacadeAssemblies.Identity) @@ -120,6 +121,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. false ImplicitlyExpandDesignTimeFacades + <_ResolveAssemblyReferenceResolvedFiles Include="@(ReferencePath)" Condition="'%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades'" /> @@ -128,7 +130,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + diff --git a/src/Tasks/Microsoft.NETFramework.props b/src/Tasks/Microsoft.NETFramework.props index d33d74e017b..ed2109fb069 100644 --- a/src/Tasks/Microsoft.NETFramework.props +++ b/src/Tasks/Microsoft.NETFramework.props @@ -14,18 +14,19 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> - diff --git a/src/Tasks/Microsoft.NETFramework.targets b/src/Tasks/Microsoft.NETFramework.targets index 83a06860838..47f919f678d 100644 --- a/src/Tasks/Microsoft.NETFramework.targets +++ b/src/Tasks/Microsoft.NETFramework.targets @@ -14,18 +14,19 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> - @@ -43,8 +44,8 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(ImportByWildcardBeforeMicrosoftNetFrameworkTargets) true @@ -67,13 +68,13 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + - + diff --git a/src/Tasks/Microsoft.ServiceModel.targets b/src/Tasks/Microsoft.ServiceModel.targets index 2a443dbb90b..10579ef15e2 100644 --- a/src/Tasks/Microsoft.ServiceModel.targets +++ b/src/Tasks/Microsoft.ServiceModel.targets @@ -1,12 +1,13 @@  - diff --git a/src/Tasks/Microsoft.VisualBasic.CrossTargeting.targets b/src/Tasks/Microsoft.VisualBasic.CrossTargeting.targets index e0c0b18d373..6d0ca32d78f 100644 --- a/src/Tasks/Microsoft.VisualBasic.CrossTargeting.targets +++ b/src/Tasks/Microsoft.VisualBasic.CrossTargeting.targets @@ -17,6 +17,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets + diff --git a/src/Tasks/Microsoft.VisualBasic.CurrentVersion.targets b/src/Tasks/Microsoft.VisualBasic.CurrentVersion.targets index 5bb53d681e2..512fa288efc 100644 --- a/src/Tasks/Microsoft.VisualBasic.CurrentVersion.targets +++ b/src/Tasks/Microsoft.VisualBasic.CurrentVersion.targets @@ -8,7 +8,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and This file defines the steps in the standard build process specific for VB .NET projects. For example, it contains the step that actually calls the VB compiler. The remainder -of the build process is defined in Microsoft.Common.targets, which is imported by +of the build process is defined in Microsoft.Common.targets, which is imported by this file. Copyright (C) Microsoft Corporation. All rights reserved. @@ -21,7 +21,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true true true - true + true @@ -65,14 +65,14 @@ Copyright (C) Microsoft Corporation. All rights reserved. + + - <_Temporary Remove="@(_Temporary)" /> - + - - - + - - @@ -124,23 +121,18 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_Temporary Remove="@(_Temporary)" /> - - - - - @@ -205,8 +197,8 @@ Copyright (C) Microsoft Corporation. All rights reserved. <_NoWarnings Condition=" '$(WarningLevel)' == '0' ">true <_NoWarnings Condition=" '$(WarningLevel)' == '1' ">false - - + + $(IntermediateOutputPath)$(TargetName).compile.pdb @@ -227,7 +219,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + @@ -272,7 +264,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. OptionExplicit="$(OptionExplicit)" OptionInfer="$(OptionInfer)" OptionStrict="$(OptionStrict)" - OptionStrictType="$(OptionStrictType)" + OptionStrictType="$(OptionStrictType)" OutputAssembly="@(XamlIntermediateAssembly)" Platform="$(PlatformTarget)" Prefer32Bit="$(Prefer32Bit)" @@ -308,12 +300,12 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + <_CoreCompileResourceInputs Remove="@(_CoreCompileResourceInputs)" /> + + + + --> + @@ -328,9 +320,11 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(MSBuildExtensionsPath)\Microsoft\VisualStudio\Managed\Microsoft.VisualBasic.DesignTime.targets + + @@ -350,7 +344,6 @@ Copyright (C) Microsoft Corporation. All rights reserved. true - true - $([System.Globalization.CultureInfo]::CurrentUICulture.Name) diff --git a/src/Tasks/Microsoft.VisualBasic.targets b/src/Tasks/Microsoft.VisualBasic.targets index 3e597e1f304..9e3824ca1b2 100644 --- a/src/Tasks/Microsoft.VisualBasic.targets +++ b/src/Tasks/Microsoft.VisualBasic.targets @@ -9,7 +9,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and This file defines the steps in the standard build process specific for VB .NET projects. For example, it contains the step that actually calls the VB compiler. The remainder -of the build process is defined in Microsoft.Common.targets, which is imported by +of the build process is defined in Microsoft.Common.targets, which is imported by this file. Copyright (C) Microsoft Corporation. All rights reserved. @@ -17,26 +17,26 @@ Copyright (C) Microsoft Corporation. All rights reserved. --> + $(MSBuildFrameworkToolsPath)\Microsoft.VisualBasic.targets - - $(MsBuildFrameworkToolsPath) @@ -54,14 +54,14 @@ Copyright (C) Microsoft Corporation. All rights reserved. - $(ImportByWildcardBeforeMicrosoftCommonTargets) true @@ -106,15 +106,15 @@ Copyright (C) Microsoft Corporation. All rights reserved. - $(ImportByWildcardBeforeMicrosoftNetFrameworkProps) true @@ -137,24 +137,24 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + - + targets), we're stuck doing it this way instead. --> - + - + targets), and Microsoft.Common.targets does likewise with Microsoft.NETFramework.props, we're stuck doing it this + way instead. --> - + @@ -164,31 +164,32 @@ Copyright (C) Microsoft Corporation. All rights reserved. + targets), and Microsoft.Common.targets does likewise with Microsoft.NETFramework.props, we're stuck doing it this + way instead. --> - + - + targets), we're stuck doing it this way instead. --> - + - + - $(MSBuildFrameworkToolsPath) + diff --git a/src/Tasks/Microsoft.WinFx.targets b/src/Tasks/Microsoft.WinFx.targets index d42da660988..4cf77fc6f3c 100644 --- a/src/Tasks/Microsoft.WinFx.targets +++ b/src/Tasks/Microsoft.WinFx.targets @@ -1,12 +1,13 @@  - diff --git a/src/Tasks/Microsoft.WorkflowBuildExtensions.targets b/src/Tasks/Microsoft.WorkflowBuildExtensions.targets index b2f1480fadc..448174b8eab 100644 --- a/src/Tasks/Microsoft.WorkflowBuildExtensions.targets +++ b/src/Tasks/Microsoft.WorkflowBuildExtensions.targets @@ -12,14 +12,14 @@ Copyright (C) Microsoft Corporation. All rights reserved. - @@ -35,4 +35,5 @@ Copyright (C) Microsoft Corporation. All rights reserved. overriding it with a no-op implementation here. --> + diff --git a/src/Tasks/Microsoft.Xaml.targets b/src/Tasks/Microsoft.Xaml.targets index 70a1c2079eb..78f4055b273 100644 --- a/src/Tasks/Microsoft.Xaml.targets +++ b/src/Tasks/Microsoft.Xaml.targets @@ -1,17 +1,18 @@  - - + to the correct .NET Framework location. --> $(MSBuildToolsPath64) diff --git a/src/Tasks/Workflow.VisualBasic.targets b/src/Tasks/Workflow.VisualBasic.targets index 9e13597f2c3..d9ea4e9e3b8 100644 --- a/src/Tasks/Workflow.VisualBasic.targets +++ b/src/Tasks/Workflow.VisualBasic.targets @@ -1,14 +1,15 @@  - - \ No newline at end of file + diff --git a/src/Tasks/Workflow.targets b/src/Tasks/Workflow.targets index 03a86174d6d..11ca5885ec4 100644 --- a/src/Tasks/Workflow.targets +++ b/src/Tasks/Workflow.targets @@ -1,14 +1,15 @@  - - \ No newline at end of file +