14 lines
617 B
XML
14 lines
617 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<!--
|
|
This solution contains no .resx resource files. The .NET SDK's default
|
|
item glob (EmbeddedResource Include="**/*.resx") can fail with
|
|
"MSB3552: Resource file '**/*.resx' cannot be found" when the build tree
|
|
contains stray/oddly-named directories (e.g. a literal "bin\Debug" folder
|
|
created by a Windows-style path on Linux). Disabling the unused glob makes
|
|
the build immune to that. Remove this if you add real .resx files.
|
|
-->
|
|
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
|
|
</PropertyGroup>
|
|
</Project>
|