removal of slashes in build
This commit is contained in:
13
Directory.Build.props
Normal file
13
Directory.Build.props
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user