From 83b0b1e4ce6634adf80b72c4d5422b34080d9c21 Mon Sep 17 00:00:00 2001 From: ozone10 Date: Sun, 9 Apr 2023 10:00:28 +0200 Subject: [PATCH] Move uchardet file definitions from main project file to separate targets file fix #13493, close #13494 --- .../visual.net/notepadPlus.uchardet.targets | 62 +++++++++++++++++++ PowerEditor/visual.net/notepadPlus.vcxproj | 49 +-------------- 2 files changed, 63 insertions(+), 48 deletions(-) create mode 100644 PowerEditor/visual.net/notepadPlus.uchardet.targets diff --git a/PowerEditor/visual.net/notepadPlus.uchardet.targets b/PowerEditor/visual.net/notepadPlus.uchardet.targets new file mode 100644 index 000000000..d20bbd8f8 --- /dev/null +++ b/PowerEditor/visual.net/notepadPlus.uchardet.targets @@ -0,0 +1,62 @@ + + + + + + + + + + <_ClCompileUchardet Include="..\src\uchardet\CharDistribution.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\JpCntx.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\LangBulgarianModel.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\LangCyrillicModel.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\LangGreekModel.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\LangHebrewModel.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\LangHungarianModel.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\LangThaiModel.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsBig5Prober.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsCharSetProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsEscCharsetProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsEscSM.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsEUCJPProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsEUCKRProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsEUCTWProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsGB2312Prober.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsHebrewProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsLatin1Prober.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsMBCSGroupProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsMBCSSM.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsSBCharSetProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsSBCSGroupProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsSJISProber.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsUniversalDetector.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\nsUTF8Prober.cpp" /> + <_ClCompileUchardet Include="..\src\uchardet\uchardet.cpp" /> + + + <_ClIncludeUchardet Include="..\src\uchardet\CharDistribution.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\JpCntx.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsBig5Prober.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsCharSetProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsCodingStateMachine.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nscore.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsEscCharsetProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsEUCJPProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsEUCKRProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsEUCTWProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsGB2312Prober.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsHebrewProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsLatin1Prober.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsMBCSGroupProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsPkgInt.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsSBCharSetProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsSBCSGroupProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsSJISProber.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsUniversalDetector.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\nsUTF8Prober.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\prmem.h" /> + <_ClIncludeUchardet Include="..\src\uchardet\uchardet.h" /> + + \ No newline at end of file diff --git a/PowerEditor/visual.net/notepadPlus.vcxproj b/PowerEditor/visual.net/notepadPlus.vcxproj index a75ea97a0..426a1759b 100755 --- a/PowerEditor/visual.net/notepadPlus.vcxproj +++ b/PowerEditor/visual.net/notepadPlus.vcxproj @@ -119,7 +119,6 @@ - @@ -144,13 +143,6 @@ - - - - - - - @@ -162,23 +154,6 @@ - - - - - - - - - - - - - - - - - @@ -213,7 +188,6 @@ - @@ -292,7 +266,6 @@ - @@ -330,7 +303,6 @@ - @@ -340,30 +312,11 @@ - - - - - - - - - - - - - - - - - - - @@ -396,7 +349,6 @@ - @@ -424,6 +376,7 @@ +