]> git.saurik.com Git - wxWidgets.git/blob - src/png/projects/vstudio/zlib/zlib.vcxproj
merge libpng 1.4.4 to trunk
[wxWidgets.git] / src / png / projects / vstudio / zlib / zlib.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug Library|Win32">
5 <Configuration>Debug Library</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <ItemGroup>
14 <ClCompile Include="$(ZLibSrcDir)\adler32.c" />
15 <ClCompile Include="$(ZLibSrcDir)\compress.c" />
16 <ClCompile Include="$(ZLibSrcDir)\crc32.c" />
17 <ClCompile Include="$(ZLibSrcDir)\deflate.c" />
18 <ClCompile Include="$(ZLibSrcDir)\infback.c" />
19 <ClCompile Include="$(ZLibSrcDir)\inffast.c" />
20 <ClCompile Include="$(ZLibSrcDir)\inflate.c" />
21 <ClCompile Include="$(ZLibSrcDir)\inftrees.c" />
22 <ClCompile Include="$(ZLibSrcDir)\trees.c" />
23 <ClCompile Include="$(ZLibSrcDir)\uncompr.c" />
24 <ClCompile Include="$(ZLibSrcDir)\zutil.c" />
25 </ItemGroup>
26 <PropertyGroup Label="Globals">
27 <Keyword>Win32Proj</Keyword>
28 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30 <Import Project="$(SolutionDir)\zlib.props" />
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <ConfigurationType>DynamicLibrary</ConfigurationType>
33 <WholeProgramOptimization>true</WholeProgramOptimization>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration">
36 <ConfigurationType>StaticLibrary</ConfigurationType>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39 <ConfigurationType>DynamicLibrary</ConfigurationType>
40 </PropertyGroup>
41 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
42 <ImportGroup Label="ExtensionSettings">
43 </ImportGroup>
44 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 </ImportGroup>
47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets">
48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
49 </ImportGroup>
50 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52 </ImportGroup>
53 <PropertyGroup Label="UserMacros" />
54 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55 <LinkIncremental>false</LinkIncremental>
56 </PropertyGroup>
57 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
58 <LinkIncremental>true</LinkIncremental>
59 </PropertyGroup>
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61 <LinkIncremental>true</LinkIncremental>
62 </PropertyGroup>
63 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64 <ClCompile>
65 <PreprocessorDefinitions>WIN32;ZLIB_DLL;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
66 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
67 <WarningLevel>Level3</WarningLevel>
68 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
69 <Optimization>Disabled</Optimization>
70 <IntrinsicFunctions>true</IntrinsicFunctions>
71 </ClCompile>
72 <Link>
73 <GenerateDebugInformation>true</GenerateDebugInformation>
74 <SubSystem>Windows</SubSystem>
75 <Version>1</Version>
76 <AdditionalDependencies>msvcrtd.lib;kernel32.lib</AdditionalDependencies>
77 <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
78 </Link>
79 </ItemDefinitionGroup>
80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'">
81 <ClCompile>
82 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
84 <WarningLevel>Level3</WarningLevel>
85 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
86 <Optimization>Disabled</Optimization>
87 </ClCompile>
88 <Link>
89 <TargetMachine>MachineX86</TargetMachine>
90 <GenerateDebugInformation>true</GenerateDebugInformation>
91 <SubSystem>Windows</SubSystem>
92 </Link>
93 </ItemDefinitionGroup>
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
95 <ClCompile>
96 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEBUGZLIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
98 <WarningLevel>Level3</WarningLevel>
99 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
100 </ClCompile>
101 <Link>
102 <TargetMachine>MachineX86</TargetMachine>
103 <GenerateDebugInformation>true</GenerateDebugInformation>
104 <SubSystem>Windows</SubSystem>
105 <EnableCOMDATFolding>true</EnableCOMDATFolding>
106 <OptimizeReferences>true</OptimizeReferences>
107 </Link>
108 </ItemDefinitionGroup>
109 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
110 <ImportGroup Label="ExtensionTargets">
111 </ImportGroup>
112 </Project>