freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype-demos][master] [builds/windows] New project and


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype-demos][master] [builds/windows] New project and solution files.
Date: Sun, 31 Oct 2021 03:16:29 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType Demo Programs

Commits:

9 changed files:

Changes:

  • builds/windows/msvc/ft2demos.sln
    1
    +
    
    2
    +Microsoft Visual Studio Solution File, Format Version 12.00
    
    3
    +# Visual Studio 15
    
    4
    +VisualStudioVersion = 15.0.26730.16
    
    5
    +MinimumVisualStudioVersion = 10.0.40219.1
    
    6
    +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftview", "ftview.vcxproj", "{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}"
    
    7
    +EndProject
    
    8
    +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftgrid", "ftgrid.vcxproj", "{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}"
    
    9
    +EndProject
    
    10
    +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftstring", "ftstring.vcxproj", "{481AD586-CA51-4BEB-BFE8-B2F3354D296D}"
    
    11
    +EndProject
    
    12
    +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftgamma", "ftgamma.vcxproj", "{92697ED8-60A0-4098-B750-A883A7E54969}"
    
    13
    +EndProject
    
    14
    +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "migs", "migs.vcxproj", "{5F517BBD-326A-4DC6-A42F-872D58501383}"
    
    15
    +EndProject
    
    16
    +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftdump", "ftdump.vcxproj", "{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}"
    
    17
    +EndProject
    
    18
    +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftbench", "ftbench.vcxproj", "{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}"
    
    19
    +EndProject
    
    20
    +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftlint", "ftlint.vcxproj", "{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}"
    
    21
    +EndProject
    
    22
    +Global
    
    23
    +	GlobalSection(SolutionConfigurationPlatforms) = preSolution
    
    24
    +		Debug|x64 = Debug|x64
    
    25
    +		Debug|x86 = Debug|x86
    
    26
    +		Release|x64 = Release|x64
    
    27
    +		Release|x86 = Release|x86
    
    28
    +	EndGlobalSection
    
    29
    +	GlobalSection(ProjectConfigurationPlatforms) = postSolution
    
    30
    +		{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}.Debug|x64.ActiveCfg = Debug|x64
    
    31
    +		{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}.Debug|x64.Build.0 = Debug|x64
    
    32
    +		{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}.Debug|x86.ActiveCfg = Debug|Win32
    
    33
    +		{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}.Debug|x86.Build.0 = Debug|Win32
    
    34
    +		{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}.Release|x64.ActiveCfg = Release|x64
    
    35
    +		{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}.Release|x64.Build.0 = Release|x64
    
    36
    +		{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}.Release|x86.ActiveCfg = Release|Win32
    
    37
    +		{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}.Release|x86.Build.0 = Release|Win32
    
    38
    +		{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}.Debug|x64.ActiveCfg = Debug|x64
    
    39
    +		{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}.Debug|x64.Build.0 = Debug|x64
    
    40
    +		{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}.Debug|x86.ActiveCfg = Debug|Win32
    
    41
    +		{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}.Debug|x86.Build.0 = Debug|Win32
    
    42
    +		{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}.Release|x64.ActiveCfg = Release|x64
    
    43
    +		{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}.Release|x64.Build.0 = Release|x64
    
    44
    +		{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}.Release|x86.ActiveCfg = Release|Win32
    
    45
    +               	{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}.Release|x86.Build.0 = Release|Win32
    
    46
    +		{481AD586-CA51-4BEB-BFE8-B2F3354D296D}.Debug|x64.ActiveCfg = Debug|x64
    
    47
    +		{481AD586-CA51-4BEB-BFE8-B2F3354D296D}.Debug|x64.Build.0 = Debug|x64
    
    48
    +		{481AD586-CA51-4BEB-BFE8-B2F3354D296D}.Debug|x86.ActiveCfg = Debug|Win32
    
    49
    +		{481AD586-CA51-4BEB-BFE8-B2F3354D296D}.Debug|x86.Build.0 = Debug|Win32
    
    50
    +		{481AD586-CA51-4BEB-BFE8-B2F3354D296D}.Release|x64.ActiveCfg = Release|x64
    
    51
    +		{481AD586-CA51-4BEB-BFE8-B2F3354D296D}.Release|x64.Build.0 = Release|x64
    
    52
    +		{481AD586-CA51-4BEB-BFE8-B2F3354D296D}.Release|x86.ActiveCfg = Release|Win32
    
    53
    +		{481AD586-CA51-4BEB-BFE8-B2F3354D296D}.Release|x86.Build.0 = Release|Win32
    
    54
    +		{92697ED8-60A0-4098-B750-A883A7E54969}.Debug|x64.ActiveCfg = Debug|x64
    
    55
    +		{92697ED8-60A0-4098-B750-A883A7E54969}.Debug|x64.Build.0 = Debug|x64
    
    56
    +		{92697ED8-60A0-4098-B750-A883A7E54969}.Debug|x86.ActiveCfg = Debug|Win32
    
    57
    +		{92697ED8-60A0-4098-B750-A883A7E54969}.Debug|x86.Build.0 = Debug|Win32
    
    58
    +		{92697ED8-60A0-4098-B750-A883A7E54969}.Release|x64.ActiveCfg = Release|x64
    
    59
    +		{92697ED8-60A0-4098-B750-A883A7E54969}.Release|x64.Build.0 = Release|x64
    
    60
    +		{92697ED8-60A0-4098-B750-A883A7E54969}.Release|x86.ActiveCfg = Release|Win32
    
    61
    +		{92697ED8-60A0-4098-B750-A883A7E54969}.Release|x86.Build.0 = Release|Win32
    
    62
    +		{5F517BBD-326A-4DC6-A42F-872D58501383}.Debug|x64.ActiveCfg = Debug|x64
    
    63
    +		{5F517BBD-326A-4DC6-A42F-872D58501383}.Debug|x64.Build.0 = Debug|x64
    
    64
    +		{5F517BBD-326A-4DC6-A42F-872D58501383}.Debug|x86.ActiveCfg = Debug|Win32
    
    65
    +		{5F517BBD-326A-4DC6-A42F-872D58501383}.Debug|x86.Build.0 = Debug|Win32
    
    66
    +		{5F517BBD-326A-4DC6-A42F-872D58501383}.Release|x64.ActiveCfg = Release|x64
    
    67
    +		{5F517BBD-326A-4DC6-A42F-872D58501383}.Release|x64.Build.0 = Release|x64
    
    68
    +		{5F517BBD-326A-4DC6-A42F-872D58501383}.Release|x86.ActiveCfg = Release|Win32
    
    69
    +		{5F517BBD-326A-4DC6-A42F-872D58501383}.Release|x86.Build.0 = Release|Win32
    
    70
    +		{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}.Debug|x64.ActiveCfg = Debug|x64
    
    71
    +		{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}.Debug|x64.Build.0 = Debug|x64
    
    72
    +		{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}.Debug|x86.ActiveCfg = Debug|Win32
    
    73
    +		{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}.Debug|x86.Build.0 = Debug|Win32
    
    74
    +		{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}.Release|x64.ActiveCfg = Release|x64
    
    75
    +		{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}.Release|x64.Build.0 = Release|x64
    
    76
    +		{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}.Release|x86.ActiveCfg = Release|Win32
    
    77
    +		{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}.Release|x86.Build.0 = Release|Win32
    
    78
    +		{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}.Debug|x64.ActiveCfg = Debug|x64
    
    79
    +		{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}.Debug|x64.Build.0 = Debug|x64
    
    80
    +		{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}.Debug|x86.ActiveCfg = Debug|Win32
    
    81
    +		{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}.Debug|x86.Build.0 = Debug|Win32
    
    82
    +		{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}.Release|x64.ActiveCfg = Release|x64
    
    83
    +		{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}.Release|x64.Build.0 = Release|x64
    
    84
    +		{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}.Release|x86.ActiveCfg = Release|Win32
    
    85
    +		{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}.Release|x86.Build.0 = Release|Win32
    
    86
    +		{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}.Debug|x64.ActiveCfg = Debug|x64
    
    87
    +		{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}.Debug|x64.Build.0 = Debug|x64
    
    88
    +		{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}.Debug|x86.ActiveCfg = Debug|Win32
    
    89
    +		{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}.Debug|x86.Build.0 = Debug|Win32
    
    90
    +		{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}.Release|x64.ActiveCfg = Release|x64
    
    91
    +		{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}.Release|x64.Build.0 = Release|x64
    
    92
    +		{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}.Release|x86.ActiveCfg = Release|Win32
    
    93
    +		{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}.Release|x86.Build.0 = Release|Win32
    
    94
    +	EndGlobalSection
    
    95
    +	GlobalSection(SolutionProperties) = preSolution
    
    96
    +		HideSolutionNode = FALSE
    
    97
    +	EndGlobalSection
    
    98
    +	GlobalSection(ExtensibilityGlobals) = postSolution
    
    99
    +		SolutionGuid = {6591DD69-13FA-4826-9C49-47DB559E44DB}
    
    100
    +	EndGlobalSection
    
    101
    +	GlobalSection(Performance) = preSolution
    
    102
    +		HasPerformanceSessions = true
    
    103
    +	EndGlobalSection
    
    104
    +EndGlobal

  • builds/windows/msvc/ftbench.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|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
    +    <ProjectConfiguration Include="Debug|x64">
    
    13
    +      <Configuration>Debug</Configuration>
    
    14
    +      <Platform>x64</Platform>
    
    15
    +    </ProjectConfiguration>
    
    16
    +    <ProjectConfiguration Include="Release|x64">
    
    17
    +      <Configuration>Release</Configuration>
    
    18
    +      <Platform>x64</Platform>
    
    19
    +    </ProjectConfiguration>
    
    20
    +  </ItemGroup>
    
    21
    +  <PropertyGroup Label="Globals">
    
    22
    +    <ProjectGuid>{5D12E42C-6533-41D1-83D2-06F5B98B2FE8}</ProjectGuid>
    
    23
    +    <RootNamespace>ftbench</RootNamespace>
    
    24
    +  </PropertyGroup>
    
    25
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    
    26
    +  <PropertyGroup Label="PlatformToolset">
    
    27
    +    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
    
    28
    +  </PropertyGroup>
    
    29
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    30
    +    <ConfigurationType>Application</ConfigurationType>
    
    31
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    32
    +    <CharacterSet>NotSet</CharacterSet>
    
    33
    +  </PropertyGroup>
    
    34
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    35
    +    <ConfigurationType>Application</ConfigurationType>
    
    36
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    37
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    38
    +    <CharacterSet>NotSet</CharacterSet>
    
    39
    +  </PropertyGroup>
    
    40
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    41
    +    <ConfigurationType>Application</ConfigurationType>
    
    42
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    43
    +    <CharacterSet>NotSet</CharacterSet>
    
    44
    +  </PropertyGroup>
    
    45
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    46
    +    <ConfigurationType>Application</ConfigurationType>
    
    47
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    48
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    49
    +    <CharacterSet>NotSet</CharacterSet>
    
    50
    +  </PropertyGroup>
    
    51
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    52
    +  <ImportGroup Label="ExtensionSettings">
    
    53
    +  </ImportGroup>
    
    54
    +  <ImportGroup Label="Shared">
    
    55
    +  </ImportGroup>
    
    56
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    57
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    58
    +  </ImportGroup>
    
    59
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    60
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    61
    +  </ImportGroup>
    
    62
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    63
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    64
    +  </ImportGroup>
    
    65
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    66
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    67
    +  </ImportGroup>
    
    68
    +  <PropertyGroup Label="UserMacros" />
    
    69
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    70
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    71
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    72
    +  </PropertyGroup>
    
    73
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    74
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    75
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    76
    +  </PropertyGroup>
    
    77
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    78
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    79
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    80
    +  </PropertyGroup>
    
    81
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    82
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    83
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    84
    +  </PropertyGroup>
    
    85
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    86
    +    <ClCompile>
    
    87
    +      <WarningLevel>Level3</WarningLevel>
    
    88
    +      <Optimization>Disabled</Optimization>
    
    89
    +      <SDLCheck>true</SDLCheck>
    
    90
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    91
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    92
    +    </ClCompile>
    
    93
    +    <PostBuildEvent>
    
    94
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    95
    +    </PostBuildEvent>
    
    96
    +  </ItemDefinitionGroup>
    
    97
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    98
    +    <ClCompile>
    
    99
    +      <WarningLevel>Level3</WarningLevel>
    
    100
    +      <Optimization>Disabled</Optimization>
    
    101
    +      <SDLCheck>true</SDLCheck>
    
    102
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    103
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    104
    +    </ClCompile>
    
    105
    +    <PostBuildEvent>
    
    106
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    107
    +    </PostBuildEvent>
    
    108
    +  </ItemDefinitionGroup>
    
    109
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    110
    +    <ClCompile>
    
    111
    +      <WarningLevel>Level3</WarningLevel>
    
    112
    +      <Optimization>MaxSpeed</Optimization>
    
    113
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    114
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    115
    +      <SDLCheck>true</SDLCheck>
    
    116
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    117
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    118
    +    </ClCompile>
    
    119
    +    <Link>
    
    120
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    121
    +      <OptimizeReferences>true</OptimizeReferences>
    
    122
    +    </Link>
    
    123
    +    <PostBuildEvent>
    
    124
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    125
    +    </PostBuildEvent>
    
    126
    +  </ItemDefinitionGroup>
    
    127
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    128
    +    <ClCompile>
    
    129
    +      <WarningLevel>Level3</WarningLevel>
    
    130
    +      <Optimization>MaxSpeed</Optimization>
    
    131
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    132
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    133
    +      <SDLCheck>true</SDLCheck>
    
    134
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    135
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    136
    +    </ClCompile>
    
    137
    +    <Link>
    
    138
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    139
    +      <OptimizeReferences>true</OptimizeReferences>
    
    140
    +    </Link>
    
    141
    +    <PostBuildEvent>
    
    142
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    143
    +    </PostBuildEvent>
    
    144
    +  </ItemDefinitionGroup>
    
    145
    +  <ItemGroup>
    
    146
    +    <ClCompile Include="..\..\..\src\common.c" />
    
    147
    +    <ClCompile Include="..\..\..\src\mlgetopt.c" />
    
    148
    +    <ClCompile Include="..\..\..\src\ftbench.c" />
    
    149
    +  </ItemGroup>
    
    150
    +  <ItemGroup>
    
    151
    +    <ClInclude Include="..\..\..\src\common.h" />
    
    152
    +    <ClInclude Include="..\..\..\src\mlgetopt.h" />
    
    153
    +  </ItemGroup>
    
    154
    +  <ItemGroup>
    
    155
    +    <Library Include="..\..\..\..\freetype\objs\freetype.lib" />
    
    156
    +  </ItemGroup>
    
    157
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    
    158
    +  <ImportGroup Label="ExtensionTargets">
    
    159
    +  </ImportGroup>
    
    160
    +</Project>

  • builds/windows/msvc/ftdump.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|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
    +    <ProjectConfiguration Include="Debug|x64">
    
    13
    +      <Configuration>Debug</Configuration>
    
    14
    +      <Platform>x64</Platform>
    
    15
    +    </ProjectConfiguration>
    
    16
    +    <ProjectConfiguration Include="Release|x64">
    
    17
    +      <Configuration>Release</Configuration>
    
    18
    +      <Platform>x64</Platform>
    
    19
    +    </ProjectConfiguration>
    
    20
    +  </ItemGroup>
    
    21
    +  <PropertyGroup Label="Globals">
    
    22
    +    <ProjectGuid>{8EC72C45-6EA4-4E16-AE64-35DCBC6D4839}</ProjectGuid>
    
    23
    +    <RootNamespace>ftdump</RootNamespace>
    
    24
    +  </PropertyGroup>
    
    25
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    
    26
    +  <PropertyGroup Label="PlatformToolset">
    
    27
    +    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
    
    28
    +  </PropertyGroup>
    
    29
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    30
    +    <ConfigurationType>Application</ConfigurationType>
    
    31
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    32
    +    <CharacterSet>NotSet</CharacterSet>
    
    33
    +  </PropertyGroup>
    
    34
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    35
    +    <ConfigurationType>Application</ConfigurationType>
    
    36
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    37
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    38
    +    <CharacterSet>NotSet</CharacterSet>
    
    39
    +  </PropertyGroup>
    
    40
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    41
    +    <ConfigurationType>Application</ConfigurationType>
    
    42
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    43
    +    <CharacterSet>NotSet</CharacterSet>
    
    44
    +  </PropertyGroup>
    
    45
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    46
    +    <ConfigurationType>Application</ConfigurationType>
    
    47
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    48
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    49
    +    <CharacterSet>NotSet</CharacterSet>
    
    50
    +  </PropertyGroup>
    
    51
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    52
    +  <ImportGroup Label="ExtensionSettings">
    
    53
    +  </ImportGroup>
    
    54
    +  <ImportGroup Label="Shared">
    
    55
    +  </ImportGroup>
    
    56
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    57
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    58
    +  </ImportGroup>
    
    59
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    60
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    61
    +  </ImportGroup>
    
    62
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    63
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    64
    +  </ImportGroup>
    
    65
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    66
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    67
    +  </ImportGroup>
    
    68
    +  <PropertyGroup Label="UserMacros" />
    
    69
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    70
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    71
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    72
    +  </PropertyGroup>
    
    73
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    74
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    75
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    76
    +  </PropertyGroup>
    
    77
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    78
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    79
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    80
    +  </PropertyGroup>
    
    81
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    82
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    83
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    84
    +  </PropertyGroup>
    
    85
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    86
    +    <ClCompile>
    
    87
    +      <WarningLevel>Level3</WarningLevel>
    
    88
    +      <Optimization>Disabled</Optimization>
    
    89
    +      <SDLCheck>true</SDLCheck>
    
    90
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    91
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    92
    +    </ClCompile>
    
    93
    +    <PostBuildEvent>
    
    94
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    95
    +    </PostBuildEvent>
    
    96
    +  </ItemDefinitionGroup>
    
    97
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    98
    +    <ClCompile>
    
    99
    +      <WarningLevel>Level3</WarningLevel>
    
    100
    +      <Optimization>Disabled</Optimization>
    
    101
    +      <SDLCheck>true</SDLCheck>
    
    102
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    103
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    104
    +    </ClCompile>
    
    105
    +    <PostBuildEvent>
    
    106
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    107
    +    </PostBuildEvent>
    
    108
    +  </ItemDefinitionGroup>
    
    109
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    110
    +    <ClCompile>
    
    111
    +      <WarningLevel>Level3</WarningLevel>
    
    112
    +      <Optimization>MaxSpeed</Optimization>
    
    113
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    114
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    115
    +      <SDLCheck>true</SDLCheck>
    
    116
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    117
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    118
    +    </ClCompile>
    
    119
    +    <Link>
    
    120
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    121
    +      <OptimizeReferences>true</OptimizeReferences>
    
    122
    +    </Link>
    
    123
    +    <PostBuildEvent>
    
    124
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    125
    +    </PostBuildEvent>
    
    126
    +  </ItemDefinitionGroup>
    
    127
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    128
    +    <ClCompile>
    
    129
    +      <WarningLevel>Level3</WarningLevel>
    
    130
    +      <Optimization>MaxSpeed</Optimization>
    
    131
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    132
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    133
    +      <SDLCheck>true</SDLCheck>
    
    134
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    135
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    136
    +    </ClCompile>
    
    137
    +    <Link>
    
    138
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    139
    +      <OptimizeReferences>true</OptimizeReferences>
    
    140
    +    </Link>
    
    141
    +    <PostBuildEvent>
    
    142
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    143
    +    </PostBuildEvent>
    
    144
    +  </ItemDefinitionGroup>
    
    145
    +  <ItemGroup>
    
    146
    +    <ClCompile Include="..\..\..\src\common.c" />
    
    147
    +    <ClCompile Include="..\..\..\src\mlgetopt.c" />
    
    148
    +    <ClCompile Include="..\..\..\src\output.c" />
    
    149
    +    <ClCompile Include="..\..\..\src\ftdump.c" />
    
    150
    +  </ItemGroup>
    
    151
    +  <ItemGroup>
    
    152
    +    <ClInclude Include="..\..\..\src\common.h" />
    
    153
    +    <ClInclude Include="..\..\..\src\mlgetopt.h" />
    
    154
    +    <ClInclude Include="..\..\..\src\output.h" />
    
    155
    +  </ItemGroup>
    
    156
    +  <ItemGroup>
    
    157
    +    <Library Include="..\..\..\..\freetype\objs\freetype.lib" />
    
    158
    +  </ItemGroup>
    
    159
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    
    160
    +  <ImportGroup Label="ExtensionTargets">
    
    161
    +  </ImportGroup>
    
    162
    +</Project>

  • builds/windows/msvc/ftgamma.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|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
    +    <ProjectConfiguration Include="Debug|x64">
    
    13
    +      <Configuration>Debug</Configuration>
    
    14
    +      <Platform>x64</Platform>
    
    15
    +    </ProjectConfiguration>
    
    16
    +    <ProjectConfiguration Include="Release|x64">
    
    17
    +      <Configuration>Release</Configuration>
    
    18
    +      <Platform>x64</Platform>
    
    19
    +    </ProjectConfiguration>
    
    20
    +  </ItemGroup>
    
    21
    +  <PropertyGroup Label="Globals">
    
    22
    +    <ProjectGuid>{92697ED8-60A0-4098-B750-A883A7E54969}</ProjectGuid>
    
    23
    +    <RootNamespace>ftgamma</RootNamespace>
    
    24
    +  </PropertyGroup>
    
    25
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    
    26
    +  <PropertyGroup Label="PlatformToolset">
    
    27
    +    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
    
    28
    +  </PropertyGroup>
    
    29
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    30
    +    <ConfigurationType>Application</ConfigurationType>
    
    31
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    32
    +    <CharacterSet>NotSet</CharacterSet>
    
    33
    +  </PropertyGroup>
    
    34
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    35
    +    <ConfigurationType>Application</ConfigurationType>
    
    36
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    37
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    38
    +    <CharacterSet>NotSet</CharacterSet>
    
    39
    +  </PropertyGroup>
    
    40
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    41
    +    <ConfigurationType>Application</ConfigurationType>
    
    42
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    43
    +    <CharacterSet>NotSet</CharacterSet>
    
    44
    +  </PropertyGroup>
    
    45
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    46
    +    <ConfigurationType>Application</ConfigurationType>
    
    47
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    48
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    49
    +    <CharacterSet>NotSet</CharacterSet>
    
    50
    +  </PropertyGroup>
    
    51
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    52
    +  <ImportGroup Label="ExtensionSettings">
    
    53
    +  </ImportGroup>
    
    54
    +  <ImportGroup Label="Shared">
    
    55
    +  </ImportGroup>
    
    56
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    57
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    58
    +  </ImportGroup>
    
    59
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    60
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    61
    +  </ImportGroup>
    
    62
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    63
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    64
    +  </ImportGroup>
    
    65
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    66
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    67
    +  </ImportGroup>
    
    68
    +  <PropertyGroup Label="UserMacros" />
    
    69
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    70
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    71
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    72
    +  </PropertyGroup>
    
    73
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    74
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    75
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    76
    +  </PropertyGroup>
    
    77
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    78
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    79
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    80
    +  </PropertyGroup>
    
    81
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    82
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    83
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    84
    +  </PropertyGroup>
    
    85
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    86
    +    <ClCompile>
    
    87
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    88
    +      <WarningLevel>Level3</WarningLevel>
    
    89
    +      <Optimization>Disabled</Optimization>
    
    90
    +      <SDLCheck>true</SDLCheck>
    
    91
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    92
    +    </ClCompile>
    
    93
    +    <PostBuildEvent>
    
    94
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    95
    +    </PostBuildEvent>
    
    96
    +  </ItemDefinitionGroup>
    
    97
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    98
    +    <ClCompile>
    
    99
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    100
    +      <WarningLevel>Level3</WarningLevel>
    
    101
    +      <Optimization>Disabled</Optimization>
    
    102
    +      <SDLCheck>true</SDLCheck>
    
    103
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    104
    +    </ClCompile>
    
    105
    +    <PostBuildEvent>
    
    106
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    107
    +    </PostBuildEvent>
    
    108
    +  </ItemDefinitionGroup>
    
    109
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    110
    +    <ClCompile>
    
    111
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    112
    +      <WarningLevel>Level3</WarningLevel>
    
    113
    +      <Optimization>MaxSpeed</Optimization>
    
    114
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    115
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    116
    +      <SDLCheck>true</SDLCheck>
    
    117
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    118
    +    </ClCompile>
    
    119
    +    <Link>
    
    120
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    121
    +      <OptimizeReferences>true</OptimizeReferences>
    
    122
    +    </Link>
    
    123
    +    <PostBuildEvent>
    
    124
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    125
    +    </PostBuildEvent>
    
    126
    +  </ItemDefinitionGroup>
    
    127
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    128
    +    <ClCompile>
    
    129
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    130
    +      <WarningLevel>Level3</WarningLevel>
    
    131
    +      <Optimization>MaxSpeed</Optimization>
    
    132
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    133
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    134
    +      <SDLCheck>true</SDLCheck>
    
    135
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    136
    +    </ClCompile>
    
    137
    +    <Link>
    
    138
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    139
    +      <OptimizeReferences>true</OptimizeReferences>
    
    140
    +    </Link>
    
    141
    +    <PostBuildEvent>
    
    142
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    143
    +    </PostBuildEvent>
    
    144
    +  </ItemDefinitionGroup>
    
    145
    +  <ItemGroup>
    
    146
    +    <ClCompile Include="..\..\..\src\common.c" />
    
    147
    +    <ClCompile Include="..\..\..\src\strbuf.c" />
    
    148
    +    <ClCompile Include="..\..\..\src\ftcommon.c" />
    
    149
    +    <ClCompile Include="..\..\..\src\ftgamma.c" />
    
    150
    +  </ItemGroup>
    
    151
    +  <ItemGroup>
    
    152
    +    <ClInclude Include="..\..\..\src\common.h" />
    
    153
    +    <ClInclude Include="..\..\..\src\strbuf.h" />
    
    154
    +    <ClInclude Include="..\..\..\src\ftcommon.h" />
    
    155
    +  </ItemGroup>
    
    156
    +  <ItemGroup>
    
    157
    +    <ProjectReference Include="migs.vcxproj">
    
    158
    +      <Project>{5f517bbd-326a-4dc6-a42f-872d58501383}</Project>
    
    159
    +    </ProjectReference>
    
    160
    +  </ItemGroup>
    
    161
    +  <ItemGroup>
    
    162
    +    <Library Include="..\..\..\..\freetype\objs\freetype.lib" />
    
    163
    +  </ItemGroup>
    
    164
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    
    165
    +  <ImportGroup Label="ExtensionTargets">
    
    166
    +  </ImportGroup>
    
    167
    +</Project>

  • builds/windows/msvc/ftgrid.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|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
    +    <ProjectConfiguration Include="Debug|x64">
    
    13
    +      <Configuration>Debug</Configuration>
    
    14
    +      <Platform>x64</Platform>
    
    15
    +    </ProjectConfiguration>
    
    16
    +    <ProjectConfiguration Include="Release|x64">
    
    17
    +      <Configuration>Release</Configuration>
    
    18
    +      <Platform>x64</Platform>
    
    19
    +    </ProjectConfiguration>
    
    20
    +  </ItemGroup>
    
    21
    +  <PropertyGroup Label="Globals">
    
    22
    +    <ProjectGuid>{3A8DB6B5-EF56-4E42-8918-3E54889C53AB}</ProjectGuid>
    
    23
    +    <RootNamespace>ftgrid</RootNamespace>
    
    24
    +  </PropertyGroup>
    
    25
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    
    26
    +  <PropertyGroup Label="PlatformToolset">
    
    27
    +    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
    
    28
    +  </PropertyGroup>
    
    29
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    30
    +    <ConfigurationType>Application</ConfigurationType>
    
    31
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    32
    +    <CharacterSet>NotSet</CharacterSet>
    
    33
    +  </PropertyGroup>
    
    34
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    35
    +    <ConfigurationType>Application</ConfigurationType>
    
    36
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    37
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    38
    +    <CharacterSet>NotSet</CharacterSet>
    
    39
    +  </PropertyGroup>
    
    40
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    41
    +    <ConfigurationType>Application</ConfigurationType>
    
    42
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    43
    +    <CharacterSet>NotSet</CharacterSet>
    
    44
    +  </PropertyGroup>
    
    45
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    46
    +    <ConfigurationType>Application</ConfigurationType>
    
    47
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    48
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    49
    +    <CharacterSet>NotSet</CharacterSet>
    
    50
    +  </PropertyGroup>
    
    51
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    52
    +  <ImportGroup Label="ExtensionSettings">
    
    53
    +  </ImportGroup>
    
    54
    +  <ImportGroup Label="Shared">
    
    55
    +  </ImportGroup>
    
    56
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    57
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    58
    +  </ImportGroup>
    
    59
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    60
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    61
    +  </ImportGroup>
    
    62
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    63
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    64
    +  </ImportGroup>
    
    65
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    66
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    67
    +  </ImportGroup>
    
    68
    +  <PropertyGroup Label="UserMacros" />
    
    69
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    70
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    71
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    72
    +  </PropertyGroup>
    
    73
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    74
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    75
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    76
    +  </PropertyGroup>
    
    77
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    78
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    79
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    80
    +  </PropertyGroup>
    
    81
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    82
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    83
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    84
    +  </PropertyGroup>
    
    85
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    86
    +    <ClCompile>
    
    87
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    88
    +      <WarningLevel>Level3</WarningLevel>
    
    89
    +      <Optimization>Disabled</Optimization>
    
    90
    +      <SDLCheck>true</SDLCheck>
    
    91
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    92
    +    </ClCompile>
    
    93
    +    <PostBuildEvent>
    
    94
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    95
    +    </PostBuildEvent>
    
    96
    +  </ItemDefinitionGroup>
    
    97
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    98
    +    <ClCompile>
    
    99
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    100
    +      <WarningLevel>Level3</WarningLevel>
    
    101
    +      <Optimization>Disabled</Optimization>
    
    102
    +      <SDLCheck>true</SDLCheck>
    
    103
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    104
    +    </ClCompile>
    
    105
    +    <PostBuildEvent>
    
    106
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    107
    +    </PostBuildEvent>
    
    108
    +  </ItemDefinitionGroup>
    
    109
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    110
    +    <ClCompile>
    
    111
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    112
    +      <WarningLevel>Level3</WarningLevel>
    
    113
    +      <Optimization>MaxSpeed</Optimization>
    
    114
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    115
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    116
    +      <SDLCheck>true</SDLCheck>
    
    117
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    118
    +    </ClCompile>
    
    119
    +    <Link>
    
    120
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    121
    +      <OptimizeReferences>true</OptimizeReferences>
    
    122
    +    </Link>
    
    123
    +    <PostBuildEvent>
    
    124
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    125
    +    </PostBuildEvent>
    
    126
    +  </ItemDefinitionGroup>
    
    127
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    128
    +    <ClCompile>
    
    129
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    130
    +      <WarningLevel>Level3</WarningLevel>
    
    131
    +      <Optimization>MaxSpeed</Optimization>
    
    132
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    133
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    134
    +      <SDLCheck>true</SDLCheck>
    
    135
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    136
    +    </ClCompile>
    
    137
    +    <Link>
    
    138
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    139
    +      <OptimizeReferences>true</OptimizeReferences>
    
    140
    +    </Link>
    
    141
    +    <PostBuildEvent>
    
    142
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    143
    +    </PostBuildEvent>
    
    144
    +  </ItemDefinitionGroup>
    
    145
    +  <ItemGroup>
    
    146
    +    <ClCompile Include="..\..\..\src\common.c" />
    
    147
    +    <ClCompile Include="..\..\..\src\mlgetopt.c" />
    
    148
    +    <ClCompile Include="..\..\..\src\output.c" />
    
    149
    +    <ClCompile Include="..\..\..\src\strbuf.c" />
    
    150
    +    <ClCompile Include="..\..\..\src\ftpngout.c" />
    
    151
    +    <ClCompile Include="..\..\..\src\ftcommon.c" />
    
    152
    +    <ClCompile Include="..\..\..\src\ftgrid.c" />
    
    153
    +  </ItemGroup>
    
    154
    +  <ItemGroup>
    
    155
    +    <ClInclude Include="..\..\..\src\common.h" />
    
    156
    +    <ClInclude Include="..\..\..\src\mlgetopt.h" />
    
    157
    +    <ClInclude Include="..\..\..\src\output.h" />
    
    158
    +    <ClInclude Include="..\..\..\src\strbuf.h" />
    
    159
    +    <ClInclude Include="..\..\..\src\ftcommon.h" />
    
    160
    +  </ItemGroup>
    
    161
    +  <ItemGroup>
    
    162
    +    <ProjectReference Include="migs.vcxproj">
    
    163
    +      <Project>{5f517bbd-326a-4dc6-a42f-872d58501383}</Project>
    
    164
    +    </ProjectReference>
    
    165
    +  </ItemGroup>
    
    166
    +  <ItemGroup>
    
    167
    +    <Library Include="..\..\..\..\freetype\objs\freetype.lib" />
    
    168
    +  </ItemGroup>
    
    169
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    
    170
    +  <ImportGroup Label="ExtensionTargets">
    
    171
    +  </ImportGroup>
    
    172
    +</Project>

  • builds/windows/msvc/ftlint.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|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
    +    <ProjectConfiguration Include="Debug|x64">
    
    13
    +      <Configuration>Debug</Configuration>
    
    14
    +      <Platform>x64</Platform>
    
    15
    +    </ProjectConfiguration>
    
    16
    +    <ProjectConfiguration Include="Release|x64">
    
    17
    +      <Configuration>Release</Configuration>
    
    18
    +      <Platform>x64</Platform>
    
    19
    +    </ProjectConfiguration>
    
    20
    +  </ItemGroup>
    
    21
    +  <PropertyGroup Label="Globals">
    
    22
    +    <ProjectGuid>{2C433E6D-09FE-4AD5-8DAB-FF558022BE67}</ProjectGuid>
    
    23
    +    <RootNamespace>ftlint</RootNamespace>
    
    24
    +  </PropertyGroup>
    
    25
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    
    26
    +  <PropertyGroup Label="PlatformToolset">
    
    27
    +    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
    
    28
    +  </PropertyGroup>
    
    29
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    30
    +    <ConfigurationType>Application</ConfigurationType>
    
    31
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    32
    +    <CharacterSet>NotSet</CharacterSet>
    
    33
    +  </PropertyGroup>
    
    34
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    35
    +    <ConfigurationType>Application</ConfigurationType>
    
    36
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    37
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    38
    +    <CharacterSet>NotSet</CharacterSet>
    
    39
    +  </PropertyGroup>
    
    40
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    41
    +    <ConfigurationType>Application</ConfigurationType>
    
    42
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    43
    +    <CharacterSet>NotSet</CharacterSet>
    
    44
    +  </PropertyGroup>
    
    45
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    46
    +    <ConfigurationType>Application</ConfigurationType>
    
    47
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    48
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    49
    +    <CharacterSet>NotSet</CharacterSet>
    
    50
    +  </PropertyGroup>
    
    51
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    52
    +  <ImportGroup Label="ExtensionSettings">
    
    53
    +  </ImportGroup>
    
    54
    +  <ImportGroup Label="Shared">
    
    55
    +  </ImportGroup>
    
    56
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    57
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    58
    +  </ImportGroup>
    
    59
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    60
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    61
    +  </ImportGroup>
    
    62
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    63
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    64
    +  </ImportGroup>
    
    65
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    66
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    67
    +  </ImportGroup>
    
    68
    +  <PropertyGroup Label="UserMacros" />
    
    69
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    70
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    71
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    72
    +  </PropertyGroup>
    
    73
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    74
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    75
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    76
    +  </PropertyGroup>
    
    77
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    78
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    79
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    80
    +  </PropertyGroup>
    
    81
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    82
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    83
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    84
    +  </PropertyGroup>
    
    85
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    86
    +    <ClCompile>
    
    87
    +      <WarningLevel>Level3</WarningLevel>
    
    88
    +      <Optimization>Disabled</Optimization>
    
    89
    +      <SDLCheck>true</SDLCheck>
    
    90
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    91
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    92
    +    </ClCompile>
    
    93
    +    <PostBuildEvent>
    
    94
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    95
    +    </PostBuildEvent>
    
    96
    +  </ItemDefinitionGroup>
    
    97
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    98
    +    <ClCompile>
    
    99
    +      <WarningLevel>Level3</WarningLevel>
    
    100
    +      <Optimization>Disabled</Optimization>
    
    101
    +      <SDLCheck>true</SDLCheck>
    
    102
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    103
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    104
    +    </ClCompile>
    
    105
    +    <PostBuildEvent>
    
    106
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    107
    +    </PostBuildEvent>
    
    108
    +  </ItemDefinitionGroup>
    
    109
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    110
    +    <ClCompile>
    
    111
    +      <WarningLevel>Level3</WarningLevel>
    
    112
    +      <Optimization>MaxSpeed</Optimization>
    
    113
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    114
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    115
    +      <SDLCheck>true</SDLCheck>
    
    116
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    117
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    118
    +    </ClCompile>
    
    119
    +    <Link>
    
    120
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    121
    +      <OptimizeReferences>true</OptimizeReferences>
    
    122
    +    </Link>
    
    123
    +    <PostBuildEvent>
    
    124
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    125
    +    </PostBuildEvent>
    
    126
    +  </ItemDefinitionGroup>
    
    127
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    128
    +    <ClCompile>
    
    129
    +      <WarningLevel>Level3</WarningLevel>
    
    130
    +      <Optimization>MaxSpeed</Optimization>
    
    131
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    132
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    133
    +      <SDLCheck>true</SDLCheck>
    
    134
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include</AdditionalIncludeDirectories>
    
    135
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    136
    +    </ClCompile>
    
    137
    +    <Link>
    
    138
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    139
    +      <OptimizeReferences>true</OptimizeReferences>
    
    140
    +    </Link>
    
    141
    +    <PostBuildEvent>
    
    142
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    143
    +    </PostBuildEvent>
    
    144
    +  </ItemDefinitionGroup>
    
    145
    +  <ItemGroup>
    
    146
    +    <ClCompile Include="..\..\..\src\common.c" />
    
    147
    +    <ClCompile Include="..\..\..\src\mlgetopt.c" />
    
    148
    +    <ClCompile Include="..\..\..\src\md5.c" />
    
    149
    +    <ClCompile Include="..\..\..\src\ftlint.c" />
    
    150
    +  </ItemGroup>
    
    151
    +  <ItemGroup>
    
    152
    +    <ClInclude Include="..\..\..\src\common.h" />
    
    153
    +    <ClInclude Include="..\..\..\src\mlgetopt.h" />
    
    154
    +    <ClInclude Include="..\..\..\src\md5.h" />
    
    155
    +  </ItemGroup>
    
    156
    +  <ItemGroup>
    
    157
    +    <Library Include="..\..\..\..\freetype\objs\freetype.lib" />
    
    158
    +  </ItemGroup>
    
    159
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    
    160
    +  <ImportGroup Label="ExtensionTargets">
    
    161
    +  </ImportGroup>
    
    162
    +</Project>

  • builds/windows/msvc/ftstring.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|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
    +    <ProjectConfiguration Include="Debug|x64">
    
    13
    +      <Configuration>Debug</Configuration>
    
    14
    +      <Platform>x64</Platform>
    
    15
    +    </ProjectConfiguration>
    
    16
    +    <ProjectConfiguration Include="Release|x64">
    
    17
    +      <Configuration>Release</Configuration>
    
    18
    +      <Platform>x64</Platform>
    
    19
    +    </ProjectConfiguration>
    
    20
    +  </ItemGroup>
    
    21
    +  <PropertyGroup Label="Globals">
    
    22
    +    <ProjectGuid>{481AD586-CA51-4BEB-BFE8-B2F3354D296D}</ProjectGuid>
    
    23
    +    <RootNamespace>ftstring</RootNamespace>
    
    24
    +  </PropertyGroup>
    
    25
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    
    26
    +  <PropertyGroup Label="PlatformToolset">
    
    27
    +    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
    
    28
    +  </PropertyGroup>
    
    29
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    30
    +    <ConfigurationType>Application</ConfigurationType>
    
    31
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    32
    +    <CharacterSet>NotSet</CharacterSet>
    
    33
    +  </PropertyGroup>
    
    34
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    35
    +    <ConfigurationType>Application</ConfigurationType>
    
    36
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    37
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    38
    +    <CharacterSet>NotSet</CharacterSet>
    
    39
    +  </PropertyGroup>
    
    40
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    41
    +    <ConfigurationType>Application</ConfigurationType>
    
    42
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    43
    +    <CharacterSet>NotSet</CharacterSet>
    
    44
    +  </PropertyGroup>
    
    45
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    46
    +    <ConfigurationType>Application</ConfigurationType>
    
    47
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    48
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    49
    +    <CharacterSet>NotSet</CharacterSet>
    
    50
    +  </PropertyGroup>
    
    51
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    52
    +  <ImportGroup Label="ExtensionSettings">
    
    53
    +  </ImportGroup>
    
    54
    +  <ImportGroup Label="Shared">
    
    55
    +  </ImportGroup>
    
    56
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    57
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    58
    +  </ImportGroup>
    
    59
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    60
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    61
    +  </ImportGroup>
    
    62
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    63
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    64
    +  </ImportGroup>
    
    65
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    66
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    67
    +  </ImportGroup>
    
    68
    +  <PropertyGroup Label="UserMacros" />
    
    69
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    70
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    71
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    72
    +  </PropertyGroup>
    
    73
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    74
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    75
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    76
    +  </PropertyGroup>
    
    77
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    78
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    79
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    80
    +  </PropertyGroup>
    
    81
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    82
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    83
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    84
    +  </PropertyGroup>
    
    85
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    86
    +    <ClCompile>
    
    87
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    88
    +      <WarningLevel>Level3</WarningLevel>
    
    89
    +      <Optimization>Disabled</Optimization>
    
    90
    +      <SDLCheck>true</SDLCheck>
    
    91
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    92
    +      <AdditionalOptions>/utf-8</AdditionalOptions>
    
    93
    +    </ClCompile>
    
    94
    +    <PostBuildEvent>
    
    95
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    96
    +    </PostBuildEvent>
    
    97
    +  </ItemDefinitionGroup>
    
    98
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    99
    +    <ClCompile>
    
    100
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    101
    +      <WarningLevel>Level3</WarningLevel>
    
    102
    +      <Optimization>Disabled</Optimization>
    
    103
    +      <SDLCheck>true</SDLCheck>
    
    104
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    105
    +      <AdditionalOptions>/utf-8</AdditionalOptions>
    
    106
    +    </ClCompile>
    
    107
    +    <PostBuildEvent>
    
    108
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    109
    +    </PostBuildEvent>
    
    110
    +  </ItemDefinitionGroup>
    
    111
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    112
    +    <ClCompile>
    
    113
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    114
    +      <WarningLevel>Level3</WarningLevel>
    
    115
    +      <Optimization>MaxSpeed</Optimization>
    
    116
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    117
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    118
    +      <SDLCheck>true</SDLCheck>
    
    119
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    120
    +      <AdditionalOptions>/utf-8</AdditionalOptions>
    
    121
    +    </ClCompile>
    
    122
    +    <Link>
    
    123
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    124
    +      <OptimizeReferences>true</OptimizeReferences>
    
    125
    +    </Link>
    
    126
    +    <PostBuildEvent>
    
    127
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    128
    +    </PostBuildEvent>
    
    129
    +  </ItemDefinitionGroup>
    
    130
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    131
    +    <ClCompile>
    
    132
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    133
    +      <WarningLevel>Level3</WarningLevel>
    
    134
    +      <Optimization>MaxSpeed</Optimization>
    
    135
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    136
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    137
    +      <SDLCheck>true</SDLCheck>
    
    138
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    139
    +      <AdditionalOptions>/utf-8</AdditionalOptions>
    
    140
    +    </ClCompile>
    
    141
    +    <Link>
    
    142
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    143
    +      <OptimizeReferences>true</OptimizeReferences>
    
    144
    +    </Link>
    
    145
    +    <PostBuildEvent>
    
    146
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    147
    +    </PostBuildEvent>
    
    148
    +  </ItemDefinitionGroup>
    
    149
    +  <ItemGroup>
    
    150
    +    <ClCompile Include="..\..\..\src\common.c" />
    
    151
    +    <ClCompile Include="..\..\..\src\mlgetopt.c" />
    
    152
    +    <ClCompile Include="..\..\..\src\strbuf.c" />
    
    153
    +    <ClCompile Include="..\..\..\src\ftpngout.c" />
    
    154
    +    <ClCompile Include="..\..\..\src\ftcommon.c" />
    
    155
    +    <ClCompile Include="..\..\..\src\ftstring.c" />
    
    156
    +  </ItemGroup>
    
    157
    +  <ItemGroup>
    
    158
    +    <ClInclude Include="..\..\..\src\common.h" />
    
    159
    +    <ClInclude Include="..\..\..\src\mlgetopt.h" />
    
    160
    +    <ClInclude Include="..\..\..\src\strbuf.h" />
    
    161
    +    <ClInclude Include="..\..\..\src\ftcommon.h" />
    
    162
    +  </ItemGroup>
    
    163
    +  <ItemGroup>
    
    164
    +    <ProjectReference Include="migs.vcxproj">
    
    165
    +      <Project>{5f517bbd-326a-4dc6-a42f-872d58501383}</Project>
    
    166
    +    </ProjectReference>
    
    167
    +  </ItemGroup>
    
    168
    +  <ItemGroup>
    
    169
    +    <Library Include="..\..\..\..\freetype\objs\freetype.lib" />
    
    170
    +  </ItemGroup>
    
    171
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    
    172
    +  <ImportGroup Label="ExtensionTargets">
    
    173
    +  </ImportGroup>
    
    174
    +</Project>

  • builds/windows/msvc/ftview.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|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
    +    <ProjectConfiguration Include="Debug|x64">
    
    13
    +      <Configuration>Debug</Configuration>
    
    14
    +      <Platform>x64</Platform>
    
    15
    +    </ProjectConfiguration>
    
    16
    +    <ProjectConfiguration Include="Release|x64">
    
    17
    +      <Configuration>Release</Configuration>
    
    18
    +      <Platform>x64</Platform>
    
    19
    +    </ProjectConfiguration>
    
    20
    +  </ItemGroup>
    
    21
    +  <PropertyGroup Label="Globals">
    
    22
    +    <ProjectGuid>{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}</ProjectGuid>
    
    23
    +    <RootNamespace>ftview</RootNamespace>
    
    24
    +  </PropertyGroup>
    
    25
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    
    26
    +  <PropertyGroup Label="PlatformToolset">
    
    27
    +    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
    
    28
    +  </PropertyGroup>
    
    29
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    30
    +    <ConfigurationType>Application</ConfigurationType>
    
    31
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    32
    +    <CharacterSet>NotSet</CharacterSet>
    
    33
    +  </PropertyGroup>
    
    34
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    35
    +    <ConfigurationType>Application</ConfigurationType>
    
    36
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    37
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    38
    +    <CharacterSet>NotSet</CharacterSet>
    
    39
    +  </PropertyGroup>
    
    40
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    41
    +    <ConfigurationType>Application</ConfigurationType>
    
    42
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    43
    +    <CharacterSet>NotSet</CharacterSet>
    
    44
    +  </PropertyGroup>
    
    45
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    46
    +    <ConfigurationType>Application</ConfigurationType>
    
    47
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    48
    +    <WholeProgramOptimization>true</WholeProgramOptimization>
    
    49
    +    <CharacterSet>NotSet</CharacterSet>
    
    50
    +  </PropertyGroup>
    
    51
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    52
    +  <ImportGroup Label="ExtensionSettings">
    
    53
    +  </ImportGroup>
    
    54
    +  <ImportGroup Label="Shared">
    
    55
    +  </ImportGroup>
    
    56
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    57
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    58
    +  </ImportGroup>
    
    59
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    60
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    61
    +  </ImportGroup>
    
    62
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    63
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    64
    +  </ImportGroup>
    
    65
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    66
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    67
    +  </ImportGroup>
    
    68
    +  <PropertyGroup Label="UserMacros" />
    
    69
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    70
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    71
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    72
    +  </PropertyGroup>
    
    73
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    74
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    75
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    76
    +  </PropertyGroup>
    
    77
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    78
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    79
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    80
    +  </PropertyGroup>
    
    81
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    82
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    83
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    84
    +  </PropertyGroup>
    
    85
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    86
    +    <ClCompile>
    
    87
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    88
    +      <WarningLevel>Level3</WarningLevel>
    
    89
    +      <Optimization>Disabled</Optimization>
    
    90
    +      <SDLCheck>true</SDLCheck>
    
    91
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    92
    +    </ClCompile>
    
    93
    +    <PostBuildEvent>
    
    94
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    95
    +    </PostBuildEvent>
    
    96
    +  </ItemDefinitionGroup>
    
    97
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    98
    +    <ClCompile>
    
    99
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    100
    +      <WarningLevel>Level3</WarningLevel>
    
    101
    +      <Optimization>Disabled</Optimization>
    
    102
    +      <SDLCheck>true</SDLCheck>
    
    103
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    104
    +    </ClCompile>
    
    105
    +    <PostBuildEvent>
    
    106
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    107
    +    </PostBuildEvent>
    
    108
    +  </ItemDefinitionGroup>
    
    109
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    110
    +    <ClCompile>
    
    111
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    112
    +      <WarningLevel>Level3</WarningLevel>
    
    113
    +      <Optimization>MaxSpeed</Optimization>
    
    114
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    115
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    116
    +      <SDLCheck>true</SDLCheck>
    
    117
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    118
    +    </ClCompile>
    
    119
    +    <Link>
    
    120
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    121
    +      <OptimizeReferences>true</OptimizeReferences>
    
    122
    +    </Link>
    
    123
    +    <PostBuildEvent>
    
    124
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    125
    +    </PostBuildEvent>
    
    126
    +  </ItemDefinitionGroup>
    
    127
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    128
    +    <ClCompile>
    
    129
    +      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    130
    +      <WarningLevel>Level3</WarningLevel>
    
    131
    +      <Optimization>MaxSpeed</Optimization>
    
    132
    +      <FunctionLevelLinking>true</FunctionLevelLinking>
    
    133
    +      <IntrinsicFunctions>true</IntrinsicFunctions>
    
    134
    +      <SDLCheck>true</SDLCheck>
    
    135
    +      <AdditionalIncludeDirectories>..\..\..\..\freetype\include;..\..\..\graph</AdditionalIncludeDirectories>
    
    136
    +    </ClCompile>
    
    137
    +    <Link>
    
    138
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    139
    +      <OptimizeReferences>true</OptimizeReferences>
    
    140
    +    </Link>
    
    141
    +    <PostBuildEvent>
    
    142
    +      <Command>copy /b ..\..\..\objs\$(Platform)\$(Configuration)\$(TargetFileName) ..\..\..\bin\</Command>
    
    143
    +    </PostBuildEvent>
    
    144
    +  </ItemDefinitionGroup>
    
    145
    +  <ItemGroup>
    
    146
    +    <ClCompile Include="..\..\..\src\common.c" />
    
    147
    +    <ClCompile Include="..\..\..\src\mlgetopt.c" />
    
    148
    +    <ClCompile Include="..\..\..\src\strbuf.c" />
    
    149
    +    <ClCompile Include="..\..\..\src\ftpngout.c" />
    
    150
    +    <ClCompile Include="..\..\..\src\ftcommon.c" />
    
    151
    +    <ClCompile Include="..\..\..\src\ftview.c" />
    
    152
    +  </ItemGroup>
    
    153
    +  <ItemGroup>
    
    154
    +    <ClInclude Include="..\..\..\src\common.h" />
    
    155
    +    <ClInclude Include="..\..\..\src\mlgetopt.h" />
    
    156
    +    <ClInclude Include="..\..\..\src\strbuf.h" />
    
    157
    +    <ClInclude Include="..\..\..\src\ftcommon.h" />
    
    158
    +  </ItemGroup>
    
    159
    +  <ItemGroup>
    
    160
    +    <ProjectReference Include="migs.vcxproj">
    
    161
    +      <Project>{5f517bbd-326a-4dc6-a42f-872d58501383}</Project>
    
    162
    +    </ProjectReference>
    
    163
    +  </ItemGroup>
    
    164
    +  <ItemGroup>
    
    165
    +    <Library Include="..\..\..\..\freetype\objs\freetype.lib" />
    
    166
    +  </ItemGroup>
    
    167
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    
    168
    +  <ImportGroup Label="ExtensionTargets">
    
    169
    +  </ImportGroup>
    
    170
    +</Project>

  • builds/windows/msvc/migs.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|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
    +    <ProjectConfiguration Include="Debug|x64">
    
    13
    +      <Configuration>Debug</Configuration>
    
    14
    +      <Platform>x64</Platform>
    
    15
    +    </ProjectConfiguration>
    
    16
    +    <ProjectConfiguration Include="Release|x64">
    
    17
    +      <Configuration>Release</Configuration>
    
    18
    +      <Platform>x64</Platform>
    
    19
    +    </ProjectConfiguration>
    
    20
    +  </ItemGroup>
    
    21
    +  <PropertyGroup Label="Globals">
    
    22
    +    <ProjectGuid>{5F517BBD-326A-4DC6-A42F-872D58501383}</ProjectGuid>
    
    23
    +    <Keyword>Win32Proj</Keyword>
    
    24
    +  </PropertyGroup>
    
    25
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    
    26
    +  <PropertyGroup Label="PlatformToolset">
    
    27
    +    <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
    
    28
    +  </PropertyGroup>
    
    29
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    
    30
    +    <ConfigurationType>StaticLibrary</ConfigurationType>
    
    31
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    32
    +  </PropertyGroup>
    
    33
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    
    34
    +    <ConfigurationType>StaticLibrary</ConfigurationType>
    
    35
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    36
    +  </PropertyGroup>
    
    37
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    
    38
    +    <ConfigurationType>StaticLibrary</ConfigurationType>
    
    39
    +    <UseDebugLibraries>true</UseDebugLibraries>
    
    40
    +  </PropertyGroup>
    
    41
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    
    42
    +    <ConfigurationType>StaticLibrary</ConfigurationType>
    
    43
    +    <UseDebugLibraries>false</UseDebugLibraries>
    
    44
    +  </PropertyGroup>
    
    45
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    
    46
    +  <ImportGroup Label="ExtensionSettings">
    
    47
    +  </ImportGroup>
    
    48
    +  <ImportGroup Label="Shared">
    
    49
    +  </ImportGroup>
    
    50
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    51
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    52
    +  </ImportGroup>
    
    53
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    54
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    55
    +  </ImportGroup>
    
    56
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    57
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    58
    +  </ImportGroup>
    
    59
    +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    60
    +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    
    61
    +  </ImportGroup>
    
    62
    +  <PropertyGroup Label="UserMacros" />
    
    63
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    64
    +    <LinkIncremental>true</LinkIncremental>
    
    65
    +    <IncludePath>C:\Users\Alexei\source\repos\FreeType\freetype-demos\graph;$(IncludePath)</IncludePath>
    
    66
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    67
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    68
    +  </PropertyGroup>
    
    69
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    70
    +    <LinkIncremental>true</LinkIncremental>
    
    71
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    72
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    73
    +  </PropertyGroup>
    
    74
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    75
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    76
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    77
    +  </PropertyGroup>
    
    78
    +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    79
    +    <IntDir>..\..\..\objs\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
    
    80
    +    <OutDir>..\..\..\objs\$(Platform)\$(Configuration)\</OutDir>
    
    81
    +  </PropertyGroup>
    
    82
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    
    83
    +    <ClCompile>
    
    84
    +      <PreprocessorDefinitions>DEVICE_BATCH;DEVICE_WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    85
    +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    
    86
    +      <WarningLevel>Level3</WarningLevel>
    
    87
    +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    
    88
    +      <Optimization>Disabled</Optimization>
    
    89
    +      <AdditionalIncludeDirectories>..\..\..\graph</AdditionalIncludeDirectories>
    
    90
    +    </ClCompile>
    
    91
    +    <Link>
    
    92
    +      <TargetMachine>MachineX86</TargetMachine>
    
    93
    +      <GenerateDebugInformation>true</GenerateDebugInformation>
    
    94
    +      <SubSystem>Windows</SubSystem>
    
    95
    +    </Link>
    
    96
    +  </ItemDefinitionGroup>
    
    97
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    
    98
    +    <ClCompile>
    
    99
    +      <PreprocessorDefinitions>DEVICE_BATCH;DEVICE_WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    100
    +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    
    101
    +      <WarningLevel>Level3</WarningLevel>
    
    102
    +      <Optimization>MaxSpeed</Optimization>
    
    103
    +      <AdditionalIncludeDirectories>..\..\..\graph</AdditionalIncludeDirectories>
    
    104
    +    </ClCompile>
    
    105
    +    <Link>
    
    106
    +      <TargetMachine>MachineX86</TargetMachine>
    
    107
    +      <SubSystem>Windows</SubSystem>
    
    108
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    109
    +      <OptimizeReferences>true</OptimizeReferences>
    
    110
    +    </Link>
    
    111
    +  </ItemDefinitionGroup>
    
    112
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    
    113
    +    <ClCompile>
    
    114
    +      <PreprocessorDefinitions>DEVICE_BATCH;DEVICE_WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    115
    +      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    
    116
    +      <WarningLevel>Level3</WarningLevel>
    
    117
    +      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    
    118
    +      <Optimization>Disabled</Optimization>
    
    119
    +      <AdditionalIncludeDirectories>..\..\..\graph</AdditionalIncludeDirectories>
    
    120
    +    </ClCompile>
    
    121
    +    <Link>
    
    122
    +      <TargetMachine>MachineX64</TargetMachine>
    
    123
    +      <GenerateDebugInformation>true</GenerateDebugInformation>
    
    124
    +      <SubSystem>Windows</SubSystem>
    
    125
    +    </Link>
    
    126
    +  </ItemDefinitionGroup>
    
    127
    +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    
    128
    +    <ClCompile>
    
    129
    +      <PreprocessorDefinitions>DEVICE_BATCH;DEVICE_WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    
    130
    +      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    
    131
    +      <WarningLevel>Level3</WarningLevel>
    
    132
    +      <Optimization>MaxSpeed</Optimization>
    
    133
    +      <AdditionalIncludeDirectories>..\..\..\graph</AdditionalIncludeDirectories>
    
    134
    +    </ClCompile>
    
    135
    +    <Link>
    
    136
    +      <TargetMachine>MachineX64</TargetMachine>
    
    137
    +      <SubSystem>Windows</SubSystem>
    
    138
    +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    
    139
    +      <OptimizeReferences>true</OptimizeReferences>
    
    140
    +    </Link>
    
    141
    +  </ItemDefinitionGroup>
    
    142
    +  <ItemGroup>
    
    143
    +    <ClCompile Include="..\..\..\graph\gblblit.c" />
    
    144
    +    <ClCompile Include="..\..\..\graph\gblender.c" />
    
    145
    +    <ClCompile Include="..\..\..\graph\grblit.c" />
    
    146
    +    <ClCompile Include="..\..\..\graph\grdevice.c" />
    
    147
    +    <ClCompile Include="..\..\..\graph\grfill.c" />
    
    148
    +    <ClCompile Include="..\..\..\graph\grfont.c" />
    
    149
    +    <ClCompile Include="..\..\..\graph\grinit.c" />
    
    150
    +    <ClCompile Include="..\..\..\graph\grobjs.c" />
    
    151
    +    <ClCompile Include="..\..\..\graph\grswizzle.c" />
    
    152
    +    <ClCompile Include="..\..\..\graph\win32\grwin32.c" />
    
    153
    +    <ClCompile Include="..\..\..\graph\batch\grbatch.c" />
    
    154
    +  </ItemGroup>
    
    155
    +  <ItemGroup>
    
    156
    +    <None Include="..\..\..\graph/migs.html" />
    
    157
    +  </ItemGroup>
    
    158
    +  <ItemGroup>
    
    159
    +    <ClInclude Include="..\..\..\graph\gblany.h" />
    
    160
    +    <ClInclude Include="..\..\..\graph\gblbgra.h" />
    
    161
    +    <ClInclude Include="..\..\..\graph\gblblit.h" />
    
    162
    +    <ClInclude Include="..\..\..\graph\gblcolor.h" />
    
    163
    +    <ClInclude Include="..\..\..\graph\gblender.h" />
    
    164
    +    <ClInclude Include="..\..\..\graph\gblhbgr.h" />
    
    165
    +    <ClInclude Include="..\..\..\graph\gblhrgb.h" />
    
    166
    +    <ClInclude Include="..\..\..\graph\gblvbgr.h" />
    
    167
    +    <ClInclude Include="..\..\..\graph\gblvrgb.h" />
    
    168
    +    <ClInclude Include="..\..\..\graph\graph.h" />
    
    169
    +    <ClInclude Include="..\..\..\graph\grblit.h" />
    
    170
    +    <ClInclude Include="..\..\..\graph\grconfig.h" />
    
    171
    +    <ClInclude Include="..\..\..\graph\grdevice.h" />
    
    172
    +    <ClInclude Include="..\..\..\graph\grevents.h" />
    
    173
    +    <ClInclude Include="..\..\..\graph\grfont.h" />
    
    174
    +    <ClInclude Include="..\..\..\graph\grobjs.h" />
    
    175
    +    <ClInclude Include="..\..\..\graph\grswizzle.h" />
    
    176
    +    <ClInclude Include="..\..\..\graph\grtypes.h" />
    
    177
    +    <ClInclude Include="..\..\..\graph\win32\grwin32.h" />
    
    178
    +    <ClInclude Include="..\..\..\graph\batch\grbatch.h" />
    
    179
    +  </ItemGroup>
    
    180
    +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    
    181
    +  <ImportGroup Label="ExtensionTargets">
    
    182
    +  </ImportGroup>
    
    183
    +</Project>


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]