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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user