source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.GeneratedDocumentation/Help/Presentation/Style/Configuration/MRefBuilder.config@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 5.4 KB
Line 
1<configuration>
2 <dduetools>
3 <platform version="2.0" path="%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\" />
4 <resolver type="Microsoft.Ddue.Tools.Reflection.AssemblyResolver" assembly="%DXROOT%\ProductionTools\MRefBuilder.exe" use-gac="false" />
5 <!--
6 <namer type="Microsoft.Ddue.Tools.Reflection.OrcasNamer" assembly="Microsoft.Ddue.Tools.Reflection.dll" />
7 <addins>
8 <addin type="Microsoft.Ddue.Tools.XamlAttachedMembersAddIn" assembly="MRefBuilder.exe" />
9 </addins>
10 <apiFilter expose="true">
11 <namespace name="System" expose="true">
12 <type name="Object" expose="false">
13 <member name="ToString" expose="true" />
14 </type>
15 </namespace>
16 </apiFilter>
17 -->
18 <attributeFilter expose="true">
19 <!-- Most attributes in System.ComponentModel control designer behavior. Don't show them. -->
20 <!-- The expections are attributes relating to data binding. Do show them. -->
21 <namespace name="System.ComponentModel" expose="false">
22 <type name="BindableAttribute" expose="true"/>
23 <type name="ComplexBindingPropertiesAttribute" expose="true"/>
24 <type name="DataObjectAttribute" expose="true"/>
25 <type name="DefaultBindingPropertyAttribute" expose="true"/>
26 <type name="ListBindableAttribute" expose="true"/>
27 <type name="LookupBindingPropertiesAttribute" expose="true"/>
28 <type name="SettingsBindableAttribute" expose="true"/>
29 <type name="TypeConverterAttribute" expose="true"/>
30 </namespace>
31 <namespace name="System.ComponentModel.Design" expose="false" />
32 <!-- Most attributes in System.Diagnostics control debugger behavior. Don't show them. -->
33 <namespace name="System.Diagnostics" expose="false">
34 <type name="ConditionalAttribute" expose="true"/>
35 <type name="EventLogPermissionAttribute" expose="true"/>
36 <type name="PerformanceCounterPermissionAttribute" expose="true"/>
37 </namespace>
38 <!-- Attributes in System.Diagnostics.CodeAnalysis control interaction with FxCop. Don't show them. -->
39 <namespace name="System.Diagnostics.CodeAnalysis" expose="false" />
40 <!-- Attributes in System.EnterpriseServices control obscure details of COM+ interop. Don't show them. -->
41 <namespace name="System.EnterpriseServices" expose="false" />
42 <!-- The DefaultMember attribute is usually compiler-generated. Users will see it from the member syntax. -->
43 <namespace name="System.Reflection" expose="true">
44 <type name="DefaultMemberAttribute" expose="false" />
45 </namespace>
46 <!-- Attributes in System.Runtime.CompilerServices control obscure details of compilation. Don't show them. -->
47 <namespace name="System.Runtime.CompilerServices" expose="false" />
48 <!-- Attributes in System.Runtime.ConstrinedExecution control obscure details of compilation. Don't show them. -->
49 <namespace name="System.Runtime.ConstrainedExecution" expose="false" />
50 <!-- Most atributes in System.Runtime.InteropServices control obscure details of COM interop. Don't show them. -->
51 <namespace name="System.Runtime.InteropServices" expose="false">
52 <type name="ComVisibleAttribute" expose="true"/>
53 <type name="GuidAttribute" expose="true"/>
54 <type name="ClassInterfaceAttribute" expose="true"/>
55 <type name="InterfaceTypeAttribute" expose="true"/>
56 </namespace>
57 <!-- Attributes in System.Runtime.Versioning control details of resource loading. Don't show them. -->
58 <namespace name="System.Runtime.Versioning" expose="false" />
59 <!-- Attributes in System.Security might hint as security implementation details. Don't show them. -->
60 <namespace name="System.Security" expose="false">
61 <type name="AllowPartiallyTrustedCallersAttribute" expose="true" />
62 </namespace>
63 <!-- Attributes in System.Web.Compilation control interaction with the Expression designer. Don't show them. -->
64 <namespace name="System.Web.Compilation" expose="false" />
65 <!-- The ASP.NET team only wants these attributes exposed from their namespace. Their logic ecscapes me, but here it is. -->
66 <namespace name="System.Web.UI" expose="false">
67 <type name="ControlValuePropertyAttribute" expose="true"/>
68 <type name="ValidationPropertyAttribute" expose="true"/>
69 <type name="WebResourceAttribute" expose="true"/>
70 <type name="TemplateContainerAttribute" expose="true"/>
71 <type name="ThemeableAttribute" expose="true"/>
72 <type name="TemplateInstanceAttribute" expose="true"/>
73 </namespace>
74 <!-- Don't show attributes related to XAML serialization details. -->
75 <namespace name="System.Windows.Markup" expose="true">
76 <type name="ConstructorArgumentAttribute" expose="false" />
77 <type name="DependsOnAttribute" expose="false" />
78 <type name="DesignerSerializationOptionsAttribute" expose="false" />
79 <type name="ValueSerializerAttribute" expose="false" />
80 <type name="XmlnsCompatibleWithAttribute" expose="false" />
81 <type name="XmlnsDefinitionAttribute" expose="false" />
82 <type name="XmlnsPrefixAttribute" expose="false" />
83 </namespace>
84 <!-- Attributes in System.Xml.Serialization control obscure details of XML serialization. Don't show them.-->
85 <namespace name="System.Xml.Serialization" expose="false" />
86 </attributeFilter>
87 </dduetools>
88</configuration>
Note: See TracBrowser for help on using the repository browser.