| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"><ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32">   <Configuration>Debug</Configuration>   <Platform>Win32</Platform> </ProjectConfiguration><ProjectConfiguration Include="Release|Win32">   <Configuration>Release</Configuration>   <Platform>Win32</Platform></ProjectConfiguration></ItemGroup><PropertyGroup Label="Globals">    <ProjectGuid>{f674b118-98cb-56eb-b398-3c0f6aa6c40b}</ProjectGuid>    <Keyword>Win32Proj</Keyword>    <RootNamespace>opc</RootNamespace></PropertyGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.default.props" />  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>true</UseDebugLibraries>    <CharacterSet>Unicode</CharacterSet>  </PropertyGroup>  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">    <ConfigurationType>StaticLibrary</ConfigurationType>    <UseDebugLibraries>false</UseDebugLibraries>    <WholeProgramOptimization>true</WholeProgramOptimization>    <CharacterSet>Unicode</CharacterSet>  </PropertyGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /><ImportGroup Label="ExtensionSettings" /><ImportGroup Label="PropertySheets" /><PropertyGroup Label="UserMacros" /><PropertyGroup /><ItemDefinitionGroup><ClCompile><PreprocessorDefinitions>WIN32;LIBXML_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions><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><CompileAs>CompileAsCpp</CompileAs></ClCompile></ItemDefinitionGroup><ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"><ClCompile><WarningLevel>Level3</WarningLevel><Optimization>Disabled</Optimization><DisableSpecificWarnings>4996</DisableSpecificWarnings></ClCompile></ItemDefinitionGroup><ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"><ClCompile><Optimization>MaxSpeed</Optimization><DisableSpecificWarnings>4996</DisableSpecificWarnings><FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> </ClCompile></ItemDefinitionGroup><ItemGroup>  <ClInclude Include="..\..\config\opc\config.h"/>  <ClInclude Include="..\..\opc\opc.h"/>  <ClInclude Include="..\..\opc\container.h"/>  <ClInclude Include="..\..\opc\inputstream.h"/>  <ClInclude Include="..\..\opc\outputstream.h"/>  <ClInclude Include="..\..\opc\part.h"/>  <ClInclude Include="..\..\opc\relation.h"/>  <ClInclude Include="..\..\opc\xmlreader.h"/>  <ClInclude Include="..\..\opc\xmlwriter.h"/>  <ClInclude Include="..\..\opc\zip.h"/>  <ClInclude Include="..\..\opc\helper.h"/>  <ClInclude Include="..\..\opc\file.h"/>  <ClInclude Include="..\..\opc\properties.h"/>  <ClInclude Include="..\..\opc\internal.h"/></ItemGroup><ItemGroup>  <ClCompile Include="..\..\opc\opc.c">  </ClCompile>  <ClCompile Include="..\..\opc\container.c">  </ClCompile>  <ClCompile Include="..\..\opc\inputstream.c">  </ClCompile>  <ClCompile Include="..\..\opc\outputstream.c">  </ClCompile>  <ClCompile Include="..\..\opc\part.c">  </ClCompile>  <ClCompile Include="..\..\opc\relation.c">  </ClCompile>  <ClCompile Include="..\..\opc\xmlreader.c">  </ClCompile>  <ClCompile Include="..\..\opc\xmlwriter.c">  </ClCompile>  <ClCompile Include="..\..\opc\zip.c">  </ClCompile>  <ClCompile Include="..\..\opc\helper.c">  </ClCompile>  <ClCompile Include="..\..\opc\file.c">  </ClCompile>  <ClCompile Include="..\..\opc\properties.c">  </ClCompile></ItemGroup><ItemGroup><ProjectReference Include="../zlib/zlib.vcxproj"><Project>{e49ff4af-766a-598f-91a2-99f255aad4a8}</Project></ProjectReference><ProjectReference Include="../xml/xml.vcxproj"><Project>{c1949314-bf17-551a-a7a5-8c1e2b999681}</Project></ProjectReference><ProjectReference Include="../plib/plib.vcxproj"><Project>{9a6d5063-5bcd-597e-a440-5122933f70c4}</Project></ProjectReference><ProjectReference Include="../mce/mce.vcxproj"><Project>{662b4fea-25f4-5790-b59f-0daf49fbc412}</Project></ProjectReference></ItemGroup><Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /><ImportGroup Label="ExtensionTargets" /></Project>
 |