13 lines
477 B
XML
13 lines
477 B
XML
<Project>
|
|
<!--
|
|
TODO include VSIX build in default lifecycle builds
|
|
The .NET Core SDK doesn't currently support Microsoft.VsSDK.targets.
|
|
-->
|
|
<ItemGroup>
|
|
<Solutions Update="..\Razor.sln">
|
|
<!-- the 'DebugNoVSIX' and 'ReleaseNoVSIX' configurations exclude the VSIX project, which doesn't build with Microsoft.NET.Sdk yet. -->
|
|
<AdditionalProperties>Configuration=$(Configuration)NoVSIX</AdditionalProperties>
|
|
</Solutions>
|
|
</ItemGroup>
|
|
</Project>
|