diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-24 14:11:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-24 14:11:10 +0000 |
commit | ff3e2e1dc74ea1f983a3b95773800de2ac5d7ea2 (patch) | |
tree | 1c1c06d13c8af9b5d9c6db069b4bd8f3a5dc7fc0 /protocols/WhatsApp/WhatsApp_10.vcxproj | |
parent | 9d62e31863057f847b56e82e3880c4c588c9cb0a (diff) |
custom json parser removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/WhatsApp_10.vcxproj')
-rw-r--r-- | protocols/WhatsApp/WhatsApp_10.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/WhatsApp/WhatsApp_10.vcxproj b/protocols/WhatsApp/WhatsApp_10.vcxproj index e70bec45b7..5d13b43b65 100644 --- a/protocols/WhatsApp/WhatsApp_10.vcxproj +++ b/protocols/WhatsApp/WhatsApp_10.vcxproj @@ -173,9 +173,6 @@ </ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\chat.cpp" />
- <ClCompile Include="src\cJSON.cpp">
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- </ClCompile>
<ClCompile Include="src\connection.cpp" />
<ClCompile Include="src\contacts.cpp" />
<ClCompile Include="src\dialogs.cpp" />
@@ -249,7 +246,6 @@ </ClCompile>
</ItemGroup>
<ItemGroup>
- <ClInclude Include="src\cJSON.h" />
<ClInclude Include="src\common.h" />
<ClInclude Include="src\constants.h" />
<ClInclude Include="src\db.h" />
|