Skip to content

Commit

Permalink
Use ComHost generation code from HostModel. (#3884)
Browse files Browse the repository at this point in the history
* Use ComHost generation code from HostModel.

Co-authored-by: Nick Guerrera <[email protected]>
  • Loading branch information
jkoritzinsky and nguerrera authored Mar 6, 2020
1 parent e2faeba commit fabf29b
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 440 deletions.
2 changes: 1 addition & 1 deletion eng/restore-toolset.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ function InstallDotNetSharedFramework([string]$version) {
}
}

InitializeCustomSDKToolset
InitializeCustomSDKToolset
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="$(MicrosoftBuildUtilitiesCoreVersion)" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="$(MicrosoftExtensionsDependencyModelVersion)" />
<PackageReference Include="NuGet.ProjectModel" Version="$(NuGetProjectModelVersion)" />
<PackageReference Include="System.Reflection.Metadata" Version="$(SystemReflectionMetadataVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down
302 changes: 0 additions & 302 deletions src/Tasks/Microsoft.NET.Build.Tasks/ClsidMap.cs

This file was deleted.

56 changes: 0 additions & 56 deletions src/Tasks/Microsoft.NET.Build.Tasks/ComHost.cs

This file was deleted.

Loading

0 comments on commit fabf29b

Please sign in to comment.