graphics

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

freetype-2.5.0.1.vcxproj (4380B)


      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>{17B3EF31-493C-4EE2-A706-6874C45FD7A6}</ProjectGuid>
     15     <RootNamespace>freetype2501</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)'=='Debug|Win32'">
     42     <IncludePath>include;$(IncludePath)</IncludePath>
     43     <OutDir>$(SolutionDir)_$(Configuration)\</OutDir>
     44     <IntDir>_$(Configuration)\</IntDir>
     45   </PropertyGroup>
     46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     47     <IncludePath>include;$(IncludePath)</IncludePath>
     48     <OutDir>$(SolutionDir)_$(Configuration)\</OutDir>
     49     <IntDir>_$(Configuration)\</IntDir>
     50   </PropertyGroup>
     51   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     52     <ClCompile>
     53       <WarningLevel>Level3</WarningLevel>
     54       <Optimization>Disabled</Optimization>
     55       <PreprocessorDefinitions>FT2_BUILD_LIBRARY;_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     56     </ClCompile>
     57     <Link>
     58       <GenerateDebugInformation>true</GenerateDebugInformation>
     59     </Link>
     60   </ItemDefinitionGroup>
     61   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     62     <ClCompile>
     63       <WarningLevel>Level3</WarningLevel>
     64       <Optimization>MaxSpeed</Optimization>
     65       <PreprocessorDefinitions>FT2_BUILD_LIBRARY;_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="base/ftsystem.c" />
     77     <ClCompile Include="base/ftinit.c" />
     78     <ClCompile Include="base/ftdebug.c" />
     79     <ClCompile Include="base/ftbase.c" />
     80     <ClCompile Include="base/ftbbox.c" />
     81     <ClCompile Include="base/ftglyph.c" />
     82     <ClCompile Include="base/ftbitmap.c" />
     83     <ClCompile Include="truetype/truetype.c" />
     84     <ClCompile Include="sfnt/sfnt.c" />
     85     <ClCompile Include="psnames/psnames.c" />
     86   </ItemGroup>
     87   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
     88   <ImportGroup Label="ExtensionTargets">
     89   </ImportGroup>
     90 </Project>