Add x64 service hub json.
- Updated corresponding entries in manifest and csproj to reflect the new json addition. #1705
This commit is contained in:
parent
39c190aa0d
commit
edcf6857d1
|
|
@ -93,6 +93,10 @@
|
|||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
</Content>
|
||||
<Content Include="razorLanguageService64.servicehub.service.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
</Content>
|
||||
<Content Include="WebConfiguration.png">
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
</Content>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"host": "desktopClr",
|
||||
"hostId": "RoslynCodeAnalysisService",
|
||||
"hostGroupAllowed": true,
|
||||
"entryPoint": {
|
||||
"assemblyPath": "Microsoft.CodeAnalysis.Remote.Razor.dll",
|
||||
"fullClassName": "Microsoft.CodeAnalysis.Remote.Razor.RazorLanguageService",
|
||||
"appBasePath": "%VSAPPIDDIR%",
|
||||
"configPath": "%PkgDefApplicationConfigFile%"
|
||||
}
|
||||
}
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
|
||||
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
|
||||
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="razorLanguageService.servicehub.service.json" />
|
||||
<Asset Type="Microsoft.ServiceHub.Service" d:Source="File" Path="razorLanguageService64.servicehub.service.json" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Mvc.Razor.Extensions.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X.dll" />
|
||||
<Asset Type="Microsoft.VisualStudio.Assembly" Path="Microsoft.AspNetCore.Razor.Language.dll" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue