User Tools

Site Tools


xide_reference_templates
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


xide_reference_templates [2018/01/25 12:05] (current) – created wolfgangriedmann
Line 1: Line 1:
 +====== Reference Templates ======
 +
 +To simplify the addition of references to a project, you can add your own references groups to XIDE.
 +
 +Simply edit the file ''Config\References.cfg'' in your XIDE folder and add what you like.
 +
 +This is a sample for WPF applications:
 +<code>NAME = CLR4 WPF 
 +FF = CLR4,PresentationCore
 +FF = CLR4,PresentationFramework
 +FF = CLR4,System
 +FF = CLR4,System.Core
 +FF = CLR4,System.Data
 +FF = CLR4,System.Windows
 +FF = CLR4,System.XAML
 +FF = CLR4,System.XML
 +FF = CLR4,WindowsBase</code>
 +
 +But you can also add your own libraries here:
 +<code>NAME = rdm WPF libs
 +FF = C:\DevNET\Libs\rdm\rdm.BaseLib.dll
 +FF = C:\DevNET\Libs\rdm\rdm.PostgreSQL.dll
 +FF = C:\DevNET\Libs\rdm\rdm.MVVMBase.dll
 +FF = C:\DevNET\Libs\rdm\rdm.MVVMControls.dll
 +FF = C:\DevNET\Libs\rdm\rdm.MVVMHelper.dll
 +FF = C:\DevNET\Libs\rdm\rdm.SQLBase.dll
 +FF = C:\DevNET\Libs\rdm\rdm.WPFLib.dll</code>
 +
 +Please pay attention to uncheck the References.cfg the next time you install a newer XIDE version - otherwise your changes will go lost. It would be a good idea to create immediatly a backup of the changed file, so you can revert to it in case your changed configuration will be overwritten.
 +
 +
  
xide_reference_templates.txt · Last modified: 2018/01/25 12:05 by wolfgangriedmann