geoip2_c 0.3.4 → 0.4.1

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 (186) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +23 -0
  3. data/.github/workflows/ubuntu.yml +17 -8
  4. data/.github/workflows/windows.yml +18 -8
  5. data/.gitmodules +0 -3
  6. data/ext/geoip2/extconf.rb +9 -25
  7. data/ext/geoip2/geoip2.c +82 -32
  8. data/geoip2_c.gemspec +1 -0
  9. data/lib/geoip2/version.rb +1 -1
  10. metadata +18 -182
  11. data/ext/geoip2/libmaxminddb/.gitignore +0 -38
  12. data/ext/geoip2/libmaxminddb/.gitmodules +0 -9
  13. data/ext/geoip2/libmaxminddb/.perltidyrc +0 -11
  14. data/ext/geoip2/libmaxminddb/.travis.yml +0 -70
  15. data/ext/geoip2/libmaxminddb/.uncrustify.cfg +0 -78
  16. data/ext/geoip2/libmaxminddb/AUTHORS +0 -0
  17. data/ext/geoip2/libmaxminddb/Changes.md +0 -277
  18. data/ext/geoip2/libmaxminddb/LICENSE +0 -202
  19. data/ext/geoip2/libmaxminddb/Makefile.am +0 -41
  20. data/ext/geoip2/libmaxminddb/NOTICE +0 -13
  21. data/ext/geoip2/libmaxminddb/README.dev.md +0 -69
  22. data/ext/geoip2/libmaxminddb/README.md +0 -122
  23. data/ext/geoip2/libmaxminddb/appveyor.yml +0 -33
  24. data/ext/geoip2/libmaxminddb/bin/Makefile.am +0 -10
  25. data/ext/geoip2/libmaxminddb/bin/mmdblookup.c +0 -715
  26. data/ext/geoip2/libmaxminddb/bootstrap +0 -21
  27. data/ext/geoip2/libmaxminddb/common.mk +0 -7
  28. data/ext/geoip2/libmaxminddb/configure.ac +0 -132
  29. data/ext/geoip2/libmaxminddb/dev-bin/make-man-pages.pl +0 -76
  30. data/ext/geoip2/libmaxminddb/dev-bin/ppa-release.sh +0 -53
  31. data/ext/geoip2/libmaxminddb/dev-bin/regen-prototypes.pl +0 -136
  32. data/ext/geoip2/libmaxminddb/dev-bin/regen-win32-test-projs.pl +0 -54
  33. data/ext/geoip2/libmaxminddb/dev-bin/release.sh +0 -113
  34. data/ext/geoip2/libmaxminddb/dev-bin/uncrustify-all.sh +0 -21
  35. data/ext/geoip2/libmaxminddb/dev-bin/valgrind-all.pl +0 -53
  36. data/ext/geoip2/libmaxminddb/doc/libmaxminddb.md +0 -889
  37. data/ext/geoip2/libmaxminddb/doc/mmdblookup.md +0 -103
  38. data/ext/geoip2/libmaxminddb/include/maxminddb.h +0 -241
  39. data/ext/geoip2/libmaxminddb/include/maxminddb_config.h.in +0 -14
  40. data/ext/geoip2/libmaxminddb/projects/VS12/README.md +0 -59
  41. data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb-release.props +0 -32
  42. data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb-x64.props +0 -14
  43. data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb.props +0 -32
  44. data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb.sln +0 -150
  45. data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb.vcxproj +0 -143
  46. data/ext/geoip2/libmaxminddb/projects/VS12/libmaxminddb.vcxproj.filters +0 -32
  47. data/ext/geoip2/libmaxminddb/projects/VS12/maxminddb_config.h +0 -14
  48. data/ext/geoip2/libmaxminddb/projects/VS12-tests/bad_pointers.vcxproj +0 -105
  49. data/ext/geoip2/libmaxminddb/projects/VS12-tests/basic_lookup.vcxproj +0 -105
  50. data/ext/geoip2/libmaxminddb/projects/VS12-tests/data_entry_list.vcxproj +0 -105
  51. data/ext/geoip2/libmaxminddb/projects/VS12-tests/data_types.vcxproj +0 -105
  52. data/ext/geoip2/libmaxminddb/projects/VS12-tests/dump.vcxproj +0 -105
  53. data/ext/geoip2/libmaxminddb/projects/VS12-tests/get_value.vcxproj +0 -105
  54. data/ext/geoip2/libmaxminddb/projects/VS12-tests/get_value_pointer_bug.vcxproj +0 -105
  55. data/ext/geoip2/libmaxminddb/projects/VS12-tests/ipv4_start_cache.vcxproj +0 -105
  56. data/ext/geoip2/libmaxminddb/projects/VS12-tests/ipv6_lookup_in_ipv4.vcxproj +0 -105
  57. data/ext/geoip2/libmaxminddb/projects/VS12-tests/libtap.vcxproj +0 -85
  58. data/ext/geoip2/libmaxminddb/projects/VS12-tests/maxminddb_test_helper.vcxproj +0 -107
  59. data/ext/geoip2/libmaxminddb/projects/VS12-tests/metadata.vcxproj +0 -105
  60. data/ext/geoip2/libmaxminddb/projects/VS12-tests/metadata_pointers.vcxproj +0 -105
  61. data/ext/geoip2/libmaxminddb/projects/VS12-tests/no_map_get_value.vcxproj +0 -105
  62. data/ext/geoip2/libmaxminddb/projects/VS12-tests/read_node.vcxproj +0 -105
  63. data/ext/geoip2/libmaxminddb/projects/VS12-tests/shared.vcxproj +0 -104
  64. data/ext/geoip2/libmaxminddb/projects/VS12-tests/threads.vcxproj +0 -103
  65. data/ext/geoip2/libmaxminddb/projects/VS12-tests/version.vcxproj +0 -105
  66. data/ext/geoip2/libmaxminddb/projects/test.vcxproj.template +0 -105
  67. data/ext/geoip2/libmaxminddb/src/Makefile.am +0 -25
  68. data/ext/geoip2/libmaxminddb/src/data-pool.c +0 -180
  69. data/ext/geoip2/libmaxminddb/src/data-pool.h +0 -52
  70. data/ext/geoip2/libmaxminddb/src/libmaxminddb.pc.in +0 -11
  71. data/ext/geoip2/libmaxminddb/src/maxminddb-compat-util.h +0 -167
  72. data/ext/geoip2/libmaxminddb/src/maxminddb.c +0 -2181
  73. data/ext/geoip2/libmaxminddb/t/Makefile.am +0 -27
  74. data/ext/geoip2/libmaxminddb/t/bad_databases_t.c +0 -67
  75. data/ext/geoip2/libmaxminddb/t/bad_pointers_t.c +0 -53
  76. data/ext/geoip2/libmaxminddb/t/basic_lookup_t.c +0 -207
  77. data/ext/geoip2/libmaxminddb/t/compile_c++_t.pl +0 -107
  78. data/ext/geoip2/libmaxminddb/t/data-pool-t.c +0 -374
  79. data/ext/geoip2/libmaxminddb/t/data_entry_list_t.c +0 -353
  80. data/ext/geoip2/libmaxminddb/t/data_types_t.c +0 -439
  81. data/ext/geoip2/libmaxminddb/t/dump_t.c +0 -103
  82. data/ext/geoip2/libmaxminddb/t/external_symbols_t.pl +0 -106
  83. data/ext/geoip2/libmaxminddb/t/get_value_pointer_bug_t.c +0 -66
  84. data/ext/geoip2/libmaxminddb/t/get_value_t.c +0 -249
  85. data/ext/geoip2/libmaxminddb/t/ipv4_start_cache_t.c +0 -36
  86. data/ext/geoip2/libmaxminddb/t/ipv6_lookup_in_ipv4_t.c +0 -48
  87. data/ext/geoip2/libmaxminddb/t/libtap/.gitignore +0 -13
  88. data/ext/geoip2/libmaxminddb/t/libtap/.travis.yml +0 -13
  89. data/ext/geoip2/libmaxminddb/t/libtap/COPYING +0 -165
  90. data/ext/geoip2/libmaxminddb/t/libtap/INSTALL +0 -41
  91. data/ext/geoip2/libmaxminddb/t/libtap/Makefile +0 -72
  92. data/ext/geoip2/libmaxminddb/t/libtap/Makefile.win +0 -37
  93. data/ext/geoip2/libmaxminddb/t/libtap/README.md +0 -268
  94. data/ext/geoip2/libmaxminddb/t/libtap/t/cmp_mem.c +0 -20
  95. data/ext/geoip2/libmaxminddb/t/libtap/t/cmp_mem.expected +0 -28
  96. data/ext/geoip2/libmaxminddb/t/libtap/t/cmpok.c +0 -16
  97. data/ext/geoip2/libmaxminddb/t/libtap/t/cmpok.expected +0 -37
  98. data/ext/geoip2/libmaxminddb/t/libtap/t/diag.c +0 -10
  99. data/ext/geoip2/libmaxminddb/t/libtap/t/diag.expected +0 -2
  100. data/ext/geoip2/libmaxminddb/t/libtap/t/diesok.c +0 -14
  101. data/ext/geoip2/libmaxminddb/t/libtap/t/diesok.expected +0 -6
  102. data/ext/geoip2/libmaxminddb/t/libtap/t/is.c +0 -24
  103. data/ext/geoip2/libmaxminddb/t/libtap/t/is.expected +0 -58
  104. data/ext/geoip2/libmaxminddb/t/libtap/t/like.c +0 -10
  105. data/ext/geoip2/libmaxminddb/t/libtap/t/like.expected +0 -4
  106. data/ext/geoip2/libmaxminddb/t/libtap/t/simple.c +0 -31
  107. data/ext/geoip2/libmaxminddb/t/libtap/t/simple.expected +0 -32
  108. data/ext/geoip2/libmaxminddb/t/libtap/t/skip.c +0 -23
  109. data/ext/geoip2/libmaxminddb/t/libtap/t/skip.expected +0 -9
  110. data/ext/geoip2/libmaxminddb/t/libtap/t/synopsis.c +0 -13
  111. data/ext/geoip2/libmaxminddb/t/libtap/t/synopsis.expected +0 -9
  112. data/ext/geoip2/libmaxminddb/t/libtap/t/test.c +0 -28
  113. data/ext/geoip2/libmaxminddb/t/libtap/t/todo.c +0 -17
  114. data/ext/geoip2/libmaxminddb/t/libtap/t/todo.expected +0 -11
  115. data/ext/geoip2/libmaxminddb/t/libtap/tap.c +0 -354
  116. data/ext/geoip2/libmaxminddb/t/libtap/tap.h +0 -115
  117. data/ext/geoip2/libmaxminddb/t/maxmind-db/.gitattributes +0 -1
  118. data/ext/geoip2/libmaxminddb/t/maxmind-db/.gitconfig +0 -2
  119. data/ext/geoip2/libmaxminddb/t/maxmind-db/.gitignore +0 -2
  120. data/ext/geoip2/libmaxminddb/t/maxmind-db/.perltidyallrc +0 -11
  121. data/ext/geoip2/libmaxminddb/t/maxmind-db/.tidyallrc +0 -7
  122. data/ext/geoip2/libmaxminddb/t/maxmind-db/LICENSE +0 -4
  123. data/ext/geoip2/libmaxminddb/t/maxmind-db/MaxMind-DB-spec.md +0 -558
  124. data/ext/geoip2/libmaxminddb/t/maxmind-db/README.md +0 -4
  125. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/README.md +0 -7
  126. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/libmaxminddb/libmaxminddb-offset-integer-overflow.mmdb +0 -0
  127. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/cyclic-data-structure.mmdb +0 -0
  128. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/invalid-bytes-length.mmdb +0 -1
  129. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/invalid-data-record-offset.mmdb +0 -0
  130. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/invalid-map-key-length.mmdb +0 -0
  131. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/invalid-string-length.mmdb +0 -1
  132. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/metadata-is-an-uint128.mmdb +0 -1
  133. data/ext/geoip2/libmaxminddb/t/maxmind-db/bad-data/maxminddb-golang/unexpected-bytes.mmdb +0 -0
  134. data/ext/geoip2/libmaxminddb/t/maxmind-db/perltidyrc +0 -12
  135. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Anonymous-IP-Test.json +0 -32
  136. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-City-Test.json +0 -12616
  137. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Connection-Type-Test.json +0 -102
  138. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Country-Test.json +0 -10975
  139. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-DensityIncome-Test.json +0 -14
  140. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Domain-Test.json +0 -452
  141. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Enterprise-Test.json +0 -666
  142. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-ISP-Test.json +0 -12585
  143. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoIP2-Precision-Enterprise-Test.json +0 -1035
  144. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/GeoLite2-ASN-Test.json +0 -37
  145. data/ext/geoip2/libmaxminddb/t/maxmind-db/source-data/README +0 -13
  146. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Anonymous-IP-Test.mmdb +0 -0
  147. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-City-Test-Broken-Double-Format.mmdb +0 -0
  148. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-City-Test-Invalid-Node-Count.mmdb +0 -0
  149. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-City-Test.mmdb +0 -0
  150. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Connection-Type-Test.mmdb +0 -0
  151. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Country-Test.mmdb +0 -0
  152. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-DensityIncome-Test.mmdb +0 -0
  153. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Domain-Test.mmdb +0 -0
  154. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Enterprise-Test.mmdb +0 -0
  155. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-ISP-Test.mmdb +0 -0
  156. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoIP2-Precision-Enterprise-Test.mmdb +0 -0
  157. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/GeoLite2-ASN-Test.mmdb +0 -0
  158. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-no-ipv4-search-tree.mmdb +0 -0
  159. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-string-value-entries.mmdb +0 -0
  160. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-broken-pointers-24.mmdb +0 -0
  161. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-broken-search-tree-24.mmdb +0 -0
  162. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb +0 -0
  163. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv4-24.mmdb +0 -0
  164. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv4-28.mmdb +0 -0
  165. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv4-32.mmdb +0 -0
  166. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv6-24.mmdb +0 -0
  167. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv6-28.mmdb +0 -0
  168. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-ipv6-32.mmdb +0 -0
  169. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-metadata-pointers.mmdb +0 -0
  170. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-mixed-24.mmdb +0 -0
  171. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-mixed-28.mmdb +0 -0
  172. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb +0 -0
  173. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/MaxMind-DB-test-nested.mmdb +0 -0
  174. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/README.md +0 -26
  175. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/maps-with-pointers.raw +0 -0
  176. data/ext/geoip2/libmaxminddb/t/maxmind-db/test-data/write-test-data.pl +0 -614
  177. data/ext/geoip2/libmaxminddb/t/maxmind-db/tidyall.ini +0 -5
  178. data/ext/geoip2/libmaxminddb/t/maxminddb_test_helper.c +0 -255
  179. data/ext/geoip2/libmaxminddb/t/maxminddb_test_helper.h +0 -69
  180. data/ext/geoip2/libmaxminddb/t/metadata_pointers_t.c +0 -32
  181. data/ext/geoip2/libmaxminddb/t/metadata_t.c +0 -226
  182. data/ext/geoip2/libmaxminddb/t/mmdblookup_t.pl +0 -158
  183. data/ext/geoip2/libmaxminddb/t/no_map_get_value_t.c +0 -32
  184. data/ext/geoip2/libmaxminddb/t/read_node_t.c +0 -157
  185. data/ext/geoip2/libmaxminddb/t/threads_t.c +0 -196
  186. data/ext/geoip2/libmaxminddb/t/version_t.c +0 -10
@@ -1,105 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Label="ProjectConfigurations">
4
- <ProjectConfiguration Include="Debug|Win32">
5
- <Configuration>Debug</Configuration>
6
- <Platform>Win32</Platform>
7
- </ProjectConfiguration>
8
- <ProjectConfiguration Include="Release|Win32">
9
- <Configuration>Release</Configuration>
10
- <Platform>Win32</Platform>
11
- </ProjectConfiguration>
12
- </ItemGroup>
13
- <PropertyGroup Label="Globals">
14
- <ProjectGuid>{B1984188-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
15
- <Keyword>Win32Proj</Keyword>
16
- <RootNamespace>dump</RootNamespace>
17
- <ProjectName>test_dump</ProjectName>
18
- </PropertyGroup>
19
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21
- <ConfigurationType>Application</ConfigurationType>
22
- <UseDebugLibraries>true</UseDebugLibraries>
23
- <PlatformToolset>v120</PlatformToolset>
24
- <CharacterSet>Unicode</CharacterSet>
25
- </PropertyGroup>
26
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27
- <ConfigurationType>Application</ConfigurationType>
28
- <UseDebugLibraries>false</UseDebugLibraries>
29
- <PlatformToolset>v120</PlatformToolset>
30
- <WholeProgramOptimization>true</WholeProgramOptimization>
31
- <CharacterSet>Unicode</CharacterSet>
32
- </PropertyGroup>
33
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34
- <ImportGroup Label="ExtensionSettings">
35
- </ImportGroup>
36
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38
- </ImportGroup>
39
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41
- </ImportGroup>
42
- <PropertyGroup Label="UserMacros" />
43
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44
- <LinkIncremental>true</LinkIncremental>
45
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
46
- </PropertyGroup>
47
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48
- <LinkIncremental>false</LinkIncremental>
49
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
50
- </PropertyGroup>
51
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52
- <ClCompile>
53
- <PrecompiledHeader>
54
- </PrecompiledHeader>
55
- <WarningLevel>Level3</WarningLevel>
56
- <Optimization>Disabled</Optimization>
57
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58
- <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
59
- </ClCompile>
60
- <Link>
61
- <SubSystem>Console</SubSystem>
62
- <GenerateDebugInformation>true</GenerateDebugInformation>
63
- <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
64
- </Link>
65
- </ItemDefinitionGroup>
66
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67
- <ClCompile>
68
- <WarningLevel>Level3</WarningLevel>
69
- <PrecompiledHeader>
70
- </PrecompiledHeader>
71
- <Optimization>MaxSpeed</Optimization>
72
- <FunctionLevelLinking>true</FunctionLevelLinking>
73
- <IntrinsicFunctions>true</IntrinsicFunctions>
74
- <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75
- </ClCompile>
76
- <Link>
77
- <SubSystem>Console</SubSystem>
78
- <GenerateDebugInformation>true</GenerateDebugInformation>
79
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
80
- <OptimizeReferences>true</OptimizeReferences>
81
- </Link>
82
- </ItemDefinitionGroup>
83
- <ItemGroup>
84
- <ClCompile Include="..\..\t\dump_t.c" />
85
- </ItemGroup>
86
- <ItemGroup>
87
- <ProjectReference Include="libtap.vcxproj">
88
- <Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
89
- </ProjectReference>
90
- <ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
91
- <Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
92
- </ProjectReference>
93
- <ProjectReference Include="maxminddb_test_helper.vcxproj">
94
- <Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
95
- <Private>true</Private>
96
- <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
97
- <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
98
- <LinkLibraryDependencies>true</LinkLibraryDependencies>
99
- <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
100
- </ProjectReference>
101
- </ItemGroup>
102
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103
- <ImportGroup Label="ExtensionTargets">
104
- </ImportGroup>
105
- </Project>
@@ -1,105 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Label="ProjectConfigurations">
4
- <ProjectConfiguration Include="Debug|Win32">
5
- <Configuration>Debug</Configuration>
6
- <Platform>Win32</Platform>
7
- </ProjectConfiguration>
8
- <ProjectConfiguration Include="Release|Win32">
9
- <Configuration>Release</Configuration>
10
- <Platform>Win32</Platform>
11
- </ProjectConfiguration>
12
- </ItemGroup>
13
- <PropertyGroup Label="Globals">
14
- <ProjectGuid>{B1984480-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
15
- <Keyword>Win32Proj</Keyword>
16
- <RootNamespace>get_value</RootNamespace>
17
- <ProjectName>test_get_value</ProjectName>
18
- </PropertyGroup>
19
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21
- <ConfigurationType>Application</ConfigurationType>
22
- <UseDebugLibraries>true</UseDebugLibraries>
23
- <PlatformToolset>v120</PlatformToolset>
24
- <CharacterSet>Unicode</CharacterSet>
25
- </PropertyGroup>
26
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27
- <ConfigurationType>Application</ConfigurationType>
28
- <UseDebugLibraries>false</UseDebugLibraries>
29
- <PlatformToolset>v120</PlatformToolset>
30
- <WholeProgramOptimization>true</WholeProgramOptimization>
31
- <CharacterSet>Unicode</CharacterSet>
32
- </PropertyGroup>
33
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34
- <ImportGroup Label="ExtensionSettings">
35
- </ImportGroup>
36
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38
- </ImportGroup>
39
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41
- </ImportGroup>
42
- <PropertyGroup Label="UserMacros" />
43
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44
- <LinkIncremental>true</LinkIncremental>
45
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
46
- </PropertyGroup>
47
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48
- <LinkIncremental>false</LinkIncremental>
49
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
50
- </PropertyGroup>
51
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52
- <ClCompile>
53
- <PrecompiledHeader>
54
- </PrecompiledHeader>
55
- <WarningLevel>Level3</WarningLevel>
56
- <Optimization>Disabled</Optimization>
57
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58
- <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
59
- </ClCompile>
60
- <Link>
61
- <SubSystem>Console</SubSystem>
62
- <GenerateDebugInformation>true</GenerateDebugInformation>
63
- <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
64
- </Link>
65
- </ItemDefinitionGroup>
66
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67
- <ClCompile>
68
- <WarningLevel>Level3</WarningLevel>
69
- <PrecompiledHeader>
70
- </PrecompiledHeader>
71
- <Optimization>MaxSpeed</Optimization>
72
- <FunctionLevelLinking>true</FunctionLevelLinking>
73
- <IntrinsicFunctions>true</IntrinsicFunctions>
74
- <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75
- </ClCompile>
76
- <Link>
77
- <SubSystem>Console</SubSystem>
78
- <GenerateDebugInformation>true</GenerateDebugInformation>
79
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
80
- <OptimizeReferences>true</OptimizeReferences>
81
- </Link>
82
- </ItemDefinitionGroup>
83
- <ItemGroup>
84
- <ClCompile Include="..\..\t\get_value_t.c" />
85
- </ItemGroup>
86
- <ItemGroup>
87
- <ProjectReference Include="libtap.vcxproj">
88
- <Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
89
- </ProjectReference>
90
- <ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
91
- <Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
92
- </ProjectReference>
93
- <ProjectReference Include="maxminddb_test_helper.vcxproj">
94
- <Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
95
- <Private>true</Private>
96
- <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
97
- <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
98
- <LinkLibraryDependencies>true</LinkLibraryDependencies>
99
- <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
100
- </ProjectReference>
101
- </ItemGroup>
102
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103
- <ImportGroup Label="ExtensionTargets">
104
- </ImportGroup>
105
- </Project>
@@ -1,105 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Label="ProjectConfigurations">
4
- <ProjectConfiguration Include="Debug|Win32">
5
- <Configuration>Debug</Configuration>
6
- <Platform>Win32</Platform>
7
- </ProjectConfiguration>
8
- <ProjectConfiguration Include="Release|Win32">
9
- <Configuration>Release</Configuration>
10
- <Platform>Win32</Platform>
11
- </ProjectConfiguration>
12
- </ItemGroup>
13
- <PropertyGroup Label="Globals">
14
- <ProjectGuid>{B1984304-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
15
- <Keyword>Win32Proj</Keyword>
16
- <RootNamespace>get_value_pointer_bug</RootNamespace>
17
- <ProjectName>test_get_value_pointer_bug</ProjectName>
18
- </PropertyGroup>
19
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21
- <ConfigurationType>Application</ConfigurationType>
22
- <UseDebugLibraries>true</UseDebugLibraries>
23
- <PlatformToolset>v120</PlatformToolset>
24
- <CharacterSet>Unicode</CharacterSet>
25
- </PropertyGroup>
26
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27
- <ConfigurationType>Application</ConfigurationType>
28
- <UseDebugLibraries>false</UseDebugLibraries>
29
- <PlatformToolset>v120</PlatformToolset>
30
- <WholeProgramOptimization>true</WholeProgramOptimization>
31
- <CharacterSet>Unicode</CharacterSet>
32
- </PropertyGroup>
33
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34
- <ImportGroup Label="ExtensionSettings">
35
- </ImportGroup>
36
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38
- </ImportGroup>
39
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41
- </ImportGroup>
42
- <PropertyGroup Label="UserMacros" />
43
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44
- <LinkIncremental>true</LinkIncremental>
45
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
46
- </PropertyGroup>
47
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48
- <LinkIncremental>false</LinkIncremental>
49
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
50
- </PropertyGroup>
51
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52
- <ClCompile>
53
- <PrecompiledHeader>
54
- </PrecompiledHeader>
55
- <WarningLevel>Level3</WarningLevel>
56
- <Optimization>Disabled</Optimization>
57
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58
- <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
59
- </ClCompile>
60
- <Link>
61
- <SubSystem>Console</SubSystem>
62
- <GenerateDebugInformation>true</GenerateDebugInformation>
63
- <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
64
- </Link>
65
- </ItemDefinitionGroup>
66
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67
- <ClCompile>
68
- <WarningLevel>Level3</WarningLevel>
69
- <PrecompiledHeader>
70
- </PrecompiledHeader>
71
- <Optimization>MaxSpeed</Optimization>
72
- <FunctionLevelLinking>true</FunctionLevelLinking>
73
- <IntrinsicFunctions>true</IntrinsicFunctions>
74
- <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75
- </ClCompile>
76
- <Link>
77
- <SubSystem>Console</SubSystem>
78
- <GenerateDebugInformation>true</GenerateDebugInformation>
79
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
80
- <OptimizeReferences>true</OptimizeReferences>
81
- </Link>
82
- </ItemDefinitionGroup>
83
- <ItemGroup>
84
- <ClCompile Include="..\..\t\get_value_pointer_bug_t.c" />
85
- </ItemGroup>
86
- <ItemGroup>
87
- <ProjectReference Include="libtap.vcxproj">
88
- <Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
89
- </ProjectReference>
90
- <ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
91
- <Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
92
- </ProjectReference>
93
- <ProjectReference Include="maxminddb_test_helper.vcxproj">
94
- <Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
95
- <Private>true</Private>
96
- <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
97
- <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
98
- <LinkLibraryDependencies>true</LinkLibraryDependencies>
99
- <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
100
- </ProjectReference>
101
- </ItemGroup>
102
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103
- <ImportGroup Label="ExtensionTargets">
104
- </ImportGroup>
105
- </Project>
@@ -1,105 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Label="ProjectConfigurations">
4
- <ProjectConfiguration Include="Debug|Win32">
5
- <Configuration>Debug</Configuration>
6
- <Platform>Win32</Platform>
7
- </ProjectConfiguration>
8
- <ProjectConfiguration Include="Release|Win32">
9
- <Configuration>Release</Configuration>
10
- <Platform>Win32</Platform>
11
- </ProjectConfiguration>
12
- </ItemGroup>
13
- <PropertyGroup Label="Globals">
14
- <ProjectGuid>{B198466A-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
15
- <Keyword>Win32Proj</Keyword>
16
- <RootNamespace>ipv4_start_cache</RootNamespace>
17
- <ProjectName>test_ipv4_start_cache</ProjectName>
18
- </PropertyGroup>
19
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21
- <ConfigurationType>Application</ConfigurationType>
22
- <UseDebugLibraries>true</UseDebugLibraries>
23
- <PlatformToolset>v120</PlatformToolset>
24
- <CharacterSet>Unicode</CharacterSet>
25
- </PropertyGroup>
26
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27
- <ConfigurationType>Application</ConfigurationType>
28
- <UseDebugLibraries>false</UseDebugLibraries>
29
- <PlatformToolset>v120</PlatformToolset>
30
- <WholeProgramOptimization>true</WholeProgramOptimization>
31
- <CharacterSet>Unicode</CharacterSet>
32
- </PropertyGroup>
33
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34
- <ImportGroup Label="ExtensionSettings">
35
- </ImportGroup>
36
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38
- </ImportGroup>
39
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41
- </ImportGroup>
42
- <PropertyGroup Label="UserMacros" />
43
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44
- <LinkIncremental>true</LinkIncremental>
45
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
46
- </PropertyGroup>
47
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48
- <LinkIncremental>false</LinkIncremental>
49
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
50
- </PropertyGroup>
51
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52
- <ClCompile>
53
- <PrecompiledHeader>
54
- </PrecompiledHeader>
55
- <WarningLevel>Level3</WarningLevel>
56
- <Optimization>Disabled</Optimization>
57
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58
- <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
59
- </ClCompile>
60
- <Link>
61
- <SubSystem>Console</SubSystem>
62
- <GenerateDebugInformation>true</GenerateDebugInformation>
63
- <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
64
- </Link>
65
- </ItemDefinitionGroup>
66
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67
- <ClCompile>
68
- <WarningLevel>Level3</WarningLevel>
69
- <PrecompiledHeader>
70
- </PrecompiledHeader>
71
- <Optimization>MaxSpeed</Optimization>
72
- <FunctionLevelLinking>true</FunctionLevelLinking>
73
- <IntrinsicFunctions>true</IntrinsicFunctions>
74
- <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75
- </ClCompile>
76
- <Link>
77
- <SubSystem>Console</SubSystem>
78
- <GenerateDebugInformation>true</GenerateDebugInformation>
79
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
80
- <OptimizeReferences>true</OptimizeReferences>
81
- </Link>
82
- </ItemDefinitionGroup>
83
- <ItemGroup>
84
- <ClCompile Include="..\..\t\ipv4_start_cache_t.c" />
85
- </ItemGroup>
86
- <ItemGroup>
87
- <ProjectReference Include="libtap.vcxproj">
88
- <Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
89
- </ProjectReference>
90
- <ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
91
- <Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
92
- </ProjectReference>
93
- <ProjectReference Include="maxminddb_test_helper.vcxproj">
94
- <Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
95
- <Private>true</Private>
96
- <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
97
- <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
98
- <LinkLibraryDependencies>true</LinkLibraryDependencies>
99
- <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
100
- </ProjectReference>
101
- </ItemGroup>
102
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103
- <ImportGroup Label="ExtensionTargets">
104
- </ImportGroup>
105
- </Project>
@@ -1,105 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Label="ProjectConfigurations">
4
- <ProjectConfiguration Include="Debug|Win32">
5
- <Configuration>Debug</Configuration>
6
- <Platform>Win32</Platform>
7
- </ProjectConfiguration>
8
- <ProjectConfiguration Include="Release|Win32">
9
- <Configuration>Release</Configuration>
10
- <Platform>Win32</Platform>
11
- </ProjectConfiguration>
12
- </ItemGroup>
13
- <PropertyGroup Label="Globals">
14
- <ProjectGuid>{B1984872-376C-11E7-A95B-48C58C130AD6}</ProjectGuid>
15
- <Keyword>Win32Proj</Keyword>
16
- <RootNamespace>ipv6_lookup_in_ipv4</RootNamespace>
17
- <ProjectName>test_ipv6_lookup_in_ipv4</ProjectName>
18
- </PropertyGroup>
19
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21
- <ConfigurationType>Application</ConfigurationType>
22
- <UseDebugLibraries>true</UseDebugLibraries>
23
- <PlatformToolset>v120</PlatformToolset>
24
- <CharacterSet>Unicode</CharacterSet>
25
- </PropertyGroup>
26
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27
- <ConfigurationType>Application</ConfigurationType>
28
- <UseDebugLibraries>false</UseDebugLibraries>
29
- <PlatformToolset>v120</PlatformToolset>
30
- <WholeProgramOptimization>true</WholeProgramOptimization>
31
- <CharacterSet>Unicode</CharacterSet>
32
- </PropertyGroup>
33
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
34
- <ImportGroup Label="ExtensionSettings">
35
- </ImportGroup>
36
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
37
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38
- </ImportGroup>
39
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
40
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41
- </ImportGroup>
42
- <PropertyGroup Label="UserMacros" />
43
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44
- <LinkIncremental>true</LinkIncremental>
45
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
46
- </PropertyGroup>
47
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48
- <LinkIncremental>false</LinkIncremental>
49
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
50
- </PropertyGroup>
51
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52
- <ClCompile>
53
- <PrecompiledHeader>
54
- </PrecompiledHeader>
55
- <WarningLevel>Level3</WarningLevel>
56
- <Optimization>Disabled</Optimization>
57
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58
- <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include;$(SolutionDir)\..\..\t\libtap</AdditionalIncludeDirectories>
59
- </ClCompile>
60
- <Link>
61
- <SubSystem>Console</SubSystem>
62
- <GenerateDebugInformation>true</GenerateDebugInformation>
63
- <AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
64
- </Link>
65
- </ItemDefinitionGroup>
66
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67
- <ClCompile>
68
- <WarningLevel>Level3</WarningLevel>
69
- <PrecompiledHeader>
70
- </PrecompiledHeader>
71
- <Optimization>MaxSpeed</Optimization>
72
- <FunctionLevelLinking>true</FunctionLevelLinking>
73
- <IntrinsicFunctions>true</IntrinsicFunctions>
74
- <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75
- </ClCompile>
76
- <Link>
77
- <SubSystem>Console</SubSystem>
78
- <GenerateDebugInformation>true</GenerateDebugInformation>
79
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
80
- <OptimizeReferences>true</OptimizeReferences>
81
- </Link>
82
- </ItemDefinitionGroup>
83
- <ItemGroup>
84
- <ClCompile Include="..\..\t\ipv6_lookup_in_ipv4_t.c" />
85
- </ItemGroup>
86
- <ItemGroup>
87
- <ProjectReference Include="libtap.vcxproj">
88
- <Project>{4dfc985a-83d7-4e61-85fe-c6ea6e43e3aa}</Project>
89
- </ProjectReference>
90
- <ProjectReference Include="..\VS12\libmaxminddb.vcxproj">
91
- <Project>{82953bda-2960-4ada-a6d5-92e65ccb4a3d}</Project>
92
- </ProjectReference>
93
- <ProjectReference Include="maxminddb_test_helper.vcxproj">
94
- <Project>{a8f568f6-5507-4ec2-a834-f2c0a3c635a5}</Project>
95
- <Private>true</Private>
96
- <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
97
- <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
98
- <LinkLibraryDependencies>true</LinkLibraryDependencies>
99
- <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
100
- </ProjectReference>
101
- </ItemGroup>
102
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103
- <ImportGroup Label="ExtensionTargets">
104
- </ImportGroup>
105
- </Project>
@@ -1,85 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
- <ItemGroup Label="ProjectConfigurations">
4
- <ProjectConfiguration Include="Debug|Win32">
5
- <Configuration>Debug</Configuration>
6
- <Platform>Win32</Platform>
7
- </ProjectConfiguration>
8
- <ProjectConfiguration Include="Release|Win32">
9
- <Configuration>Release</Configuration>
10
- <Platform>Win32</Platform>
11
- </ProjectConfiguration>
12
- </ItemGroup>
13
- <PropertyGroup Label="Globals">
14
- <ProjectGuid>{4DFC985A-83D7-4E61-85FE-C6EA6E43E3AA}</ProjectGuid>
15
- <Keyword>Win32Proj</Keyword>
16
- <RootNamespace>libtap</RootNamespace>
17
- </PropertyGroup>
18
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20
- <ConfigurationType>StaticLibrary</ConfigurationType>
21
- <UseDebugLibraries>true</UseDebugLibraries>
22
- <CharacterSet>Unicode</CharacterSet>
23
- <PlatformToolset>v120</PlatformToolset>
24
- </PropertyGroup>
25
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26
- <ConfigurationType>StaticLibrary</ConfigurationType>
27
- <UseDebugLibraries>false</UseDebugLibraries>
28
- <WholeProgramOptimization>true</WholeProgramOptimization>
29
- <CharacterSet>Unicode</CharacterSet>
30
- <PlatformToolset>v120</PlatformToolset>
31
- </PropertyGroup>
32
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33
- <ImportGroup Label="ExtensionSettings">
34
- </ImportGroup>
35
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37
- </ImportGroup>
38
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
39
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40
- </ImportGroup>
41
- <PropertyGroup Label="UserMacros" />
42
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43
- <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
44
- </PropertyGroup>
45
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46
- <ClCompile>
47
- <PrecompiledHeader>
48
- </PrecompiledHeader>
49
- <WarningLevel>Level3</WarningLevel>
50
- <Optimization>Disabled</Optimization>
51
- <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
52
- <AdditionalOptions>/Z7 %(AdditionalOptions)</AdditionalOptions>
53
- </ClCompile>
54
- <Link>
55
- <SubSystem>Windows</SubSystem>
56
- <GenerateDebugInformation>true</GenerateDebugInformation>
57
- </Link>
58
- </ItemDefinitionGroup>
59
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60
- <ClCompile>
61
- <WarningLevel>Level3</WarningLevel>
62
- <PrecompiledHeader>
63
- </PrecompiledHeader>
64
- <Optimization>MaxSpeed</Optimization>
65
- <FunctionLevelLinking>true</FunctionLevelLinking>
66
- <IntrinsicFunctions>true</IntrinsicFunctions>
67
- <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
68
- </ClCompile>
69
- <Link>
70
- <SubSystem>Windows</SubSystem>
71
- <GenerateDebugInformation>true</GenerateDebugInformation>
72
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
73
- <OptimizeReferences>true</OptimizeReferences>
74
- </Link>
75
- </ItemDefinitionGroup>
76
- <ItemGroup>
77
- <ClInclude Include="..\..\t\libtap\tap.h" />
78
- </ItemGroup>
79
- <ItemGroup>
80
- <ClCompile Include="..\..\t\libtap\tap.c" />
81
- </ItemGroup>
82
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
83
- <ImportGroup Label="ExtensionTargets">
84
- </ImportGroup>
85
- </Project>