freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][master] [msbuild] Backport solution and p


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype-demos][master] [msbuild] Backport solution and projects.
Date: Sun, 10 Dec 2023 04:14:49 +0000

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

Commits:

  • 3c162a53
    by Alexei Podtelezhnikov (Алексей Подтележников) at 2023-12-09T23:01:51-05:00
    [msbuild] Backport solution and projects.
    

10 changed files:

Changes:

  • MSBuild.sln
    1
    -Microsoft Visual Studio Solution File, Format Version 12.00
    
    2
    -# Visual Studio 15
    
    1
    +Microsoft Visual Studio Solution File, Format Version 11.00
    
    2
    +# Visual Studio 2010 or later
    
    3 3
     #
    
    4 4
     # You can build FreeType demos with MSBuild as follows
    
    5 5
     #
    
    ... ... @@ -12,8 +12,6 @@
    12 12
     # should appear in the bin/ folder, which should also have
    
    13 13
     # a copy of freetype.dll.
    
    14 14
     #
    
    15
    -VisualStudioVersion = 15.0.26730.16
    
    16
    -MinimumVisualStudioVersion = 10.0.40219.1
    
    17 15
     Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftmulti", "builds\windows\msvc\ftmulti.vcxproj", "{B50E4284-645B-446B-A3FD-0C44F1B2D8AB}"
    
    18 16
     EndProject
    
    19 17
     Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ftview", "builds\windows\msvc\ftview.vcxproj", "{77D631A5-B598-41A9-8C6B-38AE1BDBBA4E}"
    
    ... ... @@ -119,7 +117,4 @@ Global
    119 117
     	GlobalSection(ExtensibilityGlobals) = postSolution
    
    120 118
     		SolutionGuid = {6591DD69-13FA-4826-9C49-47DB559E44DB}
    
    121 119
     	EndGlobalSection
    
    122
    -	GlobalSection(Performance) = preSolution
    
    123
    -		HasPerformanceSessions = true
    
    124
    -	EndGlobalSection
    
    125 120
     EndGlobal

  • builds/windows/msvc/ftbench.vcxproj
    ... ... @@ -53,17 +53,7 @@
    53 53
       </ImportGroup>
    
    54 54
       <ImportGroup Label="Shared">
    
    55 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" />
    
    56
    +  <ImportGroup Label="PropertySheets">
    
    67 57
       </ImportGroup>
    
    68 58
       <PropertyGroup Label="UserMacros" />
    
    69 59
       <Import Project="ft2demos.props" />
    

  • builds/windows/msvc/ftdump.vcxproj
    ... ... @@ -53,17 +53,7 @@
    53 53
       </ImportGroup>
    
    54 54
       <ImportGroup Label="Shared">
    
    55 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" />
    
    56
    +  <ImportGroup Label="PropertySheets">
    
    67 57
       </ImportGroup>
    
    68 58
       <PropertyGroup Label="UserMacros" />
    
    69 59
       <Import Project="ft2demos.props" />
    

  • builds/windows/msvc/ftgamma.vcxproj
    ... ... @@ -53,17 +53,7 @@
    53 53
       </ImportGroup>
    
    54 54
       <ImportGroup Label="Shared">
    
    55 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" />
    
    56
    +  <ImportGroup Label="PropertySheets">
    
    67 57
       </ImportGroup>
    
    68 58
       <PropertyGroup Label="UserMacros" />
    
    69 59
       <Import Project="ft2demos.props" />
    

  • builds/windows/msvc/ftgrid.vcxproj
    ... ... @@ -53,17 +53,7 @@
    53 53
       </ImportGroup>
    
    54 54
       <ImportGroup Label="Shared">
    
    55 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" />
    
    56
    +  <ImportGroup Label="PropertySheets">
    
    67 57
       </ImportGroup>
    
    68 58
       <PropertyGroup Label="UserMacros" />
    
    69 59
       <Import Project="ft2demos.props" />
    

  • builds/windows/msvc/ftlint.vcxproj
    ... ... @@ -53,17 +53,7 @@
    53 53
       </ImportGroup>
    
    54 54
       <ImportGroup Label="Shared">
    
    55 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" />
    
    56
    +  <ImportGroup Label="PropertySheets">
    
    67 57
       </ImportGroup>
    
    68 58
       <PropertyGroup Label="UserMacros" />
    
    69 59
       <Import Project="ft2demos.props" />
    

  • builds/windows/msvc/ftmulti.vcxproj
    ... ... @@ -53,17 +53,7 @@
    53 53
       </ImportGroup>
    
    54 54
       <ImportGroup Label="Shared">
    
    55 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" />
    
    56
    +  <ImportGroup Label="PropertySheets">
    
    67 57
       </ImportGroup>
    
    68 58
       <PropertyGroup Label="UserMacros" />
    
    69 59
       <Import Project="ft2demos.props" />
    

  • builds/windows/msvc/ftstring.vcxproj
    ... ... @@ -53,17 +53,7 @@
    53 53
       </ImportGroup>
    
    54 54
       <ImportGroup Label="Shared">
    
    55 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" />
    
    56
    +  <ImportGroup Label="PropertySheets">
    
    67 57
       </ImportGroup>
    
    68 58
       <PropertyGroup Label="UserMacros" />
    
    69 59
       <Import Project="ft2demos.props" />
    

  • builds/windows/msvc/ftview.vcxproj
    ... ... @@ -53,17 +53,7 @@
    53 53
       </ImportGroup>
    
    54 54
       <ImportGroup Label="Shared">
    
    55 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" />
    
    56
    +  <ImportGroup Label="PropertySheets">
    
    67 57
       </ImportGroup>
    
    68 58
       <PropertyGroup Label="UserMacros" />
    
    69 59
       <Import Project="ft2demos.props" />
    

  • builds/windows/msvc/migs.vcxproj
    ... ... @@ -47,17 +47,7 @@
    47 47
       </ImportGroup>
    
    48 48
       <ImportGroup Label="Shared">
    
    49 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" />
    
    50
    +  <ImportGroup Label="PropertySheets">
    
    61 51
       </ImportGroup>
    
    62 52
       <PropertyGroup Label="UserMacros" />
    
    63 53
       <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    


  • reply via email to

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