From caf7ae97564dba13c4789592e3faf7e0b55f9c83 Mon Sep 17 00:00:00 2001 From: Simon Cropp Date: Tue, 16 Jul 2024 20:45:27 +1000 Subject: [PATCH] Create VerifyNUnit.slnf --- src/VerifyNUnit.slnf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/VerifyNUnit.slnf diff --git a/src/VerifyNUnit.slnf b/src/VerifyNUnit.slnf new file mode 100644 index 000000000..cb74b1eb1 --- /dev/null +++ b/src/VerifyNUnit.slnf @@ -0,0 +1,12 @@ +{ + "solution": { + "path": "Verify.sln", + "projects": [ + "TargetLibrary\\TargetLibrary.csproj", + "Verify.NUnit.DerivePaths.Tests\\Verify.NUnit.DerivePaths.Tests.csproj", + "Verify.NUnit.Tests\\Verify.NUnit.Tests.csproj", + "Verify.NUnit\\Verify.NUnit.csproj", + "Verify\\Verify.csproj" + ] + } +} \ No newline at end of file