11 lines
408 B
XML
11 lines
408 B
XML
<Project>
|
|
<Import Project="VSIX.targets" />
|
|
<Import Project="MPack.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>
|