-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathrd.xml
38 lines (34 loc) · 2.32 KB
/
rd.xml
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
<?xml version="1.0" encoding="utf-8" ?>
<Directives>
<Application>
<Assembly Name="System.Resources.Extensions">
<Type Name="System.Resources.Extensions.RuntimeResourceSet" Dynamic="Required All" />
<Type Name="System.Resources.Extensions.DeserializingResourceReader" Dynamic="Required All" />
</Assembly>
<Assembly Name="System.Drawing">
<Type Name="System.Drawing.Bitmap" Dynamic="Required All" />
</Assembly>
<Assembly Name="System.Windows.Forms">
<Type Name="System.Windows.Forms.PropertyGridInternal.PropertiesTab" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewColumn" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewButtonColumn" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewComboBoxColumn" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewCheckBoxColumn" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewImageColumn" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewLinkColumn" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewTextBoxColumn" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewButtonCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewComboBoxCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewCheckBoxCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewHeaderCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewImageCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewLinkCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewRowHeaderCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewTextBoxCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewTopLeftHeaderCell" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewComboBoxEditingControl" Dynamic="Required All" />
<Type Name="System.Windows.Forms.DataGridViewTextBoxEditingControl" Dynamic="Required All" />
<Type Name="System.Windows.Forms.RadioButton" Dynamic="Required All" />
</Assembly>
</Application>
</Directives>