mce_schema.vcxproj 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>{9554c82f-1ecb-59f1-b128-21b3ac7e99ad}</ProjectGuid>
  14. <Keyword>Win32Proj</Keyword>
  15. <RootNamespace>mce_schema</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>Application</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\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. <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. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  49. </ClCompile>
  50. <Link>
  51. <GenerateDebugInformation>true</GenerateDebugInformation>
  52. <SubSystem>Console</SubSystem>
  53. </Link>
  54. </ItemDefinitionGroup>
  55. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  56. <ClCompile>
  57. <Optimization>MaxSpeed</Optimization>
  58. <DisableSpecificWarnings>4996</DisableSpecificWarnings>
  59. <FunctionLevelLinking>true</FunctionLevelLinking>
  60. <IntrinsicFunctions>true</IntrinsicFunctions>
  61. </ClCompile>
  62. <Link>
  63. <GenerateDebugInformation>false</GenerateDebugInformation>
  64. <SubSystem>Console</SubSystem>
  65. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  66. <OptimizeReferences>true</OptimizeReferences>
  67. </Link>
  68. </ItemDefinitionGroup>
  69. <ItemGroup>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ClCompile Include="..\..\sample\mce_schema.c">
  73. </ClCompile>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="../opc/opc.vcxproj">
  77. <Project>{f674b118-98cb-56eb-b398-3c0f6aa6c40b}</Project>
  78. </ProjectReference>
  79. <ProjectReference Include="../mce/mce.vcxproj">
  80. <Project>{662b4fea-25f4-5790-b59f-0daf49fbc412}</Project>
  81. </ProjectReference>
  82. <ProjectReference Include="../zlib/zlib.vcxproj">
  83. <Project>{e49ff4af-766a-598f-91a2-99f255aad4a8}</Project>
  84. </ProjectReference>
  85. <ProjectReference Include="../xml/xml.vcxproj">
  86. <Project>{c1949314-bf17-551a-a7a5-8c1e2b999681}</Project>
  87. </ProjectReference>
  88. <ProjectReference Include="../plib/plib.vcxproj">
  89. <Project>{9a6d5063-5bcd-597e-a440-5122933f70c4}</Project>
  90. </ProjectReference>
  91. </ItemGroup>
  92. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  93. <ImportGroup Label="ExtensionTargets" />
  94. </Project>