Skip to content

Commit 27994cc

Browse files
author
LocalIdentity
committed
Add files supplied by Openarl
1 parent cc6154a commit 27994cc

File tree

7 files changed

+762
-0
lines changed

7 files changed

+762
-0
lines changed

GLFontGen.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GLFontGen", "GLFontGen.vcxproj", "{6340E271-5FC4-42FC-9F19-CDEA5C631AF4}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Win32 = Debug|Win32
9+
Release|Win32 = Release|Win32
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{6340E271-5FC4-42FC-9F19-CDEA5C631AF4}.Debug|Win32.ActiveCfg = Debug|Win32
13+
{6340E271-5FC4-42FC-9F19-CDEA5C631AF4}.Debug|Win32.Build.0 = Debug|Win32
14+
{6340E271-5FC4-42FC-9F19-CDEA5C631AF4}.Release|Win32.ActiveCfg = Release|Win32
15+
{6340E271-5FC4-42FC-9F19-CDEA5C631AF4}.Release|Win32.Build.0 = Release|Win32
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

GLFontGen.vcxproj

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup Label="ProjectConfigurations">
4+
<ProjectConfiguration Include="Debug|Win32">
5+
<Configuration>Debug</Configuration>
6+
<Platform>Win32</Platform>
7+
</ProjectConfiguration>
8+
<ProjectConfiguration Include="Release|Win32">
9+
<Configuration>Release</Configuration>
10+
<Platform>Win32</Platform>
11+
</ProjectConfiguration>
12+
</ItemGroup>
13+
<PropertyGroup Label="Globals">
14+
<ProjectGuid>{6340E271-5FC4-42FC-9F19-CDEA5C631AF4}</ProjectGuid>
15+
<RootNamespace>GLFontGen</RootNamespace>
16+
<Keyword>Win32Proj</Keyword>
17+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
18+
</PropertyGroup>
19+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
21+
<ConfigurationType>Application</ConfigurationType>
22+
<CharacterSet>NotSet</CharacterSet>
23+
<WholeProgramOptimization>true</WholeProgramOptimization>
24+
<PlatformToolset>v143</PlatformToolset>
25+
</PropertyGroup>
26+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27+
<ConfigurationType>Application</ConfigurationType>
28+
<CharacterSet>NotSet</CharacterSet>
29+
<PlatformToolset>v143</PlatformToolset>
30+
</PropertyGroup>
31+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32+
<ImportGroup Label="ExtensionSettings">
33+
</ImportGroup>
34+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
35+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36+
</ImportGroup>
37+
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
38+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39+
</ImportGroup>
40+
<PropertyGroup Label="UserMacros" />
41+
<PropertyGroup>
42+
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
43+
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)</OutDir>
44+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
45+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
46+
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)</OutDir>
47+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
48+
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
49+
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
50+
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
51+
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
52+
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
53+
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
54+
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
55+
</PropertyGroup>
56+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57+
<ClCompile>
58+
<Optimization>Disabled</Optimization>
59+
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60+
<MinimalRebuild>true</MinimalRebuild>
61+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
62+
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
63+
<PrecompiledHeader>
64+
</PrecompiledHeader>
65+
<WarningLevel>Level3</WarningLevel>
66+
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
67+
<LanguageStandard>stdcpp20</LanguageStandard>
68+
</ClCompile>
69+
<Link>
70+
<GenerateDebugInformation>true</GenerateDebugInformation>
71+
<SubSystem>Windows</SubSystem>
72+
<TargetMachine>MachineX86</TargetMachine>
73+
</Link>
74+
<Manifest>
75+
<AdditionalManifestFiles>glfg.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
76+
</Manifest>
77+
</ItemDefinitionGroup>
78+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79+
<ClCompile>
80+
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
81+
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
82+
<PrecompiledHeader>
83+
</PrecompiledHeader>
84+
<WarningLevel>Level3</WarningLevel>
85+
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
86+
<LanguageStandard>stdcpp20</LanguageStandard>
87+
</ClCompile>
88+
<Link>
89+
<GenerateDebugInformation>true</GenerateDebugInformation>
90+
<SubSystem>Windows</SubSystem>
91+
<OptimizeReferences>true</OptimizeReferences>
92+
<EnableCOMDATFolding>true</EnableCOMDATFolding>
93+
<TargetMachine>MachineX86</TargetMachine>
94+
</Link>
95+
<Manifest />
96+
<Manifest />
97+
<Manifest>
98+
<AdditionalManifestFiles>glfg.manifest %(AdditionalManifestFiles)</AdditionalManifestFiles>
99+
<EnableDpiAwareness>false</EnableDpiAwareness>
100+
</Manifest>
101+
</ItemDefinitionGroup>
102+
<ItemGroup>
103+
<ClCompile Include="fontgen.cpp" />
104+
</ItemGroup>
105+
<ItemGroup>
106+
<ResourceCompile Include="fontgen.rc" />
107+
</ItemGroup>
108+
<ItemGroup>
109+
<ClInclude Include="resource.h" />
110+
</ItemGroup>
111+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
112+
<ImportGroup Label="ExtensionTargets">
113+
</ImportGroup>
114+
</Project>

GLFontGen.vcxproj.filters

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Source Files">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
7+
</Filter>
8+
<Filter Include="Header Files">
9+
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
10+
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
11+
</Filter>
12+
<Filter Include="Resource Files">
13+
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
14+
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions>
15+
</Filter>
16+
</ItemGroup>
17+
<ItemGroup>
18+
<ClCompile Include="fontgen.cpp">
19+
<Filter>Source Files</Filter>
20+
</ClCompile>
21+
</ItemGroup>
22+
<ItemGroup>
23+
<ResourceCompile Include="fontgen.rc">
24+
<Filter>Resource Files</Filter>
25+
</ResourceCompile>
26+
</ItemGroup>
27+
<ItemGroup>
28+
<ClInclude Include="resource.h">
29+
<Filter>Resource Files</Filter>
30+
</ClInclude>
31+
</ItemGroup>
32+
</Project>

0 commit comments

Comments
 (0)