Skip to content

Commit 54aaa4a

Browse files
authored
tests: add UIHelpers and ThemeHelpers to TestHostApp (#19323)
It can't actually activate TerminalApp.dll without these... lol.
1 parent 13ddefa commit 54aaa4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cascadia/LocalTests_TerminalApp/TestHostApp/TestHostApp.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<VcpkgAutoLink>false</VcpkgAutoLink>
2323

2424
<TerminalMUX>true</TerminalMUX>
25+
<TerminalThemeHelpers>true</TerminalThemeHelpers>
2526

2627
<!--
2728
These two properties are very important!
@@ -114,6 +115,9 @@
114115
<Project>{CA5CAD1A-082C-4476-9F33-94B339494076}</Project>
115116
</ProjectReference>
116117

118+
<ProjectReference Include="$(OpenConsoleDir)src\cascadia\UIHelpers\UIHelpers.vcxproj">
119+
<Project>{6515F03F-E56D-4DB4-B23D-AC4FB80DB36F}</Project>
120+
</ProjectReference>
117121
</ItemGroup>
118122

119123
<PropertyGroup>

0 commit comments

Comments
 (0)