<?xml version="1.0"?>
<anakrino>

	<dialects default="C#">
		<dialect name="C#" type="Dialect.CSharpDialect"/>
		<dialect name="MC++" type="Dialect.MCppDialect"/>
		<!--dialect name="VB.NET" type="Dialect.VBNetDialect"/-->
	</dialects>

	<browsers>
		<browser name="Reflection" type="Anakrino.ReflectionBrowser"/>
		<browser name="Secondary" type="Anakrino.ReflectionBrowser"/>
		<!--browser name="Search" type="Anakrino.SearchBrowser"/-->
	</browsers>

	<viewers>
		<!--viewer type="Anakrino.TachyonViewer"/-->
		<!--viewer type="Anakrino.ChildrenViewer"/-->
		<viewer type="Anakrino.DecompiledViewer"/>
		<viewer type="Anakrino.HeaderViewer"/>
		<viewer type="Anakrino.CallGraphViewer"/>
		<!--viewer type="Anakrino.DocumentationViewer">
			<style path="../../data/docile/MSDN.xsl"/>
		</viewer-->
	</viewers>

	<!--autoviewer default="Anakrino.ChildrenViewer">
		<specialview type="06" class="Anakrino.DecompiledViewer"/>
	</autoviewer-->

	<assemblies>
		<assembly name="mscorlib"/>
		<assembly name="System"/>
		<assembly name="System.Configuration.Install"/>
		<assembly name="System.Data"/>
		<assembly name="System.Design"/>
		<assembly name="System.DirectoryServices"/>
		<assembly name="System.Drawing"/>
		<assembly name="System.EnterpriseServices"/>
		<assembly name="System.Management"/>
		<assembly name="System.Messaging"/>
		<assembly name="System.Runtime.Remoting"/>
		<assembly name="System.Runtime.Serialization.Formatters.Soap"/>
		<assembly name="System.Security"/>
		<assembly name="System.ServiceProcess"/>
		<assembly name="System.Web"/>
		<assembly name="System.Web.RegularExpressions"/>
		<assembly name="System.Web.Services"/>
		<assembly name="System.Windows.Forms"/>
		<assembly name="System.Xml"/>

        <!--assembly path="test\f.dll"/>
        <assembly path="test\Test.exe"/>
        <assembly path="test\wahoo.exe"/>
        <assembly path="test\WahooControl.dll"/-->

		<assembly path="C:\Program Files\Wise Owl, Inc\Demeanor for .NET\Demeanor.exe"/>
		<!--assembly path="C:\Projects\Bleep\Debug\Bleep.exe"/>
		<assembly path="XceedCompressionEngine.dll"/>
		<assembly name="Microsoft.VisualC"/>
		<assembly name="System.EnterpriseServices"/-->
		<!--assembly path="C:\Projects\Tests\DsTest.exe"/>
		<assembly path="C:\Projects\Tests\Standby24Client.exe"/>
		<assembly path="C:\Projects\Tests\DevExpress.Utils.dll"/-->
	</assemblies>

</anakrino>
