[PR #26] [MERGED] Use simpler csproj format #24050

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/26
Author: @twsouthwick
Created: 8/28/2017
Status: Merged
Merged: 4/25/2018
Merged by: @miniksa

Base: masterHead: use-new-csproj


📝 Commits (1)

  • 7ae6ee6 Use simpler csproj format

📊 Changes

2 files changed (+5 additions, -100 deletions)

View changed files

📝 tools/ColorTool/ColorTool/ColorTool.csproj (+5 -66)
tools/ColorTool/ColorTool/Properties/AssemblyInfo.cs (+0 -34)

📄 Description

This project is fairly simple right now, but the older style csproj format that it is using can cause issues as a project grows especially concerning merge conflicts. As long as required development on VS 2017 is okay, this new format is much cleaner and simpler than the older project files.


🔄 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/26 **Author:** [@twsouthwick](https://github.com/twsouthwick) **Created:** 8/28/2017 **Status:** ✅ Merged **Merged:** 4/25/2018 **Merged by:** [@miniksa](https://github.com/miniksa) **Base:** `master` ← **Head:** `use-new-csproj` --- ### 📝 Commits (1) - [`7ae6ee6`](https://github.com/microsoft/terminal/commit/7ae6ee6e00e5d31b2637a848fa7dc4ba28d9ba5b) Use simpler csproj format ### 📊 Changes **2 files changed** (+5 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `tools/ColorTool/ColorTool/ColorTool.csproj` (+5 -66) ➖ `tools/ColorTool/ColorTool/Properties/AssemblyInfo.cs` (+0 -34) </details> ### 📄 Description This project is fairly simple right now, but the older style csproj format that it is using can cause issues as a project grows especially concerning merge conflicts. As long as required development on VS 2017 is okay, this new format is much cleaner and simpler than the older project files. --- <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:01:07 +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#24050