Skip to content

Commit 5f5883b

Browse files
author
Alex Delepine
committed
Get rid of RazorNgendVSIXSourceItem
1 parent f06d1db commit 5f5883b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Razor/src/Microsoft.VisualStudio.RazorExtension/Microsoft.VisualStudio.RazorExtension.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,8 @@
223223

224224
<!-- Include our Razor package dependency dlls in our extension -->
225225
<ItemGroup>
226-
<RazorNgendVSIXSourceItem Include="$(OutputPath)Microsoft.CodeAnalysis.Razor.Compiler.dll" />
227-
228-
<VSIXSourceItem Include="@(RazorNgendVSIXSourceItem)">
229-
<Ngen>$(Ngen)</Ngen>
230-
<NgenApplication>$(NgenApplication)</NgenApplication>
231-
<NgenArchitecture>$(NgenArchitecture)</NgenArchitecture>
226+
<VSIXSourceItem Include="$(OutputPath)Microsoft.CodeAnalysis.Razor.Compiler.dll">
227+
<Ngen>true</Ngen>
232228
<NgenPriority>1</NgenPriority>
233229
</VSIXSourceItem>
234230
</ItemGroup>

0 commit comments

Comments
 (0)