|
|
|
@ -7,7 +7,7 @@
@@ -7,7 +7,7 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<TargetFramework>net46</TargetFramework> |
|
|
|
|
<TargetFramework>net462</TargetFramework> |
|
|
|
|
<RootNamespace>ICSharpCode.ILSpy.AddIn</RootNamespace> |
|
|
|
|
|
|
|
|
|
<Company>IC#Code</Company> |
|
|
|
@ -56,7 +56,7 @@
@@ -56,7 +56,7 @@
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Text.UI" Version="15.6.27740" /> |
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Text.UI.Wpf" Version="15.6.27740" /> |
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="15.6.56" /> |
|
|
|
|
<PackageReference Include="Mono.Cecil" Version="0.10.1" /> |
|
|
|
|
<PackageReference Include="Mono.Cecil" Version="0.10.3" /> |
|
|
|
|
<PackageReference Include="VSLangProj" Version="7.0.3301" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
@ -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=net46" /> |
|
|
|
|
|
|
|
|
|
<!-- https://github.com/Microsoft/extendvs/issues/57 --> |
|
|
|
|
<ProjectReference Update="@(ProjectReference)" Name="%(Filename)" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
</Project> |