opc_zipread2.vcxproj 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <ItemGroup Label="ProjectConfigurations">
  3. <ProjectConfiguration Include="Debug|Win32">
  4. <Configuration>Debug</Configuration>
  5. <Platform>Win32</Platform>
  6. </ProjectConfiguration>
  7. <ProjectConfiguration Include="Release|Win32">
  8. <Configuration>Release</Configuration>
  9. <Platform>Win32</Platform>
  10. </ProjectConfiguration>
  11. </ItemGroup>
  12. <PropertyGroup Label="Globals">
  13. <ProjectGuid>{ad076045-0412-5640-94ff-593a856b4b48}</ProjectGuid>
  14. <Keyword>Win32Proj</Keyword>
  15. <RootNamespace>opc_zipread2</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>Application</ConfigurationType>
  20. <UseDebugLibraries>true</UseDebugLibraries>
  21. <CharacterSet>Unicode</CharacterSet>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  24. <ConfigurationType>StaticLibrary</ConfigurationType>
  25. <UseDebugLibraries>false</UseDebugLibraries>
  26. <WholeProgramOptimization>true</WholeProgramOptimization>
  27. <CharacterSet>Unicode</CharacterSet>
  28. </PropertyGroup>
  29. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  30. <ImportGroup Label="ExtensionSettings" />
  31. <ImportGroup Label="PropertySheets" />
  32. <PropertyGroup Label="UserMacros" />
  33. <PropertyGroup />
  34. <ItemDefinitionGroup>
  35. <ClCompile>
  36. <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  37. <AdditionalIncludeDirectories>..\..\config\x86-msvc-win32\zlib-1.2.5;..\..\third_party\zlib-1.2.5;..\..\config\x86-msvc-win32\libxml2-2.7.7;..\..\third_party\libxml2-2.7.7\include\libxml;..\..\third_party\libxml2-2.7.7\include;..\..\config;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  38. <CompileAs>CompileAsCpp</CompileAs>
  39. </ClCompile>
  40. <Link>
  41. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  42. </Link>
  43. </ItemDefinitionGroup>
  44. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  45. <ClCompile>
  46. <WarningLevel>Level3</WarningLevel>
  47. <Optimization>Disabled</Optimization>
  48. </ClCompile>
  49. <Link>
  50. <GenerateDebugInformation>true</GenerateDebugInformation>
  51. </Link>
  52. </ItemDefinitionGroup>
  53. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  54. <ClCompile>
  55. <Optimization>MaxSpeed</Optimization>
  56. <FunctionLevelLinking>true</FunctionLevelLinking>
  57. <IntrinsicFunctions>true</IntrinsicFunctions>
  58. </ClCompile>
  59. <Link>
  60. <GenerateDebugInformation>false</GenerateDebugInformation>
  61. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  62. <OptimizeReferences>true</OptimizeReferences>
  63. </Link>
  64. </ItemDefinitionGroup>
  65. <ItemGroup>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ClCompile Include="..\..\sample\opc_zipread2.c">
  69. </ClCompile>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="../opc/opc.vcxproj">
  73. <Project>{f674b118-98cb-56eb-b398-3c0f6aa6c40b}</Project>
  74. </ProjectReference>
  75. <ProjectReference Include="../zlib/zlib.vcxproj">
  76. <Project>{e49ff4af-766a-598f-91a2-99f255aad4a8}</Project>
  77. </ProjectReference>
  78. <ProjectReference Include="../xml/xml.vcxproj">
  79. <Project>{c1949314-bf17-551a-a7a5-8c1e2b999681}</Project>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  83. <ImportGroup Label="ExtensionTargets" />
  84. </Project>