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. 12
      ILSpy.AddIn/ILSpy.AddIn.csproj

12
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -111,7 +111,7 @@ @@ -111,7 +111,7 @@
<PropertyGroup>
<ILSpyBuildPath>..\ILSpy\bin\$(Configuration)\$(TargetFramework)\</ILSpyBuildPath>
</PropertyGroup>
<ItemGroup>
<AdditionalDependencies Include="$(ILSpyBuildPath)System.ValueTuple.dll" />
<AdditionalDependencies Include="$(ILSpyBuildPath)System.Collections.Immutable.dll" />
@ -138,7 +138,7 @@ @@ -138,7 +138,7 @@
</Content>
</ItemGroup>
<!-- END WORKAROUND -->
<ItemGroup>
<None Include="ILSpyAddIn.vsct" />
<None Include="source.extension.vsixmanifest.template" />
@ -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