graphics

experiments with opengl3.2/ogles3.3 on linux and win7
git clone http://frotz.net/git/graphics.git
Log | Files | Refs

zlib-1.2.7.vcxproj (4921B)


      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|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Release|Win32">
      9       <Configuration>Release</Configuration>
     10       <Platform>Win32</Platform>
     11     </ProjectConfiguration>
     12   </ItemGroup>
     13   <PropertyGroup Label="Globals">
     14     <ProjectGuid>{9A238D95-47DB-4254-A680-F100AA9E755C}</ProjectGuid>
     15     <RootNamespace>zlib127</RootNamespace>
     16   </PropertyGroup>
     17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     19     <ConfigurationType>StaticLibrary</ConfigurationType>
     20     <UseDebugLibraries>true</UseDebugLibraries>
     21     <PlatformToolset>v110</PlatformToolset>
     22     <CharacterSet>MultiByte</CharacterSet>
     23   </PropertyGroup>
     24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     25     <ConfigurationType>StaticLibrary</ConfigurationType>
     26     <UseDebugLibraries>false</UseDebugLibraries>
     27     <PlatformToolset>v110</PlatformToolset>
     28     <WholeProgramOptimization>true</WholeProgramOptimization>
     29     <CharacterSet>MultiByte</CharacterSet>
     30   </PropertyGroup>
     31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     32   <ImportGroup Label="ExtensionSettings">
     33   </ImportGroup>
     34   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     36   </ImportGroup>
     37   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     38     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     39   </ImportGroup>
     40   <PropertyGroup Label="UserMacros" />
     41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     42     <OutDir>$(SolutionDir)_$(Configuration)\</OutDir>
     43     <IntDir>_$(Configuration)\</IntDir>
     44   </PropertyGroup>
     45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     46     <OutDir>$(SolutionDir)_$(Configuration)\</OutDir>
     47     <IntDir>_$(Configuration)\</IntDir>
     48   </PropertyGroup>
     49   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     50     <ClCompile>
     51       <WarningLevel>Level3</WarningLevel>
     52       <Optimization>Disabled</Optimization>
     53       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     54       <DisableSpecificWarnings>4996</DisableSpecificWarnings>
     55     </ClCompile>
     56     <Link>
     57       <GenerateDebugInformation>true</GenerateDebugInformation>
     58     </Link>
     59   </ItemDefinitionGroup>
     60   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     61     <ClCompile>
     62       <WarningLevel>Level3</WarningLevel>
     63       <Optimization>MaxSpeed</Optimization>
     64       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     65       <DisableSpecificWarnings>4996</DisableSpecificWarnings>
     66       <FunctionLevelLinking>true</FunctionLevelLinking>
     67       <IntrinsicFunctions>true</IntrinsicFunctions>
     68     </ClCompile>
     69     <Link>
     70       <GenerateDebugInformation>true</GenerateDebugInformation>
     71       <EnableCOMDATFolding>true</EnableCOMDATFolding>
     72       <OptimizeReferences>true</OptimizeReferences>
     73     </Link>
     74   </ItemDefinitionGroup>
     75   <ItemGroup>
     76     <ClCompile Include="adler32.c" />
     77     <ClCompile Include="compress.c" />
     78     <ClCompile Include="crc32.c" />
     79     <ClCompile Include="deflate.c" />
     80     <ClCompile Include="gzclose.c" />
     81     <ClCompile Include="gzlib.c" />
     82     <ClCompile Include="gzread.c" />
     83     <ClCompile Include="gzwrite.c" />
     84     <ClCompile Include="infback.c" />
     85     <ClCompile Include="inffast.c" />
     86     <ClCompile Include="inflate.c" />
     87     <ClCompile Include="inftrees.c" />
     88     <ClCompile Include="trees.c" />
     89     <ClCompile Include="uncompr.c" />
     90     <ClCompile Include="zutil.c" />
     91   </ItemGroup>
     92   <ItemGroup>
     93     <ClInclude Include="crc32.h" />
     94     <ClInclude Include="deflate.h" />
     95     <ClInclude Include="gzguts.h" />
     96     <ClInclude Include="inffast.h" />
     97     <ClInclude Include="inffixed.h" />
     98     <ClInclude Include="inflate.h" />
     99     <ClInclude Include="inftrees.h" />
    100     <ClInclude Include="trees.h" />
    101     <ClInclude Include="zconf.h" />
    102     <ClInclude Include="zlib.h" />
    103     <ClInclude Include="zutil.h" />
    104   </ItemGroup>
    105   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    106   <ImportGroup Label="ExtensionTargets">
    107   </ImportGroup>
    108 </Project>