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