libconfig.vcxproj 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  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. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  45. <ConfigurationType>StaticLibrary</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <PlatformToolset>v120</PlatformToolset>
  48. <CharacterSet>MultiByte</CharacterSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  51. <ConfigurationType>StaticLibrary</ConfigurationType>
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. <PlatformToolset>v120</PlatformToolset>
  54. <WholeProgramOptimization>true</WholeProgramOptimization>
  55. <CharacterSet>MultiByte</CharacterSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  58. <ConfigurationType>StaticLibrary</ConfigurationType>
  59. <UseDebugLibraries>true</UseDebugLibraries>
  60. <PlatformToolset>v120</PlatformToolset>
  61. <CharacterSet>MultiByte</CharacterSet>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  64. <ConfigurationType>StaticLibrary</ConfigurationType>
  65. <UseDebugLibraries>false</UseDebugLibraries>
  66. <PlatformToolset>v120</PlatformToolset>
  67. <WholeProgramOptimization>true</WholeProgramOptimization>
  68. <CharacterSet>MultiByte</CharacterSet>
  69. </PropertyGroup>
  70. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  71. <ImportGroup Label="ExtensionSettings">
  72. </ImportGroup>
  73. <ImportGroup Label="Shared">
  74. </ImportGroup>
  75. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  76. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  77. </ImportGroup>
  78. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. </ImportGroup>
  84. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. </ImportGroup>
  87. <PropertyGroup Label="UserMacros" />
  88. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <OutDir>$(SolutionDir).vs\build\</OutDir>
  90. <IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  93. <OutDir>$(SolutionDir).vs\build\</OutDir>
  94. <IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  97. <OutDir>$(SolutionDir).vs\build\</OutDir>
  98. <IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  101. <OutDir>$(SolutionDir).vs\build\</OutDir>
  102. <IntDir>$(SolutionDir).vs\build\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
  103. </PropertyGroup>
  104. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  105. <ClCompile>
  106. <PrecompiledHeader>
  107. </PrecompiledHeader>
  108. <WarningLevel>Level3</WarningLevel>
  109. <Optimization>Disabled</Optimization>
  110. <PreprocessorDefinitions>YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  111. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Windows</SubSystem>
  129. <GenerateDebugInformation>true</GenerateDebugInformation>
  130. </Link>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  133. <ClCompile>
  134. <WarningLevel>Level3</WarningLevel>
  135. <PrecompiledHeader>
  136. </PrecompiledHeader>
  137. <Optimization>MaxSpeed</Optimization>
  138. <FunctionLevelLinking>true</FunctionLevelLinking>
  139. <IntrinsicFunctions>true</IntrinsicFunctions>
  140. <PreprocessorDefinitions>YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  142. </ClCompile>
  143. <Link>
  144. <SubSystem>Windows</SubSystem>
  145. <GenerateDebugInformation>true</GenerateDebugInformation>
  146. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  147. <OptimizeReferences>true</OptimizeReferences>
  148. </Link>
  149. </ItemDefinitionGroup>
  150. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  151. <ClCompile>
  152. <WarningLevel>Level3</WarningLevel>
  153. <PrecompiledHeader>
  154. </PrecompiledHeader>
  155. <Optimization>MaxSpeed</Optimization>
  156. <FunctionLevelLinking>true</FunctionLevelLinking>
  157. <IntrinsicFunctions>true</IntrinsicFunctions>
  158. <PreprocessorDefinitions>YY_USE_CONST;LIBCONFIG_STATIC;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  159. <RuntimeLibrary>MultiThreaded</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. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  169. <ImportGroup Label="ExtensionTargets">
  170. </ImportGroup>
  171. </Project>