8 lines
334 B
XML
8 lines
334 B
XML
<Project>
|
|
<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> |