Skip to content

Commit f1d4539

Browse files
committed
fix ExternalIncludePath
1 parent 81edbd4 commit f1d4539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NppJsonViewerCommon.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<OutDir>$(SolutionDir)Build\Bin\$(Configuration)\$(Platform)\</OutDir>
77
<IntDir>$(SolutionDir)Build\Intermediate\$(ProjectName)\$(Configuration)\$(Platform)\</IntDir>
8-
<ExternalIncludePath>$(SolutionDir)NppJsonViewer\npp;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath>
8+
<ExternalIncludePath>$(SolutionDir)NppJsonViewer\plugintemplate;$(SolutionDir)..\external\rapidjson\include;$(ExternalIncludePath)</ExternalIncludePath>
99
<IncludePath>$(SolutionDir)UtilityLib;$(IncludePath)</IncludePath>
1010
</PropertyGroup>
1111
<ItemDefinitionGroup>

0 commit comments

Comments
 (0)