Skip to content

Commit 4f3d0d2

Browse files
committed
Merge branch 'fix/build-issues' of https://github.com/pflugs30/Rubberduck into fix/build-issues
2 parents 357516d + c74b79b commit 4f3d0d2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Rubberduck.Main/Rubberduck.Main.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
<Content Include="Ducky.ico" />
3636
</ItemGroup>
3737
<ItemGroup>
38-
<Reference Include="extensibility">
39-
<HintPath>$(MSBuildProgramFiles32)\Common Files\microsoft shared\MSEnv\PublicAssemblies\extensibility.dll</HintPath>
40-
<EmbedInteropTypes>True</EmbedInteropTypes>
41-
</Reference>
4238
<Reference Include="PresentationCore" />
4339
<Reference Include="PresentationFramework" />
4440
<Reference Include="System.Windows.Forms" />
@@ -74,6 +70,7 @@
7470
<PackageReference Include="EasyHook">
7571
<Version>2.7.6684</Version>
7672
</PackageReference>
73+
<PackageReference Include="Microsoft.VisualStudio.Interop" Version="17.0.31723.112" />
7774
<PackageReference Include="NLog">
7875
<Version>4.5.10</Version>
7976
</PackageReference>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ branches:
2626
skip_tags: true
2727

2828
# build-matrix: all Release CPUs on Visual Studio
29-
image: Visual Studio 2019
29+
image: Visual Studio 2022
3030
configuration: Release
3131
platform: Any CPU
3232

0 commit comments

Comments
 (0)