Skip to content

Commit f68c924

Browse files
committed
Fix missing include path
1 parent 769aa0a commit f68c924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonScript.Tests/PythonScript.Tests.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<PropertyGroup Label="UserMacros" />
5555
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5656
<LinkIncremental>true</LinkIncremental>
57-
<IncludePath>$(BoostBase);$(ProjectDir)..\PythonScript\res;$(ProjectDir)..\NppPlugin\include;$(PythonBase)\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include</IncludePath>
57+
<IncludePath>$(BoostBase);$(ProjectDir)..\PythonScript\res;$(ProjectDir)..\NppPlugin\include;$(PythonBase)\Include;$(PythonBase)\PC;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include</IncludePath>
5858
<LibraryPath>$(BoostPythonLibPath);$(PythonLibPath);$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath>
5959
</PropertyGroup>
6060
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PythonDebug|Win32'">

0 commit comments

Comments
 (0)