提交 f1253a26 编写于 作者: J Jared Parsons

Suppress xlf on templates.csproj

The templates project was not being picked up by xlf previously due to
resx files being included in `<None>` items in the project file. Once we
moved to the new SDK here they were turned into resources by virtue of
the EnableDefaultEmbeddedResourceItems property. Disabling that for now
as it gets us back to the state before this change. Filed a bug to track
re-enabling it at a later time.

https://github.com/dotnet/roslyn/issues/23649
上级 64675283
......@@ -25,6 +25,8 @@
<TargetFrameworkProfile />
<RoslynProjectType>Vsix</RoslynProjectType>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<!-- https://github.com/dotnet/roslyn/issues/23649 -->
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
......@@ -355,4 +357,4 @@
<PropertyGroup>
<GetVsixSourceItemsDependsOn>$(GetVsixSourceItemsDependsOn);GetVsixTemplateItems</GetVsixSourceItemsDependsOn>
</PropertyGroup>
</Project>
\ No newline at end of file
</Project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册