| 
65 | 65 |     <Compile Include="ComManagement\IComSafe.cs" />  | 
66 | 66 |     <Compile Include="ComManagement\TypeLibs\TypeLibWrapperProvider.cs" />  | 
67 | 67 |     <Compile Include="Events\AutoCompleteEventArgs.cs" />  | 
 | 68 | +    <Compile Include="Events\ComponentEventArgs.cs" />  | 
 | 69 | +    <Compile Include="Events\ComponentRenamedEventArgs.cs" />  | 
 | 70 | +    <Compile Include="Events\IntelliSenseEventArgs.cs" />  | 
 | 71 | +    <Compile Include="Events\KeyPressEventArgs.cs" />  | 
 | 72 | +    <Compile Include="Events\ProjectEventArgs.cs" />  | 
 | 73 | +    <Compile Include="Events\ProjectRenamedEventArgs.cs" />  | 
 | 74 | +    <Compile Include="Events\SelectionChangedEventArgs.cs" />  | 
 | 75 | +    <Compile Include="Events\WindowChangedEventArgs.cs" />  | 
68 | 76 |     <Compile Include="Extensions\DictionaryExtensions.cs" />  | 
69 | 77 |     <Compile Include="Factories\AddInFactory.cs" />  | 
70 | 78 |     <Compile Include="Factories\ISafeComWrapperProvider.cs" />  | 
 | 
103 | 111 |     <Compile Include="ComManagement\TypeLibs\TypeLibsAPI.cs" />  | 
104 | 112 |     <Compile Include="ComManagement\ReferenceEqualityComparer.cs" />  | 
105 | 113 |     <Compile Include="ComManagement\StrongComSafe.cs" />  | 
106 |  | -    <Compile Include="Events\ComponentEventArgs.cs" />  | 
107 |  | -    <Compile Include="Events\ComponentRenamedEventArgs.cs" />  | 
108 |  | -    <Compile Include="Events\ProjectEventArgs.cs" />  | 
109 |  | -    <Compile Include="Events\ProjectRenamedEventArgs.cs" />  | 
110 |  | -    <Compile Include="Events\SelectionChangedEventArgs.cs" />  | 
111 | 114 |     <Compile Include="Events\VBEEvents.cs" />  | 
112 | 115 |     <Compile Include="Events\VBENativeServices.cs" />  | 
113 |  | -    <Compile Include="Events\WindowChangedEventArgs.cs" />  | 
114 | 116 |     <Compile Include="Extensions\VBComponentExtensions.cs" />  | 
115 | 117 |     <Compile Include="Extensions\KeyValuePairExtensions.cs" />  | 
116 | 118 |     <Compile Include="Extensions\MSAccessComponentTypeExtensions.cs" />  | 
 | 
169 | 171 |     <Compile Include="SafeComWrappers\SafeEventedComWrapper.cs" />  | 
170 | 172 |     <Compile Include="Utility\DisposalActionContainer.cs" />  | 
171 | 173 |     <Compile Include="Utility\RegistryWrapper.cs" />  | 
 | 174 | +    <Compile Include="WindowsApi\IFocusProvider.cs" />  | 
 | 175 | +    <Compile Include="WindowsApi\SubclassManager.cs" />  | 
 | 176 | +    <Compile Include="WindowsApi\VbeAttachableSubclass.cs" />  | 
172 | 177 |     <Compile Include="WindowsApi\WindowLocator.cs" />  | 
173 | 178 |     <Compile Include="WindowsApi\CodePaneSubclass.cs" />  | 
174 | 179 |     <Compile Include="WindowsApi\DesignerWindowSubclass.cs" />  | 
 | 
191 | 196 |     <Compile Include="WindowsApi\SubclassingWindow.cs" />  | 
192 | 197 |     <Compile Include="WindowsApi\User32.cs" />  | 
193 | 198 |     <Compile Include="WindowsApi\WindowsHook.cs" />  | 
 | 199 | +    <Compile Include="WindowsApi\WindowType.cs" />  | 
194 | 200 |     <Compile Include="WindowsApi\WinEvent.cs" />  | 
195 | 201 |     <Compile Include="WindowsApi\WinEventFlags.cs" />  | 
196 | 202 |     <Compile Include="WindowsApi\WM.cs" />  | 
 | 
0 commit comments