﻿<?xml version="1.0" encoding="utf-8"?>
<!--
	This is the configuration file for Inventor Server applets and addins. Server reads this file at startup
	to load the applets and read in the addins info.

	If you want an applet or addin to be loaded only in a certain occasion, please specify a value for Occasion 
	like below
		<Extension Name="xmlext" Occasion="2">		
	The value could be a combination of any of below
		DEBUG		1	(debug builds)
		PROFILE		2	(profiled builds, could be debug or optimized or even setup)
		TEST		4	(test environment, looking for TranscriptingOn in registry)
		DEVELOPMENT	8	(debug or optimized builds)
	For example 12 (which is 4 & 8) means TEST or DEVELOPMENT.
-->
<Config>
	<Applets xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<Applet Name="AssemblyModelling">
			<Install>
                <AppletFile AppletInterface="AppletGetAppletInterface">AmSrv.dll</AppletFile>
				<TypeResourceID>2002</TypeResourceID>
				<TypeStringID>IDR_ASSMTYPE_DOC_STRING</TypeStringID>
				<TypeIconID>1</TypeIconID>
				<Identifier>Assembly</Identifier>
				<DisplayName>Assembly Modeling V1.0</DisplayName>
			</Install>
			<Dependencies>
				<Dependency>Part</Dependency>
			</Dependencies>
			<Extensions>
				<Extension Name="AMxBom">
					<ExtensionFile>AMxBomSrv.dll</ExtensionFile>
					<DisplayName>Assembly Bill of Materials</DisplayName>
				</Extension>
				<Extension Name="Nb">
					<ExtensionFile>NbSrv.dll</ExtensionFile>
					<DisplayName>Engineers Notebook</DisplayName>
				</Extension>
			</Extensions>
		</Applet>

		<Applet Name="DrawingLayout">
			<Install>
                <AppletFile AppletInterface="DLxAppletInterface">DlSrv.dll</AppletFile>
				<TypeResourceID>2006</TypeResourceID>
				<TypeStringID>IDR_DLTYPE_DOC_STRING</TypeStringID>
				<TypeIconID>4</TypeIconID>
				<Identifier>Drawing</Identifier>
				<DisplayName>Drawing Layout V1.0</DisplayName>
			</Install>
			<Dependencies>
				<Dependency>Part</Dependency>
				<Dependency>Assembly</Dependency>
				<Dependency>Presentation</Dependency>
			</Dependencies>
			<Extensions>
				<Extension Name="DlSym">
					<ExtensionFile>DlAnnoSrv.dll</ExtensionFile>
					<DisplayName>Drawing Layout Extension</DisplayName>
				</Extension>
				<Extension Name="DlView">
					<ExtensionFile>DlViewSrv.dll</ExtensionFile>
					<DisplayName>Drawing Layout View Extension</DisplayName>
				</Extension>
				<Extension Name="DlRequests">
					<ExtensionFile>DlRequests.dll</ExtensionFile>
					<DisplayName>Drawing Requests Extension</DisplayName>
				</Extension>
			</Extensions>
		</Applet>
		<Applet Name="FeatureCatalog">
			<Install>
                <AppletFile AppletInterface="AppletGetAppletInterface">FcSrv.dll</AppletFile>
				<TypeResourceID>2004</TypeResourceID>
				<TypeStringID>IDR_FEATURETYPE_DOC_STRING</TypeStringID>
				<TypeIconID>2</TypeIconID>
				<Identifier>Feature</Identifier>
				<DisplayName>Feature Catalog V1.0</DisplayName>
			</Install>
			<Dependencies>
				<Dependency>Part</Dependency>
			</Dependencies>
			<Extensions>
			</Extensions>
		</Applet>
		<Applet Name="PartModelling">
			<Install>
                <AppletFile AppletInterface="AppletGetAppletInterface">PmSrv.dll</AppletFile>
				<TypeResourceID>2001</TypeResourceID>
				<TypeStringID>IDR_PARTTYPE_DOC_STRING</TypeStringID>
				<TypeIconID>0</TypeIconID>
				<Identifier>Part</Identifier>
				<DisplayName>Part Modeling V1.0</DisplayName>
			</Install>
			<Dependencies>
				<Dependency>Feature</Dependency>
			</Dependencies>
			<Extensions>
				<Extension Name="MbUI">
					<ExtensionFile>MbUISrv.dll</ExtensionFile>
					<DisplayName>Sheet Metal User Interface Extension</DisplayName>
				</Extension>
				<Extension Name="Nb">
					<ExtensionFile>NbSrv.dll</ExtensionFile>
					<DisplayName>Engineers Notebook</DisplayName>
				</Extension>
				<Extension Name="Pf">
					<ExtensionFile>PfSrv.dll</ExtensionFile>
					<DisplayName>Plastic Feature</DisplayName>
				</Extension>
			</Extensions>
		</Applet>
		<Applet Name="Presentation">
			<Install>
                <AppletFile AppletInterface="DXxAppletInterface">DxSrv.dll</AppletFile>
				<TypeResourceID>2005</TypeResourceID>
				<TypeStringID>IDR_DXTYPE_DOC_STRING</TypeStringID>
				<TypeIconID>3</TypeIconID>
				<Identifier>Presentation</Identifier>
				<DisplayName>Presentations V1.0</DisplayName>
			</Install>
			<Dependencies>
				<Dependency>Part</Dependency>
				<Dependency>Assembly</Dependency>
			</Dependencies>
			<Extensions>
			</Extensions>
		</Applet>
	</Applets>
	<Addins>
		<Addin Name="xmlTranslator" Occasion="14"> <!-- PROFILE || TEST || DEVELOPMENT -->
			<Extension>.xml</Extension>
			<BaseTypes>.iam;.idw;.dwg;.ipt;.ipn</BaseTypes>
			<Filter>Validation XML (*.xml)</Filter>
			<ClipboardFormat></ClipboardFormat>
			<FileDlg>2</FileDlg>
			<DisplayName>XML Translator</DisplayName>
			<TranslatorFile>xmlext.dll</TranslatorFile>
			<AutodeskType>0</AutodeskType>
		</Addin>
	</Addins>
</Config>