summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3.vcxproj')
-rwxr-xr-xxdelta3/xdelta3.vcxproj20
1 files changed, 18 insertions, 2 deletions
diff --git a/xdelta3/xdelta3.vcxproj b/xdelta3/xdelta3.vcxproj
index 6b82af7..8d4464b 100755
--- a/xdelta3/xdelta3.vcxproj
+++ b/xdelta3/xdelta3.vcxproj
@@ -16,6 +16,22 @@
16 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions> 16 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_WIN32=1 /DEXTERNAL_COMPRESSION=0 /DXD3_STDIO=0 /DXD3_POSIX=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
17 </ClCompile> 17 </ClCompile>
18 </ItemGroup> 18 </ItemGroup>
19 <ItemGroup>
20 <ClInclude Include="xdelta3-blkcache.h" />
21 <ClInclude Include="xdelta3-cfgs.h" />
22 <ClInclude Include="xdelta3-decode.h" />
23 <ClInclude Include="xdelta3-djw.h" />
24 <ClInclude Include="xdelta3-fgk.h" />
25 <ClInclude Include="xdelta3-hash.h" />
26 <ClInclude Include="xdelta3-internal.h" />
27 <ClInclude Include="xdelta3-list.h" />
28 <ClInclude Include="xdelta3-lzma.h" />
29 <ClInclude Include="xdelta3-main.h" />
30 <ClInclude Include="xdelta3-merge.h" />
31 <ClInclude Include="xdelta3-second.h" />
32 <ClInclude Include="xdelta3-test.h" />
33 <ClInclude Include="xdelta3.h" />
34 </ItemGroup>
19 <PropertyGroup Label="Globals"> 35 <PropertyGroup Label="Globals">
20 <ProjectGuid>{8F9D37B5-B78E-4816-BE61-AEF679DBF3BC}</ProjectGuid> 36 <ProjectGuid>{8F9D37B5-B78E-4816-BE61-AEF679DBF3BC}</ProjectGuid>
21 <Keyword>Win32Proj</Keyword> 37 <Keyword>Win32Proj</Keyword>
@@ -25,13 +41,13 @@
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType> 42 <ConfigurationType>Application</ConfigurationType>
27 <UseDebugLibraries>true</UseDebugLibraries> 43 <UseDebugLibraries>true</UseDebugLibraries>
28 <CharacterSet>Unicode</CharacterSet> 44 <CharacterSet>MultiByte</CharacterSet>
29 </PropertyGroup> 45 </PropertyGroup>
30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
31 <ConfigurationType>Application</ConfigurationType> 47 <ConfigurationType>Application</ConfigurationType>
32 <UseDebugLibraries>false</UseDebugLibraries> 48 <UseDebugLibraries>false</UseDebugLibraries>
33 <WholeProgramOptimization>true</WholeProgramOptimization> 49 <WholeProgramOptimization>true</WholeProgramOptimization>
34 <CharacterSet>Unicode</CharacterSet> 50 <CharacterSet>MultiByte</CharacterSet>
35 </PropertyGroup> 51 </PropertyGroup>
36 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 52 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
37 <ImportGroup Label="ExtensionSettings"> 53 <ImportGroup Label="ExtensionSettings">