Skip to content

Commit

Permalink
fix build (add missing assembly)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbelyh committed Apr 24, 2022
1 parent 045bf20 commit 0204b29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Wizard/PanelAddinWizard.2017.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@
<AssemblyOriginatorKeyFile>PanelAddinWizard.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.TemplateWizardInterface">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies\Microsoft.VisualStudio.TemplateWizardInterface.dll</HintPath>
<Reference Include="Microsoft.VisualStudio.TemplateWizardInterface, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>Resources\Microsoft.VisualStudio.TemplateWizardInterface.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
Binary file not shown.

0 comments on commit 0204b29

Please sign in to comment.