Browse Source

We no longer need the multi-targetting hacks (VS2019 works with them fine, 2017 would not)

pull/1417/head
Christoph Wille 6 years ago
parent
commit
be8c8bef4a
  1. 8
      ILSpy.AddIn/ILSpy.AddIn.csproj

8
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -183,12 +183,4 @@ @@ -183,12 +183,4 @@
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="Exists('$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets')" />
<ItemGroup>
<!-- https://github.com/dotnet/sdk/issues/433 -->
<ProjectReference Update="@(ProjectReference)" AdditionalProperties="TargetFramework=net462" />
<!-- https://github.com/Microsoft/extendvs/issues/57 -->
<ProjectReference Update="@(ProjectReference)" Name="%(Filename)" />
</ItemGroup>
</Project>
Loading…
Cancel
Save