mirror of
https://github.com/microsoft/terminal.git
synced 2026-02-04 01:04:40 +00:00
Remove TerminalAzBridge and use AzureConnection directly (#19528)
We used to run the cloud shell connector in an intermediate process because our VT implementation lived mostly in conhost. James fixed that up over the intervening years, and since #17510 landed Terminal is exposed to 100% of application-originated VT. That means we no longer need this workaround, its build steps, or anything else about it. Closes #4661
This commit is contained in:
@@ -723,16 +723,6 @@
|
||||
<Build Solution="Fuzzing|x64" Project="false" />
|
||||
<Build Solution="Fuzzing|x86" Project="false" />
|
||||
</Project>
|
||||
<Project Path="src/cascadia/TerminalAzBridge/TerminalAzBridge.vcxproj" Id="067f0a06-fcb7-472c-96e9-b03b54e8e18d">
|
||||
<BuildDependency Project="src/cascadia/TerminalConnection/TerminalConnection.vcxproj" />
|
||||
<BuildType Solution="AuditMode|x64" Project="Release" />
|
||||
<Platform Solution="*|Any CPU" Project="Win32" />
|
||||
<Build Solution="*|Any CPU" Project="false" />
|
||||
<Build Solution="AuditMode|x64" Project="false" />
|
||||
<Build Solution="Fuzzing|ARM64" Project="false" />
|
||||
<Build Solution="Fuzzing|x64" Project="false" />
|
||||
<Build Solution="Fuzzing|x86" Project="false" />
|
||||
</Project>
|
||||
<Project Path="src/cascadia/UIHelpers/UIHelpers.vcxproj" Id="6515f03f-e56d-4db4-b23d-ac4fb80db36f">
|
||||
<Build Solution="*|Any CPU" Project="false" />
|
||||
<Build Solution="AuditMode|ARM64" Project="false" />
|
||||
|
||||
Reference in New Issue
Block a user