File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -481,6 +481,7 @@ xcopy $(ProjectDir)..\python_tests\*.* "e:\notepadtest\unicode\plugins\config\py
481481 <ClCompile Include =" ..\src\UTF8Iterator.cpp" />
482482 <ClCompile Include =" ..\src\UtfConversion.cpp" />
483483 <ClCompile Include =" ..\src\WcharMbcsConverter.cpp" />
484+ <ClCompile Include =" ..\src\Utility.cpp" />
484485 </ItemGroup >
485486 <ItemGroup >
486487 <ClInclude Include =" ..\include\PythonScript\NppPythonScript.h" />
@@ -535,6 +536,7 @@ xcopy $(ProjectDir)..\python_tests\*.* "e:\notepadtest\unicode\plugins\config\py
535536 <ClInclude Include =" ..\src\UTF8Iterator.h" />
536537 <ClInclude Include =" ..\src\UtfConversion.h" />
537538 <ClInclude Include =" ..\src\WcharMbcsConverter.h" />
539+ <ClInclude Include =" ..\src\Utility.h" />
538540 <ClInclude Include =" ..\res\resource1.h" />
539541 </ItemGroup >
540542 <ItemGroup >
@@ -553,4 +555,4 @@ xcopy $(ProjectDir)..\python_tests\*.* "e:\notepadtest\unicode\plugins\config\py
553555 <Error Condition =" !Exists('..\..\packages\boost.1.87.0\build\boost.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.87.0\build\boost.targets'))" />
554556 <Error Condition =" !Exists('..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets'))" />
555557 </Target >
556- </Project >
558+ </Project >
You can’t perform that action at this time.
0 commit comments