jsonLib.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{3E43D4C7-B968-4DDD-97CD-8498073B0EAB}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>jsonLib</RootNamespace>
  33. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <CharacterSet>Unicode</CharacterSet>
  40. <PlatformToolset>v141</PlatformToolset>
  41. <UseOfMfc>Dynamic</UseOfMfc>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  44. <ConfigurationType>StaticLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <CharacterSet>Unicode</CharacterSet>
  47. <PlatformToolset>v141</PlatformToolset>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. <UseDebugLibraries>true</UseDebugLibraries>
  52. <CharacterSet>Unicode</CharacterSet>
  53. <PlatformToolset>v141</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  56. <ConfigurationType>StaticLibrary</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <CharacterSet>Unicode</CharacterSet>
  60. <PlatformToolset>v141</PlatformToolset>
  61. <UseOfMfc>Static</UseOfMfc>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <UseDebugLibraries>false</UseDebugLibraries>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>Unicode</CharacterSet>
  68. <PlatformToolset>v141</PlatformToolset>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  71. <ConfigurationType>StaticLibrary</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>Unicode</CharacterSet>
  75. <PlatformToolset>v141</PlatformToolset>
  76. </PropertyGroup>
  77. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  78. <ImportGroup Label="ExtensionSettings">
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. </ImportGroup>
  83. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="PropertySheets">
  84. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  85. </ImportGroup>
  86. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  87. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  88. </ImportGroup>
  89. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  91. </ImportGroup>
  92. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
  93. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  94. </ImportGroup>
  95. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  96. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  97. </ImportGroup>
  98. <PropertyGroup Label="UserMacros" />
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  100. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" />
  103. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
  104. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  105. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  106. </PropertyGroup>
  107. <PropertyGroup Label="Vcpkg">
  108. <VcpkgEnabled>false</VcpkgEnabled>
  109. </PropertyGroup>
  110. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  111. <ClCompile>
  112. <PrecompiledHeader>
  113. </PrecompiledHeader>
  114. <WarningLevel>Level3</WarningLevel>
  115. <Optimization>Disabled</Optimization>
  116. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  117. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  118. </ClCompile>
  119. <Link>
  120. <SubSystem>Windows</SubSystem>
  121. <GenerateDebugInformation>true</GenerateDebugInformation>
  122. </Link>
  123. </ItemDefinitionGroup>
  124. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
  125. <ClCompile>
  126. <PrecompiledHeader>
  127. </PrecompiledHeader>
  128. <WarningLevel>Level3</WarningLevel>
  129. <Optimization>Disabled</Optimization>
  130. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  131. </ClCompile>
  132. <Link>
  133. <SubSystem>Windows</SubSystem>
  134. <GenerateDebugInformation>true</GenerateDebugInformation>
  135. </Link>
  136. </ItemDefinitionGroup>
  137. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  138. <ClCompile>
  139. <PrecompiledHeader>
  140. </PrecompiledHeader>
  141. <WarningLevel>Level3</WarningLevel>
  142. <Optimization>Disabled</Optimization>
  143. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  144. </ClCompile>
  145. <Link>
  146. <SubSystem>Windows</SubSystem>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. </Link>
  149. </ItemDefinitionGroup>
  150. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  151. <ClCompile>
  152. <WarningLevel>Level3</WarningLevel>
  153. <PrecompiledHeader>
  154. </PrecompiledHeader>
  155. <Optimization>MaxSpeed</Optimization>
  156. <FunctionLevelLinking>true</FunctionLevelLinking>
  157. <IntrinsicFunctions>true</IntrinsicFunctions>
  158. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  160. </ClCompile>
  161. <Link>
  162. <SubSystem>Windows</SubSystem>
  163. <GenerateDebugInformation>true</GenerateDebugInformation>
  164. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  165. <OptimizeReferences>true</OptimizeReferences>
  166. </Link>
  167. </ItemDefinitionGroup>
  168. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
  169. <ClCompile>
  170. <WarningLevel>Level3</WarningLevel>
  171. <PrecompiledHeader>
  172. </PrecompiledHeader>
  173. <Optimization>MaxSpeed</Optimization>
  174. <FunctionLevelLinking>true</FunctionLevelLinking>
  175. <IntrinsicFunctions>true</IntrinsicFunctions>
  176. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. </ClCompile>
  178. <Link>
  179. <SubSystem>Windows</SubSystem>
  180. <GenerateDebugInformation>true</GenerateDebugInformation>
  181. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  182. <OptimizeReferences>true</OptimizeReferences>
  183. </Link>
  184. </ItemDefinitionGroup>
  185. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  186. <ClCompile>
  187. <WarningLevel>Level3</WarningLevel>
  188. <PrecompiledHeader>
  189. </PrecompiledHeader>
  190. <Optimization>MaxSpeed</Optimization>
  191. <FunctionLevelLinking>true</FunctionLevelLinking>
  192. <IntrinsicFunctions>true</IntrinsicFunctions>
  193. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  194. </ClCompile>
  195. <Link>
  196. <SubSystem>Windows</SubSystem>
  197. <GenerateDebugInformation>true</GenerateDebugInformation>
  198. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  199. <OptimizeReferences>true</OptimizeReferences>
  200. </Link>
  201. </ItemDefinitionGroup>
  202. <ItemGroup>
  203. <None Include="json_internalarray.inl" />
  204. <None Include="json_internalmap.inl" />
  205. <None Include="json_valueiterator.inl" />
  206. <None Include="ReadMe.txt" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <ClInclude Include="json_batchallocator.h" />
  210. </ItemGroup>
  211. <ItemGroup>
  212. <ClCompile Include="json_reader.cpp" />
  213. <ClCompile Include="json_value.cpp" />
  214. <ClCompile Include="json_writer.cpp" />
  215. </ItemGroup>
  216. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  217. <ImportGroup Label="ExtensionTargets">
  218. </ImportGroup>
  219. </Project>