forked from Unity-Technologies/UnityMixedCallstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnityMixedCallstack.vsdconfigxml
More file actions
21 lines (18 loc) · 668 Bytes
/
Copy pathUnityMixedCallstack.vsdconfigxml
File metadata and controls
21 lines (18 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns="http://schemas.microsoft.com/vstudio/vsdconfig/2008">
<ManagedComponent
ComponentId="408CB9BB-93B1-44A7-AA4E-88956AB421DB"
ComponentLevel="9995000"
AssemblyName="UnityMixedCallstack">
<Class Name="UnityMixedCallstack.UnityMixedCallstackFilter">
<Implements>
<InterfaceGroup>
<NoFilter/>
<Interface Name="IDkmCallStackFilter"/>
<Interface Name="IDkmLoadCompleteNotification"/>
<Interface Name="IDkmModuleInstanceLoadNotification"/>
</InterfaceGroup>
</Implements>
</Class>
</ManagedComponent>
</Configuration>