173 lines
9.3 KiB
XML
Executable File
173 lines
9.3 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
<ProjectName>ftgl</ProjectName>
|
|
<ProjectGuid>{1D758EEA-59C3-46E4-BEF5-16DCCA8C0B21}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\lib\Debug\</OutDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\lib\Debug_64\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\obj\Debug\$(ProjectName)\</IntDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\obj\Debug_64\$(ProjectName)\</IntDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>../src;../include;../../freetype/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;FTGL_LIBRARY_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>../src;../include;../../freetype/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;FTGL_LIBRARY_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
|
<CompileAs>Default</CompileAs>
|
|
</ClCompile>
|
|
<Lib>
|
|
<OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\src\FTBuffer.cpp" />
|
|
<ClCompile Include="..\src\FTCharmap.cpp" />
|
|
<ClCompile Include="..\src\FTContour.cpp" />
|
|
<ClCompile Include="..\src\FTFace.cpp" />
|
|
<ClCompile Include="..\src\FTGlyphContainer.cpp" />
|
|
<ClCompile Include="..\src\FTLibrary.cpp" />
|
|
<ClCompile Include="..\src\FTPoint.cpp" />
|
|
<ClCompile Include="..\src\FTSize.cpp" />
|
|
<ClCompile Include="..\src\FTVectoriser.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTBitmapFont.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTBufferFont.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTExtrudeFont.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTFont.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTFontGlue.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTOutlineFont.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTPixmapFont.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTPolygonFont.cpp" />
|
|
<ClCompile Include="..\src\FTFont\FTTextureFont.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTBitmapGlyph.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTBufferGlyph.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTExtrudeGlyph.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTGlyph.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTGlyphGlue.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTOutlineGlyph.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTPixmapGlyph.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTPolygonGlyph.cpp" />
|
|
<ClCompile Include="..\src\FTGlyph\FTTextureGlyph.cpp" />
|
|
<ClCompile Include="..\src\FTLayout\FTLayout.cpp" />
|
|
<ClCompile Include="..\src\FTLayout\FTLayoutGlue.cpp" />
|
|
<ClCompile Include="..\src\FTLayout\FTSimpleLayout.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\src\FTCharmap.h" />
|
|
<ClInclude Include="..\src\FTCharToGlyphIndexMap.h" />
|
|
<ClInclude Include="..\src\FTContour.h" />
|
|
<ClInclude Include="..\src\FTFace.h" />
|
|
<ClInclude Include="..\src\FTGlyphContainer.h" />
|
|
<ClInclude Include="..\src\FTInternals.h" />
|
|
<ClInclude Include="..\src\FTLibrary.h" />
|
|
<ClInclude Include="..\src\FTList.h" />
|
|
<ClInclude Include="..\src\FTSize.h" />
|
|
<ClInclude Include="..\src\FTUnicode.h" />
|
|
<ClInclude Include="..\src\FTVector.h" />
|
|
<ClInclude Include="..\src\FTVectoriser.h" />
|
|
<ClInclude Include="..\src\FTFont\FTBitmapFontImpl.h" />
|
|
<ClInclude Include="..\src\FTFont\FTBufferFontImpl.h" />
|
|
<ClInclude Include="..\src\FTFont\FTExtrudeFontImpl.h" />
|
|
<ClInclude Include="..\src\FTFont\FTFontImpl.h" />
|
|
<ClInclude Include="..\src\FTFont\FTOutlineFontImpl.h" />
|
|
<ClInclude Include="..\src\FTFont\FTPixmapFontImpl.h" />
|
|
<ClInclude Include="..\src\FTFont\FTPolygonFontImpl.h" />
|
|
<ClInclude Include="..\src\FTFont\FTTextureFontImpl.h" />
|
|
<ClInclude Include="..\src\FTGlyph\FTBitmapGlyphImpl.h" />
|
|
<ClInclude Include="..\src\FTGlyph\FTBufferGlyphImpl.h" />
|
|
<ClInclude Include="..\src\FTGlyph\FTExtrudeGlyphImpl.h" />
|
|
<ClInclude Include="..\src\FTGlyph\FTGlyphImpl.h" />
|
|
<ClInclude Include="..\src\FTGlyph\FTOutlineGlyphImpl.h" />
|
|
<ClInclude Include="..\src\FTGlyph\FTPixmapGlyphImpl.h" />
|
|
<ClInclude Include="..\src\FTGlyph\FTPolygonGlyphImpl.h" />
|
|
<ClInclude Include="..\src\FTGlyph\FTTextureGlyphImpl.h" />
|
|
<ClInclude Include="..\include\FTGL\FTBBox.h" />
|
|
<ClInclude Include="..\include\FTGL\FTBitmapGlyph.h" />
|
|
<ClInclude Include="..\include\FTGL\FTBuffer.h" />
|
|
<ClInclude Include="..\include\FTGL\FTBufferFont.h" />
|
|
<ClInclude Include="..\include\FTGL\FTBufferGlyph.h" />
|
|
<ClInclude Include="..\include\FTGL\FTExtrdGlyph.h" />
|
|
<ClInclude Include="..\include\FTGL\FTFont.h" />
|
|
<ClInclude Include="..\include\FTGL\ftgl.h" />
|
|
<ClInclude Include="..\include\FTGL\FTGLBitmapFont.h" />
|
|
<ClInclude Include="..\include\FTGL\FTGLExtrdFont.h" />
|
|
<ClInclude Include="..\include\FTGL\FTGLOutlineFont.h" />
|
|
<ClInclude Include="..\include\FTGL\FTGLPixmapFont.h" />
|
|
<ClInclude Include="..\include\FTGL\FTGLPolygonFont.h" />
|
|
<ClInclude Include="..\include\FTGL\FTGLTextureFont.h" />
|
|
<ClInclude Include="..\include\FTGL\FTGlyph.h" />
|
|
<ClInclude Include="..\include\FTGL\FTLayout.h" />
|
|
<ClInclude Include="..\include\FTGL\FTOutlineGlyph.h" />
|
|
<ClInclude Include="..\include\FTGL\FTPixmapGlyph.h" />
|
|
<ClInclude Include="..\include\FTGL\FTPoint.h" />
|
|
<ClInclude Include="..\include\FTGL\FTPolyGlyph.h" />
|
|
<ClInclude Include="..\include\FTGL\FTSimpleLayout.h" />
|
|
<ClInclude Include="..\include\FTGL\FTTextureGlyph.h" />
|
|
<ClInclude Include="..\src\FTLayout\FTLayoutImpl.h" />
|
|
<ClInclude Include="..\src\FTLayout\FTSimpleLayoutImpl.h" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |