Skip to content

add ProjectGuid to ScintillaNET_FindReplaceDialog.csproj#17

Merged
Stumpii merged 1 commit intoStumpii:masterfrom
RISCSoftware:add-guid
May 9, 2025
Merged

add ProjectGuid to ScintillaNET_FindReplaceDialog.csproj#17
Stumpii merged 1 commit intoStumpii:masterfrom
RISCSoftware:add-guid

Conversation

@jmairboeck
Copy link
Copy Markdown
Contributor

This is needed for WiX project harvesting so that generated IDs are unique, although specifying a ProjectGUID is optional in SDK-style projects.

The value is taken from the solution file.

This is needed for WiX project harvesting so that generated IDs are unique, although specifying a ProjectGUID is optional in SDK-style projects.

The value is taken from the solution file.
@jmairboeck
Copy link
Copy Markdown
Contributor Author

Note: Harvesting with Heat in WiX has been deprecated in WiX 6, but we are still using it for now. We noticed that our setup build broke when switching to modern .NET, SDK-style projects and removing the ProjectGuids from the .csproj files. ScintillaNET_FindReplaceDialog didn't have one from the beginning, apparently, but it didn't matter because it was the only such project up to now, so there were no duplicates. (Scintilla.NET does have a GUID). This is just for consistency, so that all projects we ship in our setup have a Guid. Feel free to close this if you think it is unneeded.

@Stumpii Stumpii merged commit 9fb9c94 into Stumpii:master May 9, 2025
1 check passed
@jmairboeck jmairboeck deleted the add-guid branch May 11, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants