LZO.vcxproj 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{AB993F38-C31D-4897-B139-A620C42BC565}</ProjectGuid>
  15. </PropertyGroup>
  16. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  17. <PropertyGroup Label="Configuration">
  18. <ConfigurationType>StaticLibrary</ConfigurationType>
  19. <PlatformToolset>v120</PlatformToolset>
  20. <CharacterSet>Unicode</CharacterSet>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  23. <UseDebugLibraries>true</UseDebugLibraries>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  26. <UseDebugLibraries>false</UseDebugLibraries>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  29. <ImportGroup Label="ExtensionSettings">
  30. </ImportGroup>
  31. <ImportGroup Label="PropertySheets">
  32. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  33. <Import Project="..\..\Source\VSProps\Base.props" />
  34. <Import Project="..\..\Source\VSProps\ClDisableAllWarnings.props" />
  35. </ImportGroup>
  36. <PropertyGroup Label="UserMacros" />
  37. <ItemGroup>
  38. <ClInclude Include="lzoconf.h" />
  39. <ClInclude Include="lzodefs.h" />
  40. <ClInclude Include="minilzo.h" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <Text Include="CMakeLists.txt" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <ClCompile Include="minilzo.c" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <None Include="README.LZO" />
  50. </ItemGroup>
  51. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  52. <ImportGroup Label="ExtensionTargets">
  53. </ImportGroup>
  54. </Project>