Use old dotnet embedded resource convention (#1374)

* use old dotnet embedded resource convention flag

* fixed positioning

* another tab fix
This commit is contained in:
Alex Ma
2022-01-27 13:48:11 -08:00
committed by GitHub
parent 0fd271b04e
commit a98c266791
5 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<TargetFramework>$(ManagedBatchParserTargetFramework)</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<EmbeddedResourceUseDependentUponConvention>false</EmbeddedResourceUseDependentUponConvention>
</PropertyGroup>
<ItemGroup>
<Folder Include="Localization\transXliff\" />