Glenn Randers-Pehrson | cd01d22 | 2010-04-24 21:35:04 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 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> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 12 | <ProjectConfiguration Include="Release Library|Win32"> |
| 13 | <Configuration>Release Library</Configuration> |
| 14 | <Platform>Win32</Platform> |
| 15 | </ProjectConfiguration> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 16 | <ProjectConfiguration Include="Release|Win32"> |
| 17 | <Configuration>Release</Configuration> |
| 18 | <Platform>Win32</Platform> |
| 19 | </ProjectConfiguration> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 20 | </ItemGroup> |
| 21 | <ItemGroup> |
| 22 | <ClCompile Include="$(ZLibSrcDir)\adler32.c" /> |
| 23 | <ClCompile Include="$(ZLibSrcDir)\compress.c" /> |
| 24 | <ClCompile Include="$(ZLibSrcDir)\crc32.c" /> |
| 25 | <ClCompile Include="$(ZLibSrcDir)\deflate.c" /> |
| 26 | <ClCompile Include="$(ZLibSrcDir)\infback.c" /> |
| 27 | <ClCompile Include="$(ZLibSrcDir)\inffast.c" /> |
| 28 | <ClCompile Include="$(ZLibSrcDir)\inflate.c" /> |
| 29 | <ClCompile Include="$(ZLibSrcDir)\inftrees.c" /> |
| 30 | <ClCompile Include="$(ZLibSrcDir)\trees.c" /> |
| 31 | <ClCompile Include="$(ZLibSrcDir)\uncompr.c" /> |
| 32 | <ClCompile Include="$(ZLibSrcDir)\zutil.c" /> |
| 33 | </ItemGroup> |
| 34 | <PropertyGroup Label="Globals"> |
| 35 | <Keyword>Win32Proj</Keyword> |
| 36 | </PropertyGroup> |
| 37 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 38 | <Import Project="$(SolutionDir)\zlib.props" /> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration"> |
| 40 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 41 | </PropertyGroup> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
| 43 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 44 | </PropertyGroup> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="Configuration"> |
| 46 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 47 | </PropertyGroup> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 49 | <ConfigurationType>StaticLibrary</ConfigurationType> |
| 50 | </PropertyGroup> |
| 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 52 | <ConfigurationType>StaticLibrary</ConfigurationType> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 53 | </PropertyGroup> |
| 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 55 | <ImportGroup Label="ExtensionSettings"> |
| 56 | </ImportGroup> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 57 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="PropertySheets"> |
| 58 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> |
| 59 | </ImportGroup> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
| 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> |
| 62 | </ImportGroup> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 63 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'" Label="PropertySheets"> |
| 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" /> |
| 65 | </ImportGroup> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 66 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 67 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 68 | </ImportGroup> |
| 69 | <PropertyGroup Label="UserMacros" /> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'"> |
| 71 | <LinkIncremental>true</LinkIncremental> |
| 72 | </PropertyGroup> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 74 | <LinkIncremental>true</LinkIncremental> |
| 75 | </PropertyGroup> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'"> |
| 77 | <LinkIncremental>true</LinkIncremental> |
| 78 | </PropertyGroup> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 80 | <LinkIncremental>true</LinkIncremental> |
| 81 | </PropertyGroup> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 83 | <LinkIncremental>true</LinkIncremental> |
| 84 | </PropertyGroup> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 85 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'"> |
| 86 | <ClCompile> |
| 87 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 88 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
| 89 | <WarningLevel>TurnOffAllWarnings</WarningLevel> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 90 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 91 | <Optimization>Disabled</Optimization> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 92 | <BrowseInformation>true</BrowseInformation> |
| 93 | </ClCompile> |
| 94 | <Link> |
| 95 | <TargetMachine>MachineX86</TargetMachine> |
| 96 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 97 | <SubSystem>Windows</SubSystem> |
| 98 | </Link> |
| 99 | </ItemDefinitionGroup> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 100 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 101 | <ClCompile> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 102 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 103 | <WarningLevel>TurnOffAllWarnings</WarningLevel> |
| 104 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 105 | <Optimization>Disabled</Optimization> |
Glenn Randers-Pehrson | 4009a76 | 2010-07-31 06:34:36 -0500 | [diff] [blame] | 106 | <BrowseInformation>true</BrowseInformation> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 107 | </ClCompile> |
| 108 | <Link> |
| 109 | <TargetMachine>MachineX86</TargetMachine> |
| 110 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 111 | <SubSystem>Windows</SubSystem> |
| 112 | </Link> |
| 113 | </ItemDefinitionGroup> |
Glenn Randers-Pehrson | 77396b6 | 2010-08-02 08:00:10 -0500 | [diff] [blame] | 114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'"> |
| 115 | <ClCompile> |
| 116 | <WarningLevel>Level3</WarningLevel> |
| 117 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 118 | <Optimization>Full</Optimization> |
| 119 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 120 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 121 | <BufferSecurityCheck>false</BufferSecurityCheck> |
| 122 | <BrowseInformation>true</BrowseInformation> |
| 123 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 124 | <TreatWarningAsError>true</TreatWarningAsError> |
| 125 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 126 | </ClCompile> |
| 127 | <Link> |
| 128 | <TargetMachine>MachineX86</TargetMachine> |
| 129 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 130 | <SubSystem>Windows</SubSystem> |
| 131 | </Link> |
| 132 | <Lib> |
| 133 | <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> |
| 134 | </Lib> |
| 135 | </ItemDefinitionGroup> |
| 136 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 137 | <ClCompile> |
| 138 | <WarningLevel>Level3</WarningLevel> |
| 139 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 140 | <Optimization>Full</Optimization> |
| 141 | <IntrinsicFunctions>true</IntrinsicFunctions> |
| 142 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 143 | <BufferSecurityCheck>false</BufferSecurityCheck> |
| 144 | <BrowseInformation>true</BrowseInformation> |
| 145 | <FunctionLevelLinking>true</FunctionLevelLinking> |
| 146 | <TreatWarningAsError>true</TreatWarningAsError> |
| 147 | </ClCompile> |
| 148 | <Link> |
| 149 | <TargetMachine>MachineX86</TargetMachine> |
| 150 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 151 | <SubSystem>Windows</SubSystem> |
| 152 | </Link> |
| 153 | <Lib> |
| 154 | <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration> |
| 155 | </Lib> |
| 156 | </ItemDefinitionGroup> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 157 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 158 | <ClCompile> |
| 159 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DEBUGZLIB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
Glenn Randers-Pehrson | 810c2e6 | 2010-04-24 20:33:42 -0500 | [diff] [blame] | 160 | <WarningLevel>Level3</WarningLevel> |
| 161 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 162 | </ClCompile> |
| 163 | <Link> |
| 164 | <TargetMachine>MachineX86</TargetMachine> |
| 165 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 166 | <SubSystem>Windows</SubSystem> |
| 167 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
| 168 | <OptimizeReferences>true</OptimizeReferences> |
| 169 | </Link> |
| 170 | </ItemDefinitionGroup> |
| 171 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 172 | <ImportGroup Label="ExtensionTargets"> |
| 173 | </ImportGroup> |
| 174 | </Project> |