removal of slashes in build

This commit is contained in:
2026-06-28 05:53:44 -04:00
parent 3c632c50b4
commit b63fe2a3da
91 changed files with 13 additions and 506 deletions

13
Directory.Build.props Normal file
View 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>