This file is indexed.

/usr/lib/monodevelop/AddIns/MonoDevelop.MonoGame/templates/MonoGameAndroidProject.xpt.xml is in monodevelop-monogame 2.5.1+dfsg-3.

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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<Template>
	<TemplateConfiguration>
		<_Name>MonoGame for Android Application</_Name>
		<_Category>C#/MonoGame</_Category>
		<Icon>monogame-project</Icon>
		<LanguageName>C#</LanguageName>
		<_Description>Creates an MonoGame for Android Project </_Description>
	</TemplateConfiguration>
	
	<Actions>
	</Actions>
	
	<Combine name = "${ProjectName}" directory = ".">
		<Options>
			<StartupProject>${ProjectName}</StartupProject>
		</Options>
		
		<Project name = "${ProjectName}" directory = "." type = "MonoDroid">
			<Options
				AndroidApplication="true"
				AndroidResgenFile="Resources/Resource.designer.cs"
				AndroidResgenClass="Resource" />
			<References>
				<Reference type="Gac" refto="System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" />
				<Reference type="Gac" refto="System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" />
				<Reference type="Gac" refto="System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" />				
				<Reference type="Gac" refto="Mono.Android" />
				<Reference type="Gac" refto="OpenTK" />
				<Reference type="Gac" refto="MonoGame.Framework.Android" />
				<Reference type="Gac" refto="Lidgren.Network.Android" />
			</References>
			<Files>
				<File name="Activity1.cs" src="MonoGameApplication/Activity1.cs" />
				<File name="Game1.cs" src="MonoGameApplication/Game1.cs" />
				<Directory name="Resources">
					<File name="Resource.designer.cs" src="MonoGameApplication/Resource.cs" />
					<RawFile name="AboutResources.txt" src="MonoGameApplication/AboutResources.txt" />					
					<Directory name="drawable">
						<RawFile name="Icon.png" src="MonoGameApplication/Icon-md.png" />
						<RawFile name="Splash.png" src="MonoGameApplication/Splash.png" />
					</Directory>
					<Directory name="values">
						<RawFile name="Styles.xml" src="MonoGameApplication/Styles.xml" />					
					</Directory>
				</Directory>
				<Directory name="Properties">
					<File name="AssemblyInfo.cs" src="MonoGameApplication/AndroidAssemblyInfo.cs" />
				</Directory>
				<Directory name="Assets">
					<RawFile name="AboutAssets.txt" src="MonoGameApplication/AboutAssets.txt" />
				</Directory>
			</Files>
		</Project>
	</Combine>
</Template>