2015-03-17 00:42:36 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-18 10:05:21 +02:00
|
|
|
|
<Project>
|
2020-08-21 05:27:07 +02:00
|
|
|
|
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
|
2020-08-19 03:07:08 +02:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.Targets.props" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<PropertyGroup Label="Globals">
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ProjectGuid>{AB993F38-C31D-4897-B139-A620C42BC565}</ProjectGuid>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2020-08-19 03:07:08 +02:00
|
|
|
|
<Import Project="$(VSPropsDir)Configuration.StaticLibrary.props" />
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-08-19 03:07:08 +02:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2020-08-19 03:07:08 +02:00
|
|
|
|
<Import Project="$(VSPropsDir)Base.props" />
|
|
|
|
|
<Import Project="$(VSPropsDir)ClDisableAllWarnings.props" />
|
2011-02-10 03:53:08 +01:00
|
|
|
|
</ImportGroup>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="lzoconf.h" />
|
|
|
|
|
<ClInclude Include="lzodefs.h" />
|
|
|
|
|
<ClInclude Include="minilzo.h" />
|
|
|
|
|
</ItemGroup>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="minilzo.c" />
|
|
|
|
|
</ItemGroup>
|
2011-01-31 08:51:37 +01:00
|
|
|
|
<ItemGroup>
|
2013-10-19 11:27:57 +02:00
|
|
|
|
<None Include="README.LZO" />
|
2011-01-31 08:51:37 +01:00
|
|
|
|
</ItemGroup>
|
2011-01-27 06:01:00 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2011-01-27 01:14:29 +01:00
|
|
|
|
</Project>
|