@digitalshieldfe/react-native-backup-card-sdk 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/android/build.gradle +6 -49
  2. package/android/libs/backupcardsdk.aar +0 -0
  3. package/android/src/main/AndroidManifest.xml +1 -4
  4. package/package.json +6 -4
  5. package/android/consumer-rules.pro +0 -0
  6. package/android/proguard-rules.pro +0 -21
  7. package/android/src/main/java/com/ziancube/backupcardsdk/BackupCardSdk.kt +0 -478
  8. package/android/src/main/java/com/ziancube/backupcardsdk/GPChannelNatives.java +0 -41
  9. package/android/src/main/java/com/ziancube/backupcardsdk/listener/ApiAsyncListener.java +0 -13
  10. package/android/src/main/java/com/ziancube/backupcardsdk/nfc/ApiNfc.java +0 -173
  11. package/android/src/main/java/com/ziancube/backupcardsdk/nfc/ImplNfc.java +0 -39
  12. package/android/src/main/java/com/ziancube/backupcardsdk/nfc/NfcComm.java +0 -115
  13. package/android/src/main/java/com/ziancube/backupcardsdk/utils/ApduParam.java +0 -67
  14. package/android/src/main/java/com/ziancube/backupcardsdk/utils/CommList.java +0 -41
  15. package/android/src/main/java/com/ziancube/backupcardsdk/utils/Utils.java +0 -109
  16. package/android/src/main/jni/CMakeLists.txt +0 -60
  17. package/android/src/main/jni/GPChannel/include/GPChannelSDK.h +0 -306
  18. package/android/src/main/jni/GPChannel/include/context/BaseContext.h +0 -56
  19. package/android/src/main/jni/GPChannel/include/device/ApduBuilder.hpp +0 -72
  20. package/android/src/main/jni/GPChannel/include/utility/Apdu.hpp +0 -166
  21. package/android/src/main/jni/GPChannel/include/utility/Debug.hpp +0 -59
  22. package/android/src/main/jni/GPChannel/include/utility/Singleton.h +0 -34
  23. package/android/src/main/jni/GPChannel/include/utility/mutex.h +0 -24
  24. package/android/src/main/jni/GPChannel/include/utility/trim.hpp +0 -155
  25. package/android/src/main/jni/GPChannel/include/utility/util.h +0 -104
  26. package/android/src/main/jni/GPChannel/include/utility/xFactory.hpp +0 -26
  27. package/android/src/main/jni/GPChannel/include/utility/xManager.hpp +0 -84
  28. package/android/src/main/jni/GPChannel/src/arm64-v8a/libJUB_GPC_APDU_SDK.a +0 -0
  29. package/android/src/main/jni/GPChannel/src/arm64-v8a/libTrezorCrypto.a +0 -0
  30. package/android/src/main/jni/GPChannel/src/armeabi-v7a/libJUB_GPC_APDU_SDK.a +0 -0
  31. package/android/src/main/jni/GPChannel/src/armeabi-v7a/libTrezorCrypto.a +0 -0
  32. package/android/src/main/jni/GPChannel/src/x86/libJUB_GPC_APDU_SDK.a +0 -0
  33. package/android/src/main/jni/GPChannel/src/x86/libTrezorCrypto.a +0 -0
  34. package/android/src/main/jni/src/implJni.cpp +0 -313
  35. package/android/src/main/jni/src/implJni.h +0 -9
  36. package/android/src/main/jni/utils/jsoncpp/AUTHORS +0 -111
  37. package/android/src/main/jni/utils/jsoncpp/CMakeLists.txt +0 -159
  38. package/android/src/main/jni/utils/jsoncpp/LICENSE +0 -55
  39. package/android/src/main/jni/utils/jsoncpp/README.md +0 -135
  40. package/android/src/main/jni/utils/jsoncpp/amalgamate.py +0 -155
  41. package/android/src/main/jni/utils/jsoncpp/appveyor.yml +0 -22
  42. package/android/src/main/jni/utils/jsoncpp/dev.makefile +0 -35
  43. package/android/src/main/jni/utils/jsoncpp/devtools/__init__.py +0 -6
  44. package/android/src/main/jni/utils/jsoncpp/devtools/agent_vmw7.json +0 -33
  45. package/android/src/main/jni/utils/jsoncpp/devtools/agent_vmxp.json +0 -26
  46. package/android/src/main/jni/utils/jsoncpp/devtools/antglob.py +0 -205
  47. package/android/src/main/jni/utils/jsoncpp/devtools/batchbuild.py +0 -278
  48. package/android/src/main/jni/utils/jsoncpp/devtools/fixeol.py +0 -70
  49. package/android/src/main/jni/utils/jsoncpp/devtools/licenseupdater.py +0 -94
  50. package/android/src/main/jni/utils/jsoncpp/devtools/tarball.py +0 -52
  51. package/android/src/main/jni/utils/jsoncpp/doxybuild.py +0 -189
  52. package/android/src/main/jni/utils/jsoncpp/include/CMakeLists.txt +0 -2
  53. package/android/src/main/jni/utils/jsoncpp/include/json/allocator.h +0 -98
  54. package/android/src/main/jni/utils/jsoncpp/include/json/assertions.h +0 -54
  55. package/android/src/main/jni/utils/jsoncpp/include/json/autolink.h +0 -25
  56. package/android/src/main/jni/utils/jsoncpp/include/json/config.h +0 -187
  57. package/android/src/main/jni/utils/jsoncpp/include/json/features.h +0 -61
  58. package/android/src/main/jni/utils/jsoncpp/include/json/forwards.h +0 -37
  59. package/android/src/main/jni/utils/jsoncpp/include/json/json.h +0 -15
  60. package/android/src/main/jni/utils/jsoncpp/include/json/reader.h +0 -411
  61. package/android/src/main/jni/utils/jsoncpp/include/json/value.h +0 -888
  62. package/android/src/main/jni/utils/jsoncpp/include/json/version.h +0 -20
  63. package/android/src/main/jni/utils/jsoncpp/include/json/writer.h +0 -357
  64. package/android/src/main/jni/utils/jsoncpp/makefiles/vs71/jsontest.vcproj +0 -119
  65. package/android/src/main/jni/utils/jsoncpp/makefiles/vs71/lib_json.vcproj +0 -205
  66. package/android/src/main/jni/utils/jsoncpp/makefiles/vs71/test_lib_json.vcproj +0 -130
  67. package/android/src/main/jni/utils/jsoncpp/makerelease.py +0 -390
  68. package/android/src/main/jni/utils/jsoncpp/meson.build +0 -103
  69. package/android/src/main/jni/utils/jsoncpp/pkg-config/jsoncpp.pc.in +0 -9
  70. package/android/src/main/jni/utils/jsoncpp/src/CMakeLists.txt +0 -5
  71. package/android/src/main/jni/utils/jsoncpp/src/jsontestrunner/CMakeLists.txt +0 -25
  72. package/android/src/main/jni/utils/jsoncpp/src/jsontestrunner/main.cpp +0 -333
  73. package/android/src/main/jni/utils/jsoncpp/src/lib_json/CMakeLists.txt +0 -117
  74. package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_reader.cpp +0 -2060
  75. package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_tool.h +0 -114
  76. package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_value.cpp +0 -1661
  77. package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_valueiterator.inl +0 -167
  78. package/android/src/main/jni/utils/jsoncpp/src/lib_json/json_writer.cpp +0 -1233
  79. package/android/src/main/jni/utils/jsoncpp/src/lib_json/version.h.in +0 -20
  80. package/android/src/main/jni/utils/jsoncpp/src/test_lib_json/CMakeLists.txt +0 -38
  81. package/android/src/main/jni/utils/jsoncpp/src/test_lib_json/jsontest.cpp +0 -457
  82. package/android/src/main/jni/utils/jsoncpp/src/test_lib_json/jsontest.h +0 -286
  83. package/android/src/main/jni/utils/jsoncpp/src/test_lib_json/main.cpp +0 -2606
  84. package/android/src/main/jni/utils/jsoncpp/travis.sh +0 -23
  85. package/android/src/main/jni/utils/jsoncpp/version +0 -1
  86. package/android/src/main/jni/utils/jsoncpp/version.in +0 -1
  87. package/android/src/main/jni/utils/logUtils.cpp +0 -108
  88. package/android/src/main/jni/utils/logUtils.h +0 -87
  89. package/android/src/main/jni/utils/mSIGNA/stdutils/uchar_vector.h +0 -614
@@ -1,20 +0,0 @@
1
- // DO NOT EDIT. This file (and "version") is generated by CMake.
2
- // Run CMake configure step to update it.
3
- #ifndef JSON_VERSION_H_INCLUDED
4
- # define JSON_VERSION_H_INCLUDED
5
-
6
- # define JSONCPP_VERSION_STRING "1.8.4"
7
- # define JSONCPP_VERSION_MAJOR 1
8
- # define JSONCPP_VERSION_MINOR 8
9
- # define JSONCPP_VERSION_PATCH 4
10
- # define JSONCPP_VERSION_QUALIFIER
11
- # define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | (JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
12
-
13
- #ifdef JSONCPP_USING_SECURE_MEMORY
14
- #undef JSONCPP_USING_SECURE_MEMORY
15
- #endif
16
- #define JSONCPP_USING_SECURE_MEMORY 0
17
- // If non-zero, the library zeroes any memory that it has allocated before
18
- // it frees its memory.
19
-
20
- #endif // JSON_VERSION_H_INCLUDED
@@ -1,357 +0,0 @@
1
- // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
2
- // Distributed under MIT license, or public domain if desired and
3
- // recognized in your jurisdiction.
4
- // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
-
6
- #ifndef JSON_WRITER_H_INCLUDED
7
- #define JSON_WRITER_H_INCLUDED
8
-
9
- #if !defined(JSON_IS_AMALGAMATION)
10
- #include "value.h"
11
- #endif // if !defined(JSON_IS_AMALGAMATION)
12
- #include <vector>
13
- #include <string>
14
- #include <ostream>
15
-
16
- // Disable warning C4251: <data member>: <type> needs to have dll-interface to
17
- // be used by...
18
- #if defined(JSONCPP_DISABLE_DLL_INTERFACE_WARNING) && defined(_MSC_VER)
19
- #pragma warning(push)
20
- #pragma warning(disable : 4251)
21
- #endif // if defined(JSONCPP_DISABLE_DLL_INTERFACE_WARNING)
22
-
23
- #pragma pack(push, 8)
24
-
25
- namespace Json {
26
-
27
- class Value;
28
-
29
- /**
30
-
31
- Usage:
32
- \code
33
- using namespace Json;
34
- void writeToStdout(StreamWriter::Factory const& factory, Value const& value) {
35
- std::unique_ptr<StreamWriter> const writer(
36
- factory.newStreamWriter());
37
- writer->write(value, &std::cout);
38
- std::cout << std::endl; // add lf and flush
39
- }
40
- \endcode
41
- */
42
- class JSON_API StreamWriter {
43
- protected:
44
- JSONCPP_OSTREAM* sout_; // not owned; will not delete
45
- public:
46
- StreamWriter();
47
- virtual ~StreamWriter();
48
- /** Write Value into document as configured in sub-class.
49
- Do not take ownership of sout, but maintain a reference during function.
50
- \pre sout != NULL
51
- \return zero on success (For now, we always return zero, so check the stream instead.)
52
- \throw std::exception possibly, depending on configuration
53
- */
54
- virtual int write(Value const& root, JSONCPP_OSTREAM* sout) = 0;
55
-
56
- /** \brief A simple abstract factory.
57
- */
58
- class JSON_API Factory {
59
- public:
60
- virtual ~Factory();
61
- /** \brief Allocate a CharReader via operator new().
62
- * \throw std::exception if something goes wrong (e.g. invalid settings)
63
- */
64
- virtual StreamWriter* newStreamWriter() const = 0;
65
- }; // Factory
66
- }; // StreamWriter
67
-
68
- /** \brief Write into stringstream, then return string, for convenience.
69
- * A StreamWriter will be created from the factory, used, and then deleted.
70
- */
71
- JSONCPP_STRING JSON_API writeString(StreamWriter::Factory const& factory, Value const& root);
72
-
73
-
74
- /** \brief Build a StreamWriter implementation.
75
-
76
- Usage:
77
- \code
78
- using namespace Json;
79
- Value value = ...;
80
- StreamWriterBuilder builder;
81
- builder["commentStyle"] = "None";
82
- builder["indentation"] = " "; // or whatever you like
83
- std::unique_ptr<Json::StreamWriter> writer(
84
- builder.newStreamWriter());
85
- writer->write(value, &std::cout);
86
- std::cout << std::endl; // add lf and flush
87
- \endcode
88
- */
89
- class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
90
- public:
91
- // Note: We use a Json::Value so that we can add data-members to this class
92
- // without a major version bump.
93
- /** Configuration of this builder.
94
- Available settings (case-sensitive):
95
- - "commentStyle": "None" or "All"
96
- - "indentation": "<anything>"
97
- - "enableYAMLCompatibility": false or true
98
- - slightly change the whitespace around colons
99
- - "dropNullPlaceholders": false or true
100
- - Drop the "null" string from the writer's output for nullValues.
101
- Strictly speaking, this is not valid JSON. But when the output is being
102
- fed to a browser's JavaScript, it makes for smaller output and the
103
- browser can handle the output just fine.
104
- - "useSpecialFloats": false or true
105
- - If true, outputs non-finite floating point values in the following way:
106
- NaN values as "NaN", positive infinity as "Infinity", and negative infinity
107
- as "-Infinity".
108
-
109
- You can examine 'settings_` yourself
110
- to see the defaults. You can also write and read them just like any
111
- JSON Value.
112
- \sa setDefaults()
113
- */
114
- Json::Value settings_;
115
-
116
- StreamWriterBuilder();
117
- ~StreamWriterBuilder() JSONCPP_OVERRIDE;
118
-
119
- /**
120
- * \throw std::exception if something goes wrong (e.g. invalid settings)
121
- */
122
- StreamWriter* newStreamWriter() const JSONCPP_OVERRIDE;
123
-
124
- /** \return true if 'settings' are legal and consistent;
125
- * otherwise, indicate bad settings via 'invalid'.
126
- */
127
- bool validate(Json::Value* invalid) const;
128
- /** A simple way to update a specific setting.
129
- */
130
- Value& operator[](JSONCPP_STRING key);
131
-
132
- /** Called by ctor, but you can use this to reset settings_.
133
- * \pre 'settings' != NULL (but Json::null is fine)
134
- * \remark Defaults:
135
- * \snippet src/lib_json/json_writer.cpp StreamWriterBuilderDefaults
136
- */
137
- static void setDefaults(Json::Value* settings);
138
- };
139
-
140
- /** \brief Abstract class for writers.
141
- * \deprecated Use StreamWriter. (And really, this is an implementation detail.)
142
- */
143
- class JSONCPP_DEPRECATED("Use StreamWriter instead") JSON_API Writer {
144
- public:
145
- virtual ~Writer();
146
-
147
- virtual JSONCPP_STRING write(const Value& root) = 0;
148
- };
149
-
150
- /** \brief Outputs a Value in <a HREF="http://www.json.org">JSON</a> format
151
- *without formatting (not human friendly).
152
- *
153
- * The JSON document is written in a single line. It is not intended for 'human'
154
- *consumption,
155
- * but may be usefull to support feature such as RPC where bandwith is limited.
156
- * \sa Reader, Value
157
- * \deprecated Use StreamWriterBuilder.
158
- */
159
- #if defined(_MSC_VER)
160
- #pragma warning(push)
161
- #pragma warning(disable:4996) // Deriving from deprecated class
162
- #endif
163
- class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API FastWriter : public Writer {
164
- public:
165
- FastWriter();
166
- ~FastWriter() JSONCPP_OVERRIDE {}
167
-
168
- void enableYAMLCompatibility();
169
-
170
- /** \brief Drop the "null" string from the writer's output for nullValues.
171
- * Strictly speaking, this is not valid JSON. But when the output is being
172
- * fed to a browser's JavaScript, it makes for smaller output and the
173
- * browser can handle the output just fine.
174
- */
175
- void dropNullPlaceholders();
176
-
177
- void omitEndingLineFeed();
178
-
179
- public: // overridden from Writer
180
- JSONCPP_STRING write(const Value& root) JSONCPP_OVERRIDE;
181
-
182
- private:
183
- void writeValue(const Value& value);
184
-
185
- JSONCPP_STRING document_;
186
- bool yamlCompatibilityEnabled_;
187
- bool dropNullPlaceholders_;
188
- bool omitEndingLineFeed_;
189
- };
190
- #if defined(_MSC_VER)
191
- #pragma warning(pop)
192
- #endif
193
-
194
- /** \brief Writes a Value in <a HREF="http://www.json.org">JSON</a> format in a
195
- *human friendly way.
196
- *
197
- * The rules for line break and indent are as follow:
198
- * - Object value:
199
- * - if empty then print {} without indent and line break
200
- * - if not empty the print '{', line break & indent, print one value per
201
- *line
202
- * and then unindent and line break and print '}'.
203
- * - Array value:
204
- * - if empty then print [] without indent and line break
205
- * - if the array contains no object value, empty array or some other value
206
- *types,
207
- * and all the values fit on one lines, then print the array on a single
208
- *line.
209
- * - otherwise, it the values do not fit on one line, or the array contains
210
- * object or non empty array, then print one value per line.
211
- *
212
- * If the Value have comments then they are outputed according to their
213
- *#CommentPlacement.
214
- *
215
- * \sa Reader, Value, Value::setComment()
216
- * \deprecated Use StreamWriterBuilder.
217
- */
218
- #if defined(_MSC_VER)
219
- #pragma warning(push)
220
- #pragma warning(disable:4996) // Deriving from deprecated class
221
- #endif
222
- class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API StyledWriter : public Writer {
223
- public:
224
- StyledWriter();
225
- ~StyledWriter() JSONCPP_OVERRIDE {}
226
-
227
- public: // overridden from Writer
228
- /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
229
- * \param root Value to serialize.
230
- * \return String containing the JSON document that represents the root value.
231
- */
232
- JSONCPP_STRING write(const Value& root) JSONCPP_OVERRIDE;
233
-
234
- private:
235
- void writeValue(const Value& value);
236
- void writeArrayValue(const Value& value);
237
- bool isMultilineArray(const Value& value);
238
- void pushValue(const JSONCPP_STRING& value);
239
- void writeIndent();
240
- void writeWithIndent(const JSONCPP_STRING& value);
241
- void indent();
242
- void unindent();
243
- void writeCommentBeforeValue(const Value& root);
244
- void writeCommentAfterValueOnSameLine(const Value& root);
245
- bool hasCommentForValue(const Value& value);
246
- static JSONCPP_STRING normalizeEOL(const JSONCPP_STRING& text);
247
-
248
- typedef std::vector<JSONCPP_STRING> ChildValues;
249
-
250
- ChildValues childValues_;
251
- JSONCPP_STRING document_;
252
- JSONCPP_STRING indentString_;
253
- unsigned int rightMargin_;
254
- unsigned int indentSize_;
255
- bool addChildValues_;
256
- };
257
- #if defined(_MSC_VER)
258
- #pragma warning(pop)
259
- #endif
260
-
261
- /** \brief Writes a Value in <a HREF="http://www.json.org">JSON</a> format in a
262
- human friendly way,
263
- to a stream rather than to a string.
264
- *
265
- * The rules for line break and indent are as follow:
266
- * - Object value:
267
- * - if empty then print {} without indent and line break
268
- * - if not empty the print '{', line break & indent, print one value per
269
- line
270
- * and then unindent and line break and print '}'.
271
- * - Array value:
272
- * - if empty then print [] without indent and line break
273
- * - if the array contains no object value, empty array or some other value
274
- types,
275
- * and all the values fit on one lines, then print the array on a single
276
- line.
277
- * - otherwise, it the values do not fit on one line, or the array contains
278
- * object or non empty array, then print one value per line.
279
- *
280
- * If the Value have comments then they are outputed according to their
281
- #CommentPlacement.
282
- *
283
- * \sa Reader, Value, Value::setComment()
284
- * \deprecated Use StreamWriterBuilder.
285
- */
286
- #if defined(_MSC_VER)
287
- #pragma warning(push)
288
- #pragma warning(disable:4996) // Deriving from deprecated class
289
- #endif
290
- class JSONCPP_DEPRECATED("Use StreamWriterBuilder instead") JSON_API StyledStreamWriter {
291
- public:
292
- /**
293
- * \param indentation Each level will be indented by this amount extra.
294
- */
295
- StyledStreamWriter(JSONCPP_STRING indentation = "\t");
296
- ~StyledStreamWriter() {}
297
-
298
- public:
299
- /** \brief Serialize a Value in <a HREF="http://www.json.org">JSON</a> format.
300
- * \param out Stream to write to. (Can be ostringstream, e.g.)
301
- * \param root Value to serialize.
302
- * \note There is no point in deriving from Writer, since write() should not
303
- * return a value.
304
- */
305
- void write(JSONCPP_OSTREAM& out, const Value& root);
306
-
307
- private:
308
- void writeValue(const Value& value);
309
- void writeArrayValue(const Value& value);
310
- bool isMultilineArray(const Value& value);
311
- void pushValue(const JSONCPP_STRING& value);
312
- void writeIndent();
313
- void writeWithIndent(const JSONCPP_STRING& value);
314
- void indent();
315
- void unindent();
316
- void writeCommentBeforeValue(const Value& root);
317
- void writeCommentAfterValueOnSameLine(const Value& root);
318
- bool hasCommentForValue(const Value& value);
319
- static JSONCPP_STRING normalizeEOL(const JSONCPP_STRING& text);
320
-
321
- typedef std::vector<JSONCPP_STRING> ChildValues;
322
-
323
- ChildValues childValues_;
324
- JSONCPP_OSTREAM* document_;
325
- JSONCPP_STRING indentString_;
326
- unsigned int rightMargin_;
327
- JSONCPP_STRING indentation_;
328
- bool addChildValues_ : 1;
329
- bool indented_ : 1;
330
- };
331
- #if defined(_MSC_VER)
332
- #pragma warning(pop)
333
- #endif
334
-
335
- #if defined(JSON_HAS_INT64)
336
- JSONCPP_STRING JSON_API valueToString(Int value);
337
- JSONCPP_STRING JSON_API valueToString(UInt value);
338
- #endif // if defined(JSON_HAS_INT64)
339
- JSONCPP_STRING JSON_API valueToString(LargestInt value);
340
- JSONCPP_STRING JSON_API valueToString(LargestUInt value);
341
- JSONCPP_STRING JSON_API valueToString(double value);
342
- JSONCPP_STRING JSON_API valueToString(bool value);
343
- JSONCPP_STRING JSON_API valueToQuotedString(const char* value);
344
-
345
- /// \brief Output using the StyledStreamWriter.
346
- /// \see Json::operator>>()
347
- JSON_API JSONCPP_OSTREAM& operator<<(JSONCPP_OSTREAM&, const Value& root);
348
-
349
- } // namespace Json
350
-
351
- #pragma pack(pop)
352
-
353
- #if defined(JSONCPP_DISABLE_DLL_INTERFACE_WARNING)
354
- #pragma warning(pop)
355
- #endif // if defined(JSONCPP_DISABLE_DLL_INTERFACE_WARNING)
356
-
357
- #endif // JSON_WRITER_H_INCLUDED
@@ -1,119 +0,0 @@
1
- <?xml version="1.0" encoding="Windows-1252"?>
2
- <VisualStudioProject
3
- ProjectType="Visual C++"
4
- Version="7.10"
5
- Name="jsontest"
6
- ProjectGUID="{25AF2DD2-D396-4668-B188-488C33B8E620}"
7
- Keyword="Win32Proj">
8
- <Platforms>
9
- <Platform
10
- Name="Win32"/>
11
- </Platforms>
12
- <Configurations>
13
- <Configuration
14
- Name="Debug|Win32"
15
- OutputDirectory="../../build/vs71/debug/jsontest"
16
- IntermediateDirectory="../../build/vs71/debug/jsontest"
17
- ConfigurationType="1"
18
- CharacterSet="2">
19
- <Tool
20
- Name="VCCLCompilerTool"
21
- Optimization="0"
22
- AdditionalIncludeDirectories="../../include"
23
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24
- MinimalRebuild="TRUE"
25
- BasicRuntimeChecks="3"
26
- RuntimeLibrary="1"
27
- UsePrecompiledHeader="0"
28
- WarningLevel="3"
29
- Detect64BitPortabilityProblems="TRUE"
30
- DebugInformationFormat="4"/>
31
- <Tool
32
- Name="VCCustomBuildTool"/>
33
- <Tool
34
- Name="VCLinkerTool"
35
- OutputFile="$(OutDir)/jsontest.exe"
36
- LinkIncremental="2"
37
- GenerateDebugInformation="TRUE"
38
- ProgramDatabaseFile="$(OutDir)/jsontest.pdb"
39
- SubSystem="1"
40
- TargetMachine="1"/>
41
- <Tool
42
- Name="VCMIDLTool"/>
43
- <Tool
44
- Name="VCPostBuildEventTool"/>
45
- <Tool
46
- Name="VCPreBuildEventTool"/>
47
- <Tool
48
- Name="VCPreLinkEventTool"/>
49
- <Tool
50
- Name="VCResourceCompilerTool"/>
51
- <Tool
52
- Name="VCWebServiceProxyGeneratorTool"/>
53
- <Tool
54
- Name="VCXMLDataGeneratorTool"/>
55
- <Tool
56
- Name="VCWebDeploymentTool"/>
57
- <Tool
58
- Name="VCManagedWrapperGeneratorTool"/>
59
- <Tool
60
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61
- </Configuration>
62
- <Configuration
63
- Name="Release|Win32"
64
- OutputDirectory="../../build/vs71/release/jsontest"
65
- IntermediateDirectory="../../build/vs71/release/jsontest"
66
- ConfigurationType="1"
67
- CharacterSet="2">
68
- <Tool
69
- Name="VCCLCompilerTool"
70
- AdditionalIncludeDirectories="../../include"
71
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
72
- RuntimeLibrary="0"
73
- UsePrecompiledHeader="0"
74
- WarningLevel="3"
75
- Detect64BitPortabilityProblems="TRUE"
76
- DebugInformationFormat="3"/>
77
- <Tool
78
- Name="VCCustomBuildTool"/>
79
- <Tool
80
- Name="VCLinkerTool"
81
- OutputFile="$(OutDir)/jsontest.exe"
82
- LinkIncremental="1"
83
- GenerateDebugInformation="TRUE"
84
- SubSystem="1"
85
- OptimizeReferences="2"
86
- EnableCOMDATFolding="2"
87
- TargetMachine="1"/>
88
- <Tool
89
- Name="VCMIDLTool"/>
90
- <Tool
91
- Name="VCPostBuildEventTool"/>
92
- <Tool
93
- Name="VCPreBuildEventTool"/>
94
- <Tool
95
- Name="VCPreLinkEventTool"/>
96
- <Tool
97
- Name="VCResourceCompilerTool"/>
98
- <Tool
99
- Name="VCWebServiceProxyGeneratorTool"/>
100
- <Tool
101
- Name="VCXMLDataGeneratorTool"/>
102
- <Tool
103
- Name="VCWebDeploymentTool"/>
104
- <Tool
105
- Name="VCManagedWrapperGeneratorTool"/>
106
- <Tool
107
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108
- </Configuration>
109
- </Configurations>
110
- <References>
111
- </References>
112
- <Files>
113
- <File
114
- RelativePath="..\..\src\jsontestrunner\main.cpp">
115
- </File>
116
- </Files>
117
- <Globals>
118
- </Globals>
119
- </VisualStudioProject>
@@ -1,205 +0,0 @@
1
- <?xml version="1.0" encoding="Windows-1252"?>
2
- <VisualStudioProject
3
- ProjectType="Visual C++"
4
- Version="7.10"
5
- Name="lib_json"
6
- ProjectGUID="{B84F7231-16CE-41D8-8C08-7B523FF4225B}"
7
- Keyword="Win32Proj">
8
- <Platforms>
9
- <Platform
10
- Name="Win32"/>
11
- </Platforms>
12
- <Configurations>
13
- <Configuration
14
- Name="Debug|Win32"
15
- OutputDirectory="../../build/vs71/debug/lib_json"
16
- IntermediateDirectory="../../build/vs71/debug/lib_json"
17
- ConfigurationType="4"
18
- CharacterSet="2">
19
- <Tool
20
- Name="VCCLCompilerTool"
21
- Optimization="0"
22
- AdditionalIncludeDirectories="../../include"
23
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24
- StringPooling="TRUE"
25
- MinimalRebuild="TRUE"
26
- BasicRuntimeChecks="3"
27
- RuntimeLibrary="1"
28
- EnableFunctionLevelLinking="TRUE"
29
- DisableLanguageExtensions="TRUE"
30
- ForceConformanceInForLoopScope="FALSE"
31
- RuntimeTypeInfo="TRUE"
32
- UsePrecompiledHeader="0"
33
- WarningLevel="3"
34
- Detect64BitPortabilityProblems="TRUE"
35
- DebugInformationFormat="4"/>
36
- <Tool
37
- Name="VCCustomBuildTool"/>
38
- <Tool
39
- Name="VCLibrarianTool"
40
- OutputFile="$(OutDir)/json_vc71_libmtd.lib"/>
41
- <Tool
42
- Name="VCMIDLTool"/>
43
- <Tool
44
- Name="VCPostBuildEventTool"/>
45
- <Tool
46
- Name="VCPreBuildEventTool"/>
47
- <Tool
48
- Name="VCPreLinkEventTool"/>
49
- <Tool
50
- Name="VCResourceCompilerTool"/>
51
- <Tool
52
- Name="VCWebServiceProxyGeneratorTool"/>
53
- <Tool
54
- Name="VCXMLDataGeneratorTool"/>
55
- <Tool
56
- Name="VCManagedWrapperGeneratorTool"/>
57
- <Tool
58
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59
- </Configuration>
60
- <Configuration
61
- Name="Release|Win32"
62
- OutputDirectory="../../build/vs71/release/lib_json"
63
- IntermediateDirectory="../../build/vs71/release/lib_json"
64
- ConfigurationType="4"
65
- CharacterSet="2"
66
- WholeProgramOptimization="TRUE">
67
- <Tool
68
- Name="VCCLCompilerTool"
69
- GlobalOptimizations="TRUE"
70
- EnableIntrinsicFunctions="TRUE"
71
- AdditionalIncludeDirectories="../../include"
72
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
73
- StringPooling="TRUE"
74
- RuntimeLibrary="0"
75
- EnableFunctionLevelLinking="TRUE"
76
- DisableLanguageExtensions="TRUE"
77
- ForceConformanceInForLoopScope="FALSE"
78
- RuntimeTypeInfo="TRUE"
79
- UsePrecompiledHeader="0"
80
- AssemblerOutput="4"
81
- WarningLevel="3"
82
- Detect64BitPortabilityProblems="TRUE"
83
- DebugInformationFormat="3"/>
84
- <Tool
85
- Name="VCCustomBuildTool"/>
86
- <Tool
87
- Name="VCLibrarianTool"
88
- OutputFile="$(OutDir)/json_vc71_libmt.lib"/>
89
- <Tool
90
- Name="VCMIDLTool"/>
91
- <Tool
92
- Name="VCPostBuildEventTool"/>
93
- <Tool
94
- Name="VCPreBuildEventTool"/>
95
- <Tool
96
- Name="VCPreLinkEventTool"/>
97
- <Tool
98
- Name="VCResourceCompilerTool"/>
99
- <Tool
100
- Name="VCWebServiceProxyGeneratorTool"/>
101
- <Tool
102
- Name="VCXMLDataGeneratorTool"/>
103
- <Tool
104
- Name="VCManagedWrapperGeneratorTool"/>
105
- <Tool
106
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
107
- </Configuration>
108
- <Configuration
109
- Name="dummy|Win32"
110
- OutputDirectory="$(ConfigurationName)"
111
- IntermediateDirectory="$(ConfigurationName)"
112
- ConfigurationType="2"
113
- CharacterSet="2"
114
- WholeProgramOptimization="TRUE">
115
- <Tool
116
- Name="VCCLCompilerTool"
117
- GlobalOptimizations="TRUE"
118
- EnableIntrinsicFunctions="TRUE"
119
- AdditionalIncludeDirectories="../../include"
120
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
121
- StringPooling="TRUE"
122
- RuntimeLibrary="4"
123
- EnableFunctionLevelLinking="TRUE"
124
- DisableLanguageExtensions="TRUE"
125
- ForceConformanceInForLoopScope="FALSE"
126
- RuntimeTypeInfo="TRUE"
127
- UsePrecompiledHeader="0"
128
- AssemblerOutput="4"
129
- WarningLevel="3"
130
- Detect64BitPortabilityProblems="TRUE"
131
- DebugInformationFormat="3"/>
132
- <Tool
133
- Name="VCCustomBuildTool"/>
134
- <Tool
135
- Name="VCLinkerTool"
136
- GenerateDebugInformation="TRUE"
137
- SubSystem="2"
138
- OptimizeReferences="2"
139
- EnableCOMDATFolding="2"
140
- TargetMachine="1"/>
141
- <Tool
142
- Name="VCMIDLTool"/>
143
- <Tool
144
- Name="VCPostBuildEventTool"/>
145
- <Tool
146
- Name="VCPreBuildEventTool"/>
147
- <Tool
148
- Name="VCPreLinkEventTool"/>
149
- <Tool
150
- Name="VCResourceCompilerTool"/>
151
- <Tool
152
- Name="VCWebServiceProxyGeneratorTool"/>
153
- <Tool
154
- Name="VCXMLDataGeneratorTool"/>
155
- <Tool
156
- Name="VCWebDeploymentTool"/>
157
- <Tool
158
- Name="VCManagedWrapperGeneratorTool"/>
159
- <Tool
160
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
161
- </Configuration>
162
- </Configurations>
163
- <References>
164
- </References>
165
- <Files>
166
- <File
167
- RelativePath="..\..\include\json\autolink.h">
168
- </File>
169
- <File
170
- RelativePath="..\..\include\json\config.h">
171
- </File>
172
- <File
173
- RelativePath="..\..\include\json\features.h">
174
- </File>
175
- <File
176
- RelativePath="..\..\include\json\forwards.h">
177
- </File>
178
- <File
179
- RelativePath="..\..\include\json\json.h">
180
- </File>
181
- <File
182
- RelativePath="..\..\src\lib_json\json_reader.cpp">
183
- </File>
184
- <File
185
- RelativePath="..\..\src\lib_json\json_value.cpp">
186
- </File>
187
- <File
188
- RelativePath="..\..\src\lib_json\json_valueiterator.inl">
189
- </File>
190
- <File
191
- RelativePath="..\..\src\lib_json\json_writer.cpp">
192
- </File>
193
- <File
194
- RelativePath="..\..\include\json\reader.h">
195
- </File>
196
- <File
197
- RelativePath="..\..\include\json\value.h">
198
- </File>
199
- <File
200
- RelativePath="..\..\include\json\writer.h">
201
- </File>
202
- </Files>
203
- <Globals>
204
- </Globals>
205
- </VisualStudioProject>