Skip to content

Commit 74c5c2a

Browse files
authored
Add utility.cpp to PythonScript.Tests.vcxproj
1 parent 90373a1 commit 74c5c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PythonScript.Tests/PythonScript.Tests.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@
296296
<ClCompile Include="..\PythonScript\src\UTF8Iterator.cpp" />
297297
<ClCompile Include="..\PythonScript\src\UtfConversion.cpp" />
298298
<ClCompile Include="..\PythonScript\src\WcharMbcsConverter.cpp" />
299+
<ClCompile Include="..\PythonScript\src\Utility.cpp" />
299300
<ClCompile Include="TestRunner.cpp" />
300301
<ClCompile Include="stdafx.cpp">
301302
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
@@ -321,4 +322,4 @@
321322
<Error Condition="!Exists('..\packages\boost.1.87.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\boost.1.87.0\build\boost.targets'))" />
322323
<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'))" />
323324
</Target>
324-
</Project>
325+
</Project>

0 commit comments

Comments
 (0)