graphics

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

libpng-1.2.50.vcxproj (4811B)


      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>{F5A10B0A-0EC0-4A76-B4DD-748CA4047E50}</ProjectGuid>
     15     <RootNamespace>libpng1250</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       <AdditionalIncludeDirectories>../zlib-1.2.7;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     54       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     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       <AdditionalIncludeDirectories>../zlib-1.2.7;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     65       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     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="png.c" />
     77     <ClCompile Include="pngerror.c" />
     78     <ClCompile Include="pnggccrd.c" />
     79     <ClCompile Include="pngget.c" />
     80     <ClCompile Include="pngmem.c" />
     81     <ClCompile Include="pngpread.c" />
     82     <ClCompile Include="pngread.c" />
     83     <ClCompile Include="pngrio.c" />
     84     <ClCompile Include="pngrtran.c" />
     85     <ClCompile Include="pngrutil.c" />
     86     <ClCompile Include="pngset.c" />
     87     <ClCompile Include="pngtest.c" />
     88     <ClCompile Include="pngtrans.c" />
     89     <ClCompile Include="pngvcrd.c" />
     90     <ClCompile Include="pngwio.c" />
     91     <ClCompile Include="pngwrite.c" />
     92     <ClCompile Include="pngwtran.c" />
     93     <ClCompile Include="pngwutil.c" />
     94   </ItemGroup>
     95   <ItemGroup>
     96     <ClInclude Include="png.h" />
     97     <ClInclude Include="pngconf.h" />
     98   </ItemGroup>
     99   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    100   <ImportGroup Label="ExtensionTargets">
    101   </ImportGroup>
    102 </Project>