AppProConfig.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml Version="1.0" encoding="utf-8"?>
  2. <AnyCAD.Plugin version="1.0">
  3. <m_Plugins>
  4. <type type="string">vector</type>
  5. <size type="int">3</size>
  6. <item>
  7. <value type="APluginItem">
  8. <m_Name type="string">Plugin.Viz.GL</m_Name>
  9. <m_DllName type="string">AnyVizGL.dll</m_DllName>
  10. <m_Category type="string">System</m_Category>
  11. </value>
  12. </item>
  13. <item>
  14. <value type="APluginItem">
  15. <m_Name type="string">Plugin.Exchange.Core</m_Name>
  16. <m_DllName type="string">AnyExchangeCore.dll</m_DllName>
  17. <m_Category type="string">System</m_Category>
  18. </value>
  19. </item>
  20. <item>
  21. <value type="APluginItem">
  22. <m_Name type="string">Plugin.Exchange.Base</m_Name>
  23. <m_DllName type="string">AnyExchangeBase.dll</m_DllName>
  24. <m_Category type="string">System</m_Category>
  25. </value>
  26. </item>
  27. <item>
  28. <value type="APluginItem">
  29. <m_Name type="string">Plugin.Exchange.DXF</m_Name>
  30. <m_DllName type="string">AnyExchangeDXF.dll</m_DllName>
  31. <m_Category type="string">System</m_Category>
  32. </value>
  33. </item>
  34. </m_Plugins>
  35. <m_ViewFactory type="string">AView3dFactory</m_ViewFactory>
  36. </AnyCAD.Plugin>