|
342 | 342 | <Compile Include="Util\CircularBuffer.cs" />
|
343 | 343 | <Compile Include="Util\CommandLineArgs.cs" />
|
344 | 344 | <Compile Include="Util\CustomConfig.cs" />
|
345 |
| - <Compile Include="Util\Extension.BinaryReaderWriter.cs" /> |
346 |
| - <Compile Include="Util\Extension.Color.cs" /> |
347 |
| - <Compile Include="Util\Extension.DataGridView.cs" /> |
348 |
| - <Compile Include="Util\Extension.Dictionary.cs" /> |
349 |
| - <Compile Include="Util\Extension.Encoding.cs" /> |
350 |
| - <Compile Include="Util\Extension.FloatingPoint.cs" /> |
351 |
| - <Compile Include="Util\Extension.Graphics.cs" /> |
352 |
| - <Compile Include="Util\Extension.IntPtr.cs" /> |
353 |
| - <Compile Include="Util\Extension.RichTextBox.cs" /> |
354 |
| - <Compile Include="Util\Extension.Size.cs" /> |
355 |
| - <Compile Include="Util\Extension.String.cs" /> |
356 |
| - <Compile Include="Util\Extension.StringReader.cs" /> |
| 345 | + <Compile Include="Extensions\Extension.BinaryReaderWriter.cs" /> |
| 346 | + <Compile Include="Extensions\Extension.Color.cs" /> |
| 347 | + <Compile Include="Extensions\Extension.DataGridView.cs" /> |
| 348 | + <Compile Include="Extensions\Extension.Dictionary.cs" /> |
| 349 | + <Compile Include="Extensions\Extension.Encoding.cs" /> |
| 350 | + <Compile Include="Extensions\Extension.FloatingPoint.cs" /> |
| 351 | + <Compile Include="Extensions\Extension.Graphics.cs" /> |
| 352 | + <Compile Include="Extensions\Extension.IntPtr.cs" /> |
| 353 | + <Compile Include="Extensions\Extension.RichTextBox.cs" /> |
| 354 | + <Compile Include="Extensions\Extension.Size.cs" /> |
| 355 | + <Compile Include="Extensions\Extension.String.cs" /> |
| 356 | + <Compile Include="Extensions\Extension.StringReader.cs" /> |
357 | 357 | <Compile Include="Util\GrowingList.cs" />
|
358 | 358 | <Compile Include="Forms\PluginForm.cs">
|
359 | 359 | <SubType>Form</SubType>
|
|
368 | 368 | <DependentUpon>SettingsForm.cs</DependentUpon>
|
369 | 369 | </Compile>
|
370 | 370 | <Compile Include="UI\HotSpot.cs" />
|
371 |
| - <Compile Include="Util\Extensions.cs" /> |
| 371 | + <Compile Include="Extensions\Extensions.cs" /> |
372 | 372 | <Compile Include="UI\FontEx.cs" />
|
373 | 373 | <Compile Include="UI\HotSpotTextBox.cs">
|
374 | 374 | <SubType>Component</SubType>
|
|
475 | 475 | <SubType>Component</SubType>
|
476 | 476 | </Compile>
|
477 | 477 | <Compile Include="UI\ViewInfo.cs" />
|
478 |
| - <Compile Include="Util\Extension.Linq.cs" /> |
| 478 | + <Compile Include="Extensions\Extension.Linq.cs" /> |
479 | 479 | <Compile Include="Util\IntPtrComparer.cs" />
|
480 | 480 | <Compile Include="Util\PathUtil.cs" />
|
481 | 481 | <Compile Include="Util\Rtf\RtfBuilder.cs" />
|
|
0 commit comments