[PR #1314] [MERGED] Set the default startup project #24576

Open
opened 2026-01-31 09:04:08 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/1314
Author: @davkean
Created: 6/19/2019
Status: Merged
Merged: 6/24/2019
Merged by: @DHowett-MSFT

Base: masterHead: SetStartupProject


📝 Commits (1)

  • 3ef1087 Set the default startup project

📊 Changes

1 file changed (+32 additions, -32 deletions)

View changed files

📝 OpenConsole.sln (+32 -32)

📄 Description

Summary of the Pull Request

Visual Studio defaults the startup project to the first project listed in the solution. Set the default to CascadiaPackage, which launches the packaged terminal. This required moving both its solution folder and the project itself to the top of the solution.

The other moves in the file is VS "fixing" the ordering based on the move. This prevents the solution from being automatically changed by VS when other folks open it.

Validation Steps Performed

  • Opened solution with Visual Studio 2017 and Visual Studio 2019 on a clean enlistment (.vs deleted) and verified that CascadiaPackage project was the default.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/1314 **Author:** [@davkean](https://github.com/davkean) **Created:** 6/19/2019 **Status:** ✅ Merged **Merged:** 6/24/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `SetStartupProject` --- ### 📝 Commits (1) - [`3ef1087`](https://github.com/microsoft/terminal/commit/3ef1087005197b31e26d813e221ec6fa805ac90e) Set the default startup project ### 📊 Changes **1 file changed** (+32 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `OpenConsole.sln` (+32 -32) </details> ### 📄 Description ## Summary of the Pull Request Visual Studio defaults the startup project to the first project listed in the solution. Set the default to CascadiaPackage, which launches the packaged terminal. This required moving both its solution folder and the project itself to the top of the solution. The other moves in the file is VS "fixing" the ordering based on the move. This prevents the solution from being automatically changed by VS when other folks open it. ## Validation Steps Performed - Opened solution with Visual Studio 2017 and Visual Studio 2019 on a clean enlistment (.vs deleted) and verified that CascadiaPackage project was the default. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:04:08 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24576