Make sure TSM pulls in the wildcard resource targets (#7966)

This import is required to make localized resources work.
This commit is contained in:
Dustin L. Howett 2020-10-19 15:31:09 -07:00 committed by GitHub
parent c1d27774b4
commit 1ad7a25cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,4 +208,6 @@
<Target Name="_TerminalAppGenerateUserSettingsH" Inputs="userDefaults.json" Outputs="Generated Files\userDefaults.h" BeforeTargets="BeforeClCompile">
<Exec Command="powershell.exe -noprofile ExecutionPolicy Unrestricted $(OpenConsoleDir)\tools\GenerateHeaderForJson.ps1 -JsonFile userDefaults.json -OutPath '&quot;Generated Files\userDefaults.h&quot;' -VariableName UserSettingsJson" />
</Target>
<Import Project="$(SolutionDir)build\rules\CollectWildcardResources.targets" />
</Project>