From 75d0a8cd0f27c32ce1a5698ab0929fd09985cc51 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 9 Jan 2022 14:57:32 +0100 Subject: [PATCH] Add the Natvis definition to the solution so that it is used by default Signed-off-by: Sven Strickroth --- src/TortoiseGit.sln | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/TortoiseGit.sln b/src/TortoiseGit.sln index 9312c8d7a..9dccce27f 100644 --- a/src/TortoiseGit.sln +++ b/src/TortoiseGit.sln @@ -358,6 +358,11 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Lang_he", "..\Languages\Lan EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CustomActions11", "TortoiseGitSetup\CustomActions\CustomActions11.vcxproj", "{554D5FCC-E25A-4B45-9CA2-01ABB0FA5181}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{44675F85-8B23-4058-A5E8-7CB838656F8F}" + ProjectSection(SolutionItems) = preProject + ..\contrib\NatVis\TortoiseGit.natvis = ..\contrib\NatVis\TortoiseGit.natvis + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 -- 2.11.4.GIT