|
56 | 56 | <Reference Include="System" /> |
57 | 57 | <Reference Include="System.Core" /> |
58 | 58 | <Reference Include="System.Drawing" /> |
| 59 | + <Reference Include="System.Windows.Forms" /> |
59 | 60 | <Reference Include="System.Xml.Linq" /> |
60 | 61 | <Reference Include="System.Data.DataSetExtensions" /> |
61 | 62 | <Reference Include="Microsoft.CSharp" /> |
|
64 | 65 | <Reference Include="System.Xml" /> |
65 | 66 | </ItemGroup> |
66 | 67 | <ItemGroup> |
| 68 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\Comparers.cs" /> |
| 69 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\Delegates.cs" /> |
| 70 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\Enums.cs"> |
| 71 | + <SubType>Component</SubType> |
| 72 | + </Compile> |
| 73 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\Events.cs"> |
| 74 | + <SubType>Component</SubType> |
| 75 | + </Compile> |
| 76 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\Munger.cs" /> |
| 77 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\NativeMethods.cs" /> |
| 78 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\OLVListItem.cs" /> |
| 79 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\OLVListSubItem.cs" /> |
| 80 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\OlvListViewHitTestInfo.cs" /> |
| 81 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Implementation\VirtualListDataSource.cs" /> |
| 82 | + <Compile Include="BrightIdeasSoftware.ObjectListView\ObjectListView.cs"> |
| 83 | + <SubType>Component</SubType> |
| 84 | + </Compile> |
| 85 | + <Compile Include="BrightIdeasSoftware.ObjectListView\OLVColumn.cs"> |
| 86 | + <SubType>Component</SubType> |
| 87 | + </Compile> |
| 88 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Rendering\Renderers.cs"> |
| 89 | + <SubType>Component</SubType> |
| 90 | + </Compile> |
| 91 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Rendering\Styles.cs"> |
| 92 | + <SubType>Component</SubType> |
| 93 | + </Compile> |
| 94 | + <Compile Include="BrightIdeasSoftware.ObjectListView\Rendering\TreeRenderer.cs"> |
| 95 | + <SubType>Component</SubType> |
| 96 | + </Compile> |
| 97 | + <Compile Include="BrightIdeasSoftware.ObjectListView\SubControls\HeaderControl.cs" /> |
| 98 | + <Compile Include="BrightIdeasSoftware.ObjectListView\SubControls\ToolTipControl.cs" /> |
| 99 | + <Compile Include="BrightIdeasSoftware.ObjectListView\TreeListView.cs"> |
| 100 | + <SubType>Component</SubType> |
| 101 | + </Compile> |
| 102 | + <Compile Include="BrightIdeasSoftware.ObjectListView\VirtualObjectListView.cs"> |
| 103 | + <SubType>Component</SubType> |
| 104 | + </Compile> |
67 | 105 | <Compile Include="DotNetInspectorPluginExt.cs" /> |
| 106 | + <Compile Include="DotNetObject.cs" /> |
| 107 | + <Compile Include="DotNetObjectCollector.cs" /> |
| 108 | + <Compile Include="InspectorForm.cs"> |
| 109 | + <SubType>Form</SubType> |
| 110 | + </Compile> |
| 111 | + <Compile Include="InspectorForm.Designer.cs"> |
| 112 | + <DependentUpon>InspectorForm.cs</DependentUpon> |
| 113 | + </Compile> |
68 | 114 | <Compile Include="Microsoft.Diagnostics.Runtime\ClrAppDomain.cs" /> |
69 | 115 | <Compile Include="Microsoft.Diagnostics.Runtime\ClrException.cs" /> |
70 | 116 | <Compile Include="Microsoft.Diagnostics.Runtime\ClrHeap.cs" /> |
|
115 | 161 | </ProjectReference> |
116 | 162 | </ItemGroup> |
117 | 163 | <ItemGroup> |
| 164 | + <EmbeddedResource Include="InspectorForm.resx"> |
| 165 | + <DependentUpon>InspectorForm.cs</DependentUpon> |
| 166 | + </EmbeddedResource> |
118 | 167 | <EmbeddedResource Include="Properties\Resources.resx"> |
119 | 168 | <Generator>ResXFileCodeGenerator</Generator> |
120 | 169 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
123 | 172 | <ItemGroup> |
124 | 173 | <None Include="Resources\logo.png" /> |
125 | 174 | </ItemGroup> |
126 | | - <ItemGroup> |
127 | | - <Folder Include="ObjectListView\" /> |
128 | | - </ItemGroup> |
| 175 | + <ItemGroup /> |
129 | 176 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
130 | 177 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
131 | 178 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments