Skip to content

Commit f656e8c

Browse files
committed
Update VC++ projects
1 parent f2324a8 commit f656e8c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tools/msvc/DarkRadiant.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@
372372
<ClCompile Include="..\..\radiant\xyview\tools\BrushCreatorTool.cpp" />
373373
<ClCompile Include="..\..\radiant\xyview\tools\ClipperTool.cpp" />
374374
<ClCompile Include="..\..\radiant\xyview\tools\MeasurementTool.cpp" />
375+
<ClCompile Include="..\..\radiant\xyview\tools\PolygonTool.cpp" />
375376
</ItemGroup>
376377
<ItemGroup>
377378
<ClInclude Include="..\..\radiant\ApplicationContext.h" />
@@ -612,6 +613,7 @@
612613
<ClInclude Include="..\..\radiant\xyview\tools\CameraMoveTool.h" />
613614
<ClInclude Include="..\..\radiant\xyview\tools\ClipperTool.h" />
614615
<ClInclude Include="..\..\radiant\xyview\tools\MeasurementTool.h" />
616+
<ClInclude Include="..\..\radiant\xyview\tools\PolygonTool.h" />
615617
<ClInclude Include="..\..\radiant\xyview\tools\MoveViewTool.h" />
616618
<ClInclude Include="..\..\radiant\xyview\tools\XYMouseToolEvent.h" />
617619
<ClInclude Include="..\..\radiant\xyview\tools\ZoomTool.h" />

tools/msvc/DarkRadiant.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,9 @@
370370
<ClCompile Include="..\..\radiant\xyview\tools\ClipperTool.cpp">
371371
<Filter>src\xyview\tools</Filter>
372372
</ClCompile>
373+
<ClCompile Include="..\..\radiant\xyview\tools\PolygonTool.cpp">
374+
<Filter>src\xyview\tools</Filter>
375+
</ClCompile>
373376
<ClCompile Include="..\..\radiant\ui\mousetool\ToolMappingDialog.cpp">
374377
<Filter>src\ui\mousetool</Filter>
375378
</ClCompile>
@@ -921,6 +924,9 @@
921924
<ClInclude Include="..\..\radiant\xyview\tools\ClipperTool.h">
922925
<Filter>src\xyview\tools</Filter>
923926
</ClInclude>
927+
<ClInclude Include="..\..\radiant\xyview\tools\PolygonTool.h">
928+
<Filter>src\xyview\tools</Filter>
929+
</ClInclude>
924930
<ClInclude Include="..\..\radiant\xyview\tools\ZoomTool.h">
925931
<Filter>src\xyview\tools</Filter>
926932
</ClInclude>

0 commit comments

Comments
 (0)