Skip to content

Commit 54e732d

Browse files
committed
relative include path
1 parent 94de21b commit 54e732d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NppJSONViewer/NPPJSONViewer.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
79-
<IncludePath>C:\Users\kapil\source\repos\JSON-Viewer\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
79+
<IncludePath>$(SolutionDir)..\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
8080
</PropertyGroup>
8181
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
82-
<IncludePath>C:\Users\kapil\source\repos\JSON-Viewer\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
82+
<IncludePath>$(SolutionDir)..\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
8383
</PropertyGroup>
8484
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
85-
<IncludePath>C:\Users\kapil\source\repos\JSON-Viewer\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
85+
<IncludePath>$(SolutionDir)..\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
8686
</PropertyGroup>
8787
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88-
<IncludePath>C:\Users\kapil\source\repos\JSON-Viewer\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
88+
<IncludePath>$(SolutionDir)..\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
8989
</PropertyGroup>
9090
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
9191
<ClCompile>

0 commit comments

Comments
 (0)