Skip to content

Commit 5168ad7

Browse files
committed
add rapidjson as git submodule
1 parent 34978f9 commit 5168ad7

39 files changed

+10
-15883
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "NppJSONViewer/external/rapidjson"]
2+
path = NppJSONViewer/external/rapidjson
3+
url = https://github.com/kapilratnani/rapidjson

NppJSONViewer/NPPJSONViewer.vcxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,17 @@
7777
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
7878
</PropertyGroup>
7979
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80-
<IncludePath>$(SolutionDir)..\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
80+
<IncludePath>$(SolutionDir)external\rapidjson\include;$(IncludePath)</IncludePath>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83-
<IncludePath>$(SolutionDir)..\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
83+
<IncludePath>$(SolutionDir)external\rapidjson\include;$(IncludePath)</IncludePath>
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
86-
<IncludePath>$(SolutionDir)..\thirdparty\rapidjson\include;$(IncludePath)</IncludePath>
86+
<IncludePath>$(SolutionDir)external\rapidjson\include;$(IncludePath)</IncludePath>
87+
</PropertyGroup>
88+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89+
<IncludePath>$(SolutionDir)external\rapidjson\include;$(IncludePath)</IncludePath>
8790
</PropertyGroup>
88-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
8991
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
9092
<ClCompile>
9193
<Optimization>Disabled</Optimization>

NppJSONViewer/external/rapidjson

Submodule rapidjson added at 231382d

NppJSONViewer/rapidjson/allocators.h

Lines changed: 0 additions & 271 deletions
This file was deleted.

NppJSONViewer/rapidjson/cursorstreamwrapper.h

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)