Skip to content

Commit bba3c39

Browse files
Including Newtonsoft.Json.dll in .vsix container
Fixed #383
1 parent bf184f1 commit bba3c39

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/WebCompilerVsix/WebCompilerVsix.csproj

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
<Link>WebCompiler.pdb</Link>
9696
<IncludeInVSIX>true</IncludeInVSIX>
9797
</Content>
98+
<Content Include="..\..\Packages\Newtonsoft.Json.*\lib\net45\Newtonsoft.Json.dll">
99+
<Link>Newtonsoft.Json.dll</Link>
100+
<IncludeInVSIX>true</IncludeInVSIX>
101+
</Content>
98102
<Content Include="registry.pkgdef">
99103
<IncludeInVSIX>true</IncludeInVSIX>
100104
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -193,7 +197,9 @@
193197
<Reference Include="Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
194198
<Private>False</Private>
195199
</Reference>
196-
<Reference Include="Microsoft.VisualStudio.TaskRunnerExplorer.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
200+
<Reference Include="Microsoft.VisualStudio.TaskRunnerExplorer.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
201+
<Private>False</Private>
202+
</Reference>
197203
<Reference Include="Microsoft.VisualStudio.Text.Data, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
198204
<Private>False</Private>
199205
</Reference>
@@ -213,6 +219,9 @@
213219
<Reference Include="Microsoft.VisualStudio.Utilities, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
214220
<Private>False</Private>
215221
</Reference>
222+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
223+
<HintPath>..\..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
224+
</Reference>
216225
<Reference Include="NuGet.VisualStudio, Version=3.5.0.1996, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
217226
<HintPath>..\..\packages\NuGet.VisualStudio.3.5.0\lib\net45\NuGet.VisualStudio.dll</HintPath>
218227
<EmbedInteropTypes>True</EmbedInteropTypes>

0 commit comments

Comments
 (0)