|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
|
336 | 336 | <Compile Include="Tools\Fake\LongExecutionTool.cs"> |
337 | 337 | <SubType>Code</SubType> |
338 | 338 | </Compile> |
339 | | - <Compile Include="Tools\Attributes\CalculateAreaTool.cs" /> |
340 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\ConvertTo2DTool.cs" /> |
341 | | - <Compile Include="Tools\Attributes\AggregateShapesTool.cs"> |
| 339 | + <Compile Include="Tools\VectorTools\Attributes\CalculateAreaTool.cs" /> |
| 340 | + <Compile Include="Tools\VectorTools\Basic\ConvertTo2DTool.cs" /> |
| 341 | + <Compile Include="Tools\VectorTools\Attributes\AggregateShapesTool.cs"> |
342 | 342 | <SubType>Code</SubType> |
343 | 343 | </Compile> |
344 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\BufferTool.cs"> |
| 344 | + <Compile Include="Tools\VectorTools\VectorToolsGroup.cs" /> |
| 345 | + <Compile Include="Tools\VectorTools\Geoprocessing\BufferTool.cs"> |
345 | 346 | <SubType>Code</SubType> |
346 | 347 | </Compile> |
347 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\CentroidTool.cs" /> |
348 | | - <Compile Include="Tools\Attributes\DissolveTool.cs" /> |
349 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\ExplodeShapesTool.cs" /> |
350 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\ExportSelectionTool.cs" /> |
351 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\FixShapefileTool.cs" /> |
352 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\InteractiveClippingTool.cs" /> |
353 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\MergeShapefilesTool.cs" /> |
354 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\OverlayTool.cs"> |
| 348 | + <Compile Include="Tools\VectorTools\Geoprocessing\CentroidTool.cs" /> |
| 349 | + <Compile Include="Tools\VectorTools\Attributes\DissolveTool.cs" /> |
| 350 | + <Compile Include="Tools\VectorTools\Geoprocessing\ExplodeShapesTool.cs" /> |
| 351 | + <Compile Include="Tools\VectorTools\Selection\ExportSelectionTool.cs" /> |
| 352 | + <Compile Include="Tools\VectorTools\Validation\FixShapefileTool.cs" /> |
| 353 | + <Compile Include="Tools\VectorTools\Geoprocessing\InteractiveClippingTool.cs" /> |
| 354 | + <Compile Include="Tools\VectorTools\Basic\MergeShapefilesTool.cs" /> |
| 355 | + <Compile Include="Tools\VectorTools\Geoprocessing\OverlayTool.cs"> |
355 | 356 | <SubType>Code</SubType> |
356 | 357 | </Compile> |
357 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\RandomPointsTool.cs"> |
| 358 | + <Compile Include="Tools\VectorTools\Geoprocessing\RandomPointsTool.cs"> |
358 | 359 | <SubType>Code</SubType> |
359 | 360 | </Compile> |
360 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\SimplifyLinesTool.cs" /> |
361 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\SortShapefileTool.cs" /> |
362 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\SpatialQueryTool.cs" /> |
363 | | - <Compile Include="Tools\Geoprocessing\VectorGeometryTools\ValidateShapefileTool.cs" /> |
| 361 | + <Compile Include="Tools\VectorTools\Geoprocessing\SimplifyLinesTool.cs" /> |
| 362 | + <Compile Include="Tools\VectorTools\Basic\SortShapefileTool.cs" /> |
| 363 | + <Compile Include="Tools\VectorTools\Selection\SpatialQueryTool.cs" /> |
| 364 | + <Compile Include="Tools\VectorTools\Validation\ValidateShapefileTool.cs" /> |
364 | 365 | <Compile Include="Tools\Projections\IdentifyProjectionTool.cs"> |
365 | 366 | <SubType>Code</SubType> |
366 | 367 | </Compile> |
|
0 commit comments