Added SelectionChanging and SelectionChanged events for Solution Explorer

This commit is contained in:
Michael Becker 2014-12-26 00:03:34 -05:00
parent c72ecdbde0
commit fec0ea57f9

View File

@ -49,12 +49,14 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Controls\SolutionExplorerSelectionChangedEvent.cs" />
<Compile Include="Controls\OutputWindow.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\OutputWindow.Designer.cs">
<DependentUpon>OutputWindow.cs</DependentUpon>
</Compile>
<Compile Include="Controls\SolutionExplorerSelectionChangingEvent.cs" />
<Compile Include="Dialogs\GenericBrowserPopup.cs">
<SubType>Form</SubType>
</Compile>