opc.vcxproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>{f674b118-98cb-56eb-b398-3c0f6aa6c40b}</ProjectGuid>
  14. <Keyword>Win32Proj</Keyword>
  15. <RootNamespace>opc</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>StaticLibrary</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;LIBXML_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  37. <AdditionalIncludeDirectories>..\..\config;..\..;..\..\opc;..\..\config\win32-msvc\zlib-1.2.5;..\..\third_party\zlib-1.2.5;..\..\config\win32-msvc\libxml2-2.7.7;..\..\third_party\libxml2-2.7.7\include;..\..\plib\config\msvc\plib\include;..\..\config;..\..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  38. <CompileAs>CompileAsCpp</CompileAs>
  39. </ClCompile>
  40. </ItemDefinitionGroup>
  41. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  42. <ClCompile>
  43. <WarningLevel>Level3</WarningLevel>
  44. <Optimization>Disabled</Optimization>
  45. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  46. </ClCompile>
  47. </ItemDefinitionGroup>
  48. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <ClCompile>
  50. <Optimization>MaxSpeed</Optimization>
  51. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  52. <FunctionLevelLinking>true</FunctionLevelLinking>
  53. <IntrinsicFunctions>true</IntrinsicFunctions>
  54. </ClCompile>
  55. </ItemDefinitionGroup>
  56. <ItemGroup>
  57. <ClInclude Include="..\..\config\opc\config.h"/>
  58. <ClInclude Include="..\..\opc\opc.h"/>
  59. <ClInclude Include="..\..\opc\container.h"/>
  60. <ClInclude Include="..\..\opc\inputstream.h"/>
  61. <ClInclude Include="..\..\opc\outputstream.h"/>
  62. <ClInclude Include="..\..\opc\part.h"/>
  63. <ClInclude Include="..\..\opc\relation.h"/>
  64. <ClInclude Include="..\..\opc\xmlreader.h"/>
  65. <ClInclude Include="..\..\opc\xmlwriter.h"/>
  66. <ClInclude Include="..\..\opc\zip.h"/>
  67. <ClInclude Include="..\..\opc\helper.h"/>
  68. <ClInclude Include="..\..\opc\file.h"/>
  69. <ClInclude Include="..\..\opc\properties.h"/>
  70. <ClInclude Include="..\..\opc\internal.h"/>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ClCompile Include="..\..\opc\opc.c">
  74. </ClCompile>
  75. <ClCompile Include="..\..\opc\container.c">
  76. </ClCompile>
  77. <ClCompile Include="..\..\opc\inputstream.c">
  78. </ClCompile>
  79. <ClCompile Include="..\..\opc\outputstream.c">
  80. </ClCompile>
  81. <ClCompile Include="..\..\opc\part.c">
  82. </ClCompile>
  83. <ClCompile Include="..\..\opc\relation.c">
  84. </ClCompile>
  85. <ClCompile Include="..\..\opc\xmlreader.c">
  86. </ClCompile>
  87. <ClCompile Include="..\..\opc\xmlwriter.c">
  88. </ClCompile>
  89. <ClCompile Include="..\..\opc\zip.c">
  90. </ClCompile>
  91. <ClCompile Include="..\..\opc\helper.c">
  92. </ClCompile>
  93. <ClCompile Include="..\..\opc\file.c">
  94. </ClCompile>
  95. <ClCompile Include="..\..\opc\properties.c">
  96. </ClCompile>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="../zlib/zlib.vcxproj">
  100. <Project>{e49ff4af-766a-598f-91a2-99f255aad4a8}</Project>
  101. </ProjectReference>
  102. <ProjectReference Include="../xml/xml.vcxproj">
  103. <Project>{c1949314-bf17-551a-a7a5-8c1e2b999681}</Project>
  104. </ProjectReference>
  105. <ProjectReference Include="../plib/plib.vcxproj">
  106. <Project>{9a6d5063-5bcd-597e-a440-5122933f70c4}</Project>
  107. </ProjectReference>
  108. <ProjectReference Include="../mce/mce.vcxproj">
  109. <Project>{662b4fea-25f4-5790-b59f-0daf49fbc412}</Project>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  113. <ImportGroup Label="ExtensionTargets" />
  114. </Project>