We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165b7d7 commit f1c2626Copy full SHA for f1c2626
platforms/Windows/rtl/lib/rtllib.wxs
@@ -74,6 +74,15 @@
74
</ComponentGroup>
75
76
<ComponentGroup Id="Foundation_$(ProductArchitecture)" Directory="RUNTIMEDIR_$(ProductArchitecture)">
77
+ <Component>
78
+ <File Source="$(SDK_ROOT)\usr\bin\_FoundationICU.dll" />
79
+ </Component>
80
81
+ <File Source="$(SDK_ROOT)\usr\bin\FoundationEssentials.dll" />
82
83
84
+ <File Source="$(SDK_ROOT)\usr\bin\FoundationInternationalization.dll" />
85
86
<Component>
87
<File Source="$(SDK_ROOT)\usr\bin\Foundation.dll" />
88
</Component>
0 commit comments