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.
2 parents 9fc27b2 + 6905cb8 commit d76bcaeCopy full SHA for d76bcae
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