Skip to content

Commit 90373a1

Browse files
authored
Add utility files to PythonScript.vcxproj
1 parent 6faf9ca commit 90373a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PythonScript/project/PythonScript.vcxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)