From fb75fb6fb1eadb0217ca30e6c89acf2c7d3c63e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <2493377+askpt@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:21:05 +0000 Subject: [PATCH] fix: Update project name in solution file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> --- OpenFeature.sln | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenFeature.sln b/OpenFeature.sln index ff4cb97e..3b5dc901 100644 --- a/OpenFeature.sln +++ b/OpenFeature.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.4.33213.308 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".", ".", "{E8916D4F-B97E-42D6-8620-ED410A106F94}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".root", ".root", "{E8916D4F-B97E-42D6-8620-ED410A106F94}" ProjectSection(SolutionItems) = preProject README.md = README.md CONTRIBUTING.md = CONTRIBUTING.md