This file is indexed.

/usr/share/doc/nunit/examples/fsharp/FSharp.sln is in libnunit-doc 2.6.3+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "fs-failures", "failures\fs-failures.fsproj", "{1BDBEE34-CAA3-4004-9D0D-11E09C665A9F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "syntax", "syntax\fs-syntax.fsproj", "{5DE001E7-2606-4DFE-8C03-90C70D2C3805}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "money", "money\fs-money.fsproj", "{3F6B1A52-B393-4218-9293-BE3F1701B6B6}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1BDBEE34-CAA3-4004-9D0D-11E09C665A9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1BDBEE34-CAA3-4004-9D0D-11E09C665A9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1BDBEE34-CAA3-4004-9D0D-11E09C665A9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1BDBEE34-CAA3-4004-9D0D-11E09C665A9F}.Release|Any CPU.Build.0 = Release|Any CPU
		{5DE001E7-2606-4DFE-8C03-90C70D2C3805}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5DE001E7-2606-4DFE-8C03-90C70D2C3805}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5DE001E7-2606-4DFE-8C03-90C70D2C3805}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5DE001E7-2606-4DFE-8C03-90C70D2C3805}.Release|Any CPU.Build.0 = Release|Any CPU
		{3F6B1A52-B393-4218-9293-BE3F1701B6B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{3F6B1A52-B393-4218-9293-BE3F1701B6B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{3F6B1A52-B393-4218-9293-BE3F1701B6B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{3F6B1A52-B393-4218-9293-BE3F1701B6B6}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal