lib_nodes.vcxproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. <ClCompile Include="..\..\nodes\xmlattribute.c" />
  23. <ClCompile Include="..\..\nodes\xmldata.c" />
  24. <ClCompile Include="..\..\nodes\xmledit.c" />
  25. <ClCompile Include="..\..\nodes\xmlelement.c" />
  26. <ClCompile Include="..\..\nodes\xmlfree.c" />
  27. <ClCompile Include="..\..\nodes\xmlnode.c" />
  28. <ClCompile Include="..\..\nodes\xmlopen.c" />
  29. <ClCompile Include="..\..\nodes\xmlread.c" />
  30. <ClCompile Include="..\..\nodes\xmlscan.c" />
  31. <ClCompile Include="..\..\nodes\xmlschema.c" />
  32. <ClCompile Include="..\..\nodes\xmlselect.c" />
  33. <ClCompile Include="..\..\nodes\xmltree.c" />
  34. <ClCompile Include="..\..\nodes\xmlvalue.c" />
  35. </ItemGroup>
  36. <PropertyGroup Label="Globals">
  37. <ProjectGuid>{22F3EF5B-C842-43DD-B1F5-016CC9991B69}</ProjectGuid>
  38. <Keyword>Win32Proj</Keyword>
  39. <RootNamespace>lib_nodes</RootNamespace>
  40. <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
  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>v140</PlatformToolset>
  47. <CharacterSet>Unicode</CharacterSet>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  50. <ConfigurationType>StaticLibrary</ConfigurationType>
  51. <UseDebugLibraries>false</UseDebugLibraries>
  52. <PlatformToolset>v140</PlatformToolset>
  53. <WholeProgramOptimization>true</WholeProgramOptimization>
  54. <CharacterSet>Unicode</CharacterSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  57. <ConfigurationType>StaticLibrary</ConfigurationType>
  58. <UseDebugLibraries>true</UseDebugLibraries>
  59. <PlatformToolset>v140</PlatformToolset>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>StaticLibrary</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <PlatformToolset>v140</PlatformToolset>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>Unicode</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 />
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <ClCompile>
  90. <PrecompiledHeader>
  91. </PrecompiledHeader>
  92. <WarningLevel>Level3</WarningLevel>
  93. <Optimization>Disabled</Optimization>
  94. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  95. </ClCompile>
  96. <Link>
  97. <SubSystem>Windows</SubSystem>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101. <ClCompile>
  102. <PrecompiledHeader>
  103. </PrecompiledHeader>
  104. <WarningLevel>Level3</WarningLevel>
  105. <Optimization>Disabled</Optimization>
  106. <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  107. </ClCompile>
  108. <Link>
  109. <SubSystem>Windows</SubSystem>
  110. </Link>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  113. <ClCompile>
  114. <WarningLevel>Level3</WarningLevel>
  115. <PrecompiledHeader>
  116. </PrecompiledHeader>
  117. <Optimization>MaxSpeed</Optimization>
  118. <FunctionLevelLinking>true</FunctionLevelLinking>
  119. <IntrinsicFunctions>true</IntrinsicFunctions>
  120. <PreprocessorDefinitions>WIN32;_CONSOLE;MAKEFILE;WINPCAP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  122. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  123. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  124. <CompileAs>CompileAsC</CompileAs>
  125. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  126. </ClCompile>
  127. <Link>
  128. <SubSystem>Windows</SubSystem>
  129. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  130. <OptimizeReferences>true</OptimizeReferences>
  131. </Link>
  132. </ItemDefinitionGroup>
  133. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  134. <ClCompile>
  135. <WarningLevel>Level3</WarningLevel>
  136. <PrecompiledHeader>
  137. </PrecompiledHeader>
  138. <Optimization>MaxSpeed</Optimization>
  139. <FunctionLevelLinking>true</FunctionLevelLinking>
  140. <IntrinsicFunctions>true</IntrinsicFunctions>
  141. <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  142. </ClCompile>
  143. <Link>
  144. <SubSystem>Windows</SubSystem>
  145. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  146. <OptimizeReferences>true</OptimizeReferences>
  147. </Link>
  148. </ItemDefinitionGroup>
  149. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  150. <ImportGroup Label="ExtensionTargets">
  151. </ImportGroup>
  152. </Project>