diff --git a/CmdParser.cpp b/CmdParser.cpp index 0f10cfc..2584d7a 100644 --- a/CmdParser.cpp +++ b/CmdParser.cpp @@ -16,10 +16,10 @@ #include "stdafx.h" #include "CmdParser.h" #include "DllMain.h" -#include "/EgtDev/Include/EgnStringUtils.h" +#include "/EgtDev/Include/EGnStringUtils.h" #include "/EgtDev/Include/EGnFileUtils.h" #include "/EgtDev/Include/EGnFileCompare.h" -#include "/EgtDev/Include/EgnCmdExecutor.h" +#include "/EgtDev/Include/EGnCmdExecutor.h" #include "/EgtDev/Include/EgtILogger.h" #include diff --git a/CmdParser.h b/CmdParser.h index d28a080..a391567 100644 --- a/CmdParser.h +++ b/CmdParser.h @@ -14,7 +14,7 @@ #pragma once #include "CmdScanner.h" -#include "/EgtDev/Include/EgnCmdParser.h" +#include "/EgtDev/Include/EGnCmdParser.h" #include "/EgtDev/Include/EgtPerfCounter.h" #include "/EgtDev/Include/EgtStringBase.h" #include "/EgtDev/Include/EgtExecMgr.h" diff --git a/CmdScanner.cpp b/CmdScanner.cpp index 939e771..995da9a 100644 --- a/CmdScanner.cpp +++ b/CmdScanner.cpp @@ -15,7 +15,7 @@ //--------------------------- Include ---------------------------------------- #include "stdafx.h" #include "CmdScanner.h" -#include "/EgtDev/Include/EgnStringUtils.h" +#include "/EgtDev/Include/EGnStringUtils.h" #include "/EgtDev/Include/EgtStringConverter.h" using namespace std ; diff --git a/EGnDllMain.cpp b/EGnDllMain.cpp index 53caa49..19b45de 100644 --- a/EGnDllMain.cpp +++ b/EGnDllMain.cpp @@ -15,7 +15,7 @@ #include "stdafx.h" #include "DllMain.h" #include <\EgtDev\Include\EGnDllMain.h> -#include <\EgtDev\Include\EgnGetModuleVer.h> +#include <\EgtDev\Include\EGnGetModuleVer.h> #include <\EgtDev\Include\EgtTrace.h> using namespace std ; diff --git a/EgtGeneral.rc b/EgtGeneral.rc index dda34e4..34ef2a2 100644 Binary files a/EgtGeneral.rc and b/EgtGeneral.rc differ diff --git a/EgtGeneral.vcxproj b/EgtGeneral.vcxproj index 10d6a0c..3185b89 100644 --- a/EgtGeneral.vcxproj +++ b/EgtGeneral.vcxproj @@ -207,12 +207,12 @@ copy $(TargetPath) \EgtProg\Dll64 - - + + - - + + diff --git a/FileCompare.cpp b/FileCompare.cpp index 80ccac3..4fdb22a 100644 --- a/FileCompare.cpp +++ b/FileCompare.cpp @@ -14,9 +14,9 @@ //--------------------------- Include ---------------------------------------- #include "stdafx.h" -#include "/EgtDEv/Include/EgnFileCompare.h" -#include "/EgtDEv/Include/EgtStringConverter.h" +#include "/EgtDEv/Include/EGnFileCompare.h" #include "/EgtDEv/Include/EGnScanner.h" +#include "/EgtDEv/Include/EgtStringConverter.h" #include #include diff --git a/GetCpuInfo.cpp b/GetCpuInfo.cpp index 8c9d890..ba6f3c3 100644 --- a/GetCpuInfo.cpp +++ b/GetCpuInfo.cpp @@ -14,7 +14,7 @@ //--------------------------- Include ---------------------------------------- #include "stdafx.h" #include "/EgtDEv/Include/EGnPcInfo.h" -#include "/EgtDEv/Include/EgnStringUtils.h" +#include "/EgtDEv/Include/EGnStringUtils.h" #include #define NOMINMAX #include "Windows.h" diff --git a/GetModuleVer.cpp b/GetModuleVer.cpp index 47969a1..f0b00fa 100644 --- a/GetModuleVer.cpp +++ b/GetModuleVer.cpp @@ -13,9 +13,9 @@ //--------------------------- Include ---------------------------------------- #include "stdafx.h" -#include "\EgtDev\Include\EgnGetModuleVer.h" +#include "\EgtDev\Include\EGnGetModuleVer.h" #include "\EgtDev\Include\EgtStringConverter.h" -#include "\EgtDev\Include\EgnStringUtils.h" +#include "\EgtDev\Include\EGnStringUtils.h" #include using namespace std ;