You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

json-c.vcxproj 7.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{04D8CDBE-FB3E-4362-87E6-07DC3C0083B2}</ProjectGuid>
  23. <RootNamespace>jsonc</RootNamespace>
  24. </PropertyGroup>
  25. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  26. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  27. <ConfigurationType>StaticLibrary</ConfigurationType>
  28. <PlatformToolset>v120</PlatformToolset>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  32. <ConfigurationType>StaticLibrary</ConfigurationType>
  33. <PlatformToolset>v120</PlatformToolset>
  34. <CharacterSet>MultiByte</CharacterSet>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  37. <ConfigurationType>StaticLibrary</ConfigurationType>
  38. <PlatformToolset>v120</PlatformToolset>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  42. <ConfigurationType>StaticLibrary</ConfigurationType>
  43. <PlatformToolset>v120</PlatformToolset>
  44. <CharacterSet>MultiByte</CharacterSet>
  45. </PropertyGroup>
  46. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  47. <ImportGroup Label="ExtensionSettings">
  48. </ImportGroup>
  49. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  50. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  51. </ImportGroup>
  52. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. </ImportGroup>
  55. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. </ImportGroup>
  58. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  59. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  60. </ImportGroup>
  61. <PropertyGroup Label="UserMacros" />
  62. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  63. <ClCompile>
  64. <Optimization>Disabled</Optimization>
  65. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  66. <MinimalRebuild>true</MinimalRebuild>
  67. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  68. <WarningLevel>Level3</WarningLevel>
  69. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  70. <CompileAs>CompileAsCpp</CompileAs>
  71. </ClCompile>
  72. <PreBuildEvent>
  73. <Command>copy config.h.win32 config.h
  74. copy json_config.h.win32 json_config.h
  75. </Command>
  76. </PreBuildEvent>
  77. <PreBuildEvent>
  78. <Message>copy config.h from Windows template instead of calling configure</Message>
  79. </PreBuildEvent>
  80. </ItemDefinitionGroup>
  81. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <ClCompile>
  83. <Optimization>Disabled</Optimization>
  84. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  85. <MinimalRebuild>true</MinimalRebuild>
  86. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  87. <WarningLevel>Level3</WarningLevel>
  88. <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
  89. <CompileAs>CompileAsCpp</CompileAs>
  90. </ClCompile>
  91. <PreBuildEvent>
  92. <Command>copy config.h.win32 config.h
  93. copy json_config.h.win32 json_config.h
  94. </Command>
  95. </PreBuildEvent>
  96. <PreBuildEvent>
  97. <Message>copy config.h from Windows template instead of calling configure</Message>
  98. </PreBuildEvent>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  101. <ClCompile>
  102. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  103. <WarningLevel>Level3</WarningLevel>
  104. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  105. <CompileAs>CompileAsCpp</CompileAs>
  106. </ClCompile>
  107. <PreBuildEvent>
  108. <Command>copy config.h.win32 config.h
  109. copy json_config.h.win32 json_config.h
  110. </Command>
  111. </PreBuildEvent>
  112. <PreBuildEvent>
  113. <Message>copy config.h from Windows template instead of calling configure</Message>
  114. </PreBuildEvent>
  115. </ItemDefinitionGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  117. <ClCompile>
  118. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  119. <WarningLevel>Level3</WarningLevel>
  120. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  121. <CompileAs>CompileAsCpp</CompileAs>
  122. </ClCompile>
  123. <PreBuildEvent>
  124. <Command>copy config.h.win32 config.h
  125. copy json_config.h.win32 json_config.h
  126. </Command>
  127. </PreBuildEvent>
  128. <PreBuildEvent>
  129. <Message>copy config.h from Windows template instead of calling configure</Message>
  130. </PreBuildEvent>
  131. </ItemDefinitionGroup>
  132. <ItemGroup>
  133. <ClCompile Include="arraylist.c" />
  134. <ClCompile Include="debug.c" />
  135. <ClCompile Include="json_object.c" />
  136. <ClCompile Include="json_pointer.c" />
  137. <ClCompile Include="json_tokener.c" />
  138. <ClCompile Include="json_util.c" />
  139. <ClCompile Include="linkhash.c" />
  140. <ClCompile Include="printbuf.c" />
  141. <ClCompile Include="random_seed.c" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <ClInclude Include="arraylist.h" />
  145. <ClInclude Include="debug.h" />
  146. <ClInclude Include="json_inttypes.h" />
  147. <ClInclude Include="json_object.h" />
  148. <ClInclude Include="json_object_private.h" />
  149. <ClInclude Include="json_pointer.h" />
  150. <ClInclude Include="json_tokener.h" />
  151. <ClInclude Include="json_util.h" />
  152. <ClInclude Include="linkhash.h" />
  153. <ClInclude Include="math_compat.h" />
  154. <ClInclude Include="strdup_compat.h" />
  155. <ClInclude Include="vasprintf_compat.h" />
  156. <ClInclude Include="printbuf.h" />
  157. <ClInclude Include="random_seed.h" />
  158. </ItemGroup>
  159. <ItemGroup>
  160. <None Include="config.h.win32" />
  161. <None Include="Doxyfile" />
  162. <None Include="json_config.h.win32" />
  163. <None Include="README-WIN32.html" />
  164. <None Include="README.html" />
  165. </ItemGroup>
  166. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  167. <ImportGroup Label="ExtensionTargets">
  168. </ImportGroup>
  169. </Project>