libconfig.vcxproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClInclude Include="grammar.h" />
  23. <ClInclude Include="libconfig.h" />
  24. <ClInclude Include="parsectx.h" />
  25. <ClInclude Include="scanctx.h" />
  26. <ClInclude Include="scanner.h" />
  27. <ClInclude Include="strbuf.h" />
  28. <ClInclude Include="wincompat.h" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <ClCompile Include="grammar.c" />
  32. <ClCompile Include="libconfig.c" />
  33. <ClCompile Include="scanctx.c" />
  34. <ClCompile Include="scanner.c" />
  35. <ClCompile Include="strbuf.c" />
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{F6CC5F60-BD13-41B1-81D3-822A45EC0DBD}</ProjectGuid>
  39. <Keyword>Win32Proj</Keyword>
  40. <RootNamespace>libconfig</RootNamespace>
  41. </PropertyGroup>
  42. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  44. <ConfigurationType>StaticLibrary</ConfigurationType>
  45. <UseDebugLibraries>true</UseDebugLibraries>
  46. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  47. <CharacterSet>MultiByte</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>MultiByte</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  57. <ConfigurationType>StaticLibrary</ConfigurationType>
  58. <UseDebugLibraries>true</UseDebugLibraries>
  59. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  60. <CharacterSet>MultiByte</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>StaticLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>MultiByte</CharacterSet>
  68. </PropertyGroup>
  69. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  70. <ImportGroup Label="ExtensionSettings">
  71. </ImportGroup>
  72. <ImportGroup Label="Shared">
  73. </ImportGroup>
  74. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. </ImportGroup>
  77. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  79. </ImportGroup>
  80. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  81. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  82. </ImportGroup>
  83. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  85. </ImportGroup>
  86. <PropertyGroup Label="UserMacros" />
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  88. <OutDir>$(SolutionDir).vs\build\</OutDir>
  89. <IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  92. <OutDir>$(SolutionDir).vs\build\</OutDir>
  93. <IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  96. <OutDir>$(SolutionDir).vs\build\</OutDir>
  97. <IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  100. <OutDir>$(SolutionDir).vs\build\</OutDir>
  101. <IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  102. </PropertyGroup>
  103. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  104. <ClCompile>
  105. <PrecompiledHeader>
  106. </PrecompiledHeader>
  107. <WarningLevel>Level3</WarningLevel>
  108. <Optimization>Disabled</Optimization>
  109. <PreprocessorDefinitions>YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  111. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  112. </ClCompile>
  113. <Link>
  114. <SubSystem>Windows</SubSystem>
  115. <GenerateDebugInformation>true</GenerateDebugInformation>
  116. </Link>
  117. </ItemDefinitionGroup>
  118. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  119. <ClCompile>
  120. <PrecompiledHeader>
  121. </PrecompiledHeader>
  122. <WarningLevel>Level3</WarningLevel>
  123. <Optimization>Disabled</Optimization>
  124. <PreprocessorDefinitions>YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_DEBUG;_LIB;_ITERATOR_DEBUG_LEVEL=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  126. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  127. </ClCompile>
  128. <Link>
  129. <SubSystem>Windows</SubSystem>
  130. <GenerateDebugInformation>true</GenerateDebugInformation>
  131. </Link>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  134. <ClCompile>
  135. <WarningLevel>Level3</WarningLevel>
  136. <PrecompiledHeader>
  137. </PrecompiledHeader>
  138. <Optimization>MaxSpeed</Optimization>
  139. <FunctionLevelLinking>true</FunctionLevelLinking>
  140. <IntrinsicFunctions>true</IntrinsicFunctions>
  141. <PreprocessorDefinitions>YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  143. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  144. </ClCompile>
  145. <Link>
  146. <SubSystem>Windows</SubSystem>
  147. <GenerateDebugInformation>true</GenerateDebugInformation>
  148. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  149. <OptimizeReferences>true</OptimizeReferences>
  150. </Link>
  151. </ItemDefinitionGroup>
  152. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  153. <ClCompile>
  154. <WarningLevel>Level3</WarningLevel>
  155. <PrecompiledHeader>
  156. </PrecompiledHeader>
  157. <Optimization>MaxSpeed</Optimization>
  158. <FunctionLevelLinking>true</FunctionLevelLinking>
  159. <IntrinsicFunctions>true</IntrinsicFunctions>
  160. <PreprocessorDefinitions>YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  161. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  162. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  163. </ClCompile>
  164. <Link>
  165. <SubSystem>Windows</SubSystem>
  166. <GenerateDebugInformation>true</GenerateDebugInformation>
  167. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  168. <OptimizeReferences>true</OptimizeReferences>
  169. </Link>
  170. </ItemDefinitionGroup>
  171. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  172. <ImportGroup Label="ExtensionTargets">
  173. </ImportGroup>
  174. </Project>