1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-30 17:49:56 +02:00

Removed the deleted MachineCommon.h from vcxproj files

This commit is contained in:
Mitch Bradley
2021-07-01 14:08:07 -10:00
parent 995a3d0b74
commit 270e145950
2 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -76,7 +76,6 @@
<ClInclude Include="Grbl_Esp32\src\Limits.h" />
<ClInclude Include="Grbl_Esp32\src\Logging.h" />
<ClInclude Include="Grbl_Esp32\src\Machine.h" />
<ClInclude Include="Grbl_Esp32\src\MachineCommon.h" />
<ClInclude Include="Grbl_Esp32\src\Machine\Axes.h" />
<ClInclude Include="Grbl_Esp32\src\Machine\Axis.h" />
<ClInclude Include="Grbl_Esp32\src\Machine\Communications.h" />
@@ -390,4 +389,4 @@
</PropertyGroup>
<Error Condition="!Exists('packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.3\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.3\build\native\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.targets'))" />
</Target>
</Project>
</Project>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="src">
@@ -381,7 +381,6 @@
<ClInclude Include="Grbl_Esp32\src\Machine.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="Grbl_Esp32\src\MachineCommon.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="Grbl_Esp32\src\MotionControl.h">
@@ -867,4 +866,4 @@
<Filter>src</Filter>
</None>
</ItemGroup>
</Project>
</Project>