diff --git a/tools/apps/hgjson/DlgCondition.cpp b/tools/apps/hgjson/DlgCondition.cpp index bbd7954..367b4b4 100644 --- a/tools/apps/hgjson/DlgCondition.cpp +++ b/tools/apps/hgjson/DlgCondition.cpp @@ -7,7 +7,7 @@ #include "afxdialogex.h" #include "resource.h" -#include "../../../../code_device/hgdriver/hgdev/simple_logic.h" +#include "../../../../code_device/hgdriver/hgdev/user-opt/simple_logic.h" #include "opt_ui/DlgPage.h" // for u2a // CDlgCondition 对话框 diff --git a/tools/apps/hgjson/DlgOptJson.cpp b/tools/apps/hgjson/DlgOptJson.cpp index 993aab8..06f864f 100644 --- a/tools/apps/hgjson/DlgOptJson.cpp +++ b/tools/apps/hgjson/DlgOptJson.cpp @@ -25,7 +25,7 @@ static std::string device_opt_json[] = { // known name ... #include "opt_ui/DlgSetting.h" #include "../../../../code_device/hgsane/sane_opt/sane_opts.h" -#include "../../../../code_device/hgdriver/hgdev/device_opt.h" +#include "../../../../code_device/hgdriver/hgdev/user-opt/device_opt.h" #include "../../../../code_device/sdk/hginclude/huagaoxxx_warraper_ex.h" namespace known_name diff --git a/tools/apps/hgjson/hgjson.vcxproj b/tools/apps/hgjson/hgjson.vcxproj index 29c6aa4..a10668e 100644 --- a/tools/apps/hgjson/hgjson.vcxproj +++ b/tools/apps/hgjson/hgjson.vcxproj @@ -115,9 +115,9 @@ - - + + @@ -139,15 +139,15 @@ - - NotUsing - NotUsing - NotUsing NotUsing - + + NotUsing + NotUsing + + NotUsing NotUsing diff --git a/tools/apps/hgjson/hgjson.vcxproj.filters b/tools/apps/hgjson/hgjson.vcxproj.filters index 2dee2bf..7d73520 100644 --- a/tools/apps/hgjson/hgjson.vcxproj.filters +++ b/tools/apps/hgjson/hgjson.vcxproj.filters @@ -75,12 +75,6 @@ sane_opt\json - - sane_opt - - - sane_opt - sane_opt @@ -93,6 +87,12 @@ Header Files + + sane_opt + + + sane_opt + @@ -137,12 +137,6 @@ sane_opt\json - - sane_opt - - - sane_opt - sane_opt @@ -155,6 +149,12 @@ Source Files + + sane_opt + + + sane_opt + diff --git a/tools/solution/Release/hgjson.exe b/tools/solution/Release/hgjson.exe index 2db1380..4becf6e 100644 Binary files a/tools/solution/Release/hgjson.exe and b/tools/solution/Release/hgjson.exe differ