LZO.vcxproj 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project>
  3. <Import Project="..\..\Source\VSProps\Base.Macros.props" />
  4. <Import Project="$(VSPropsDir)Base.Targets.props" />
  5. <PropertyGroup Label="Globals">
  6. <ProjectGuid>{AB993F38-C31D-4897-B139-A620C42BC565}</ProjectGuid>
  7. </PropertyGroup>
  8. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  9. <Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
  10. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  11. <ImportGroup Label="ExtensionSettings" />
  12. <ImportGroup Label="PropertySheets">
  13. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  14. <Import Project="$(VSPropsDir)Base.props" />
  15. <Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
  16. </ImportGroup>
  17. <PropertyGroup Label="UserMacros" />
  18. <ItemGroup>
  19. <ClInclude Include="lzoconf.h" />
  20. <ClInclude Include="lzodefs.h" />
  21. <ClInclude Include="minilzo.h" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <Text Include="CMakeLists.txt" />
  25. </ItemGroup>
  26. <ItemGroup>
  27. <ClCompile Include="minilzo.c" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <None Include="README.LZO" />
  31. </ItemGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  33. <ImportGroup Label="ExtensionTargets">
  34. </ImportGroup>
  35. </Project>