em_inflate.c

Fast, small, in-memory inflate (zlib, deflate and gzip decompression)
git clone git://git.finwo.net/lib/em_inflate.c
Log | Files | Refs | README | LICENSE

em_inflate.vcxproj.user (1792B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      4     <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
      5     <LocalDebuggerCommandArguments>../lz4decbench/enwik8.gz bible_out.txt</LocalDebuggerCommandArguments>
      6     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
      7     <LocalDebuggerWorkingDirectory>$(ProjectDir)..\</LocalDebuggerWorkingDirectory>
      8   </PropertyGroup>
      9   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     10     <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
     11     <LocalDebuggerCommandArguments>../lz4decbench/enwik8.gz bible_out.txt</LocalDebuggerCommandArguments>
     12     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
     13     <LocalDebuggerWorkingDirectory>$(ProjectDir)..\</LocalDebuggerWorkingDirectory>
     14   </PropertyGroup>
     15   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     16     <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
     17     <LocalDebuggerCommandArguments>../lz4decbench/enwik8.gz bible_out.txt</LocalDebuggerCommandArguments>
     18     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
     19     <LocalDebuggerWorkingDirectory>$(ProjectDir)..\</LocalDebuggerWorkingDirectory>
     20   </PropertyGroup>
     21   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
     22     <LocalDebuggerCommand>$(TargetPath)</LocalDebuggerCommand>
     23     <LocalDebuggerCommandArguments>../lz4decbench/enwik8.gz bible_out.txt</LocalDebuggerCommandArguments>
     24     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
     25     <LocalDebuggerWorkingDirectory>$(ProjectDir)..\</LocalDebuggerWorkingDirectory>
     26   </PropertyGroup>
     27 </Project>