-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable localization for LibraryImportGenerator (#67107)
- Loading branch information
1 parent
5697987
commit 3b17fb8
Showing
45 changed files
with
8,880 additions
and
1,564 deletions.
There are no files selected for viewing
7 changes: 4 additions & 3 deletions
7
src/libraries/System.Runtime.InteropServices/gen/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<IsShipping>false</IsShipping> | ||
<!-- We manually enable LibraryImportGenerator for projects in this folder as part of testing. --> | ||
<EnableLibraryImportGenerator>false</EnableLibraryImportGenerator> | ||
<EnableDefaultItems>true</EnableDefaultItems> | ||
<CLSCompliant>false</CLSCompliant> | ||
<ILLinkTrimAssembly>false</ILLinkTrimAssembly> | ||
|
||
<!-- Localization --> | ||
<UsingToolXliff>true</UsingToolXliff> | ||
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.