libdrawtext

view libdrawtext.vcproj @ 70:80a2e0556fc1

added visual studio project and fixed some windows build problems
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 10 Mar 2013 18:29:21 +0200
parents
children 080e5b45297c
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="libdrawtext"
6 ProjectGUID="{F6241CAB-984D-457D-A7EA-E66A57889490}"
7 RootNamespace="libdrawtext"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="4"
24 CharacterSet="1"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 DebugInformationFormat="4"
51 DisableSpecificWarnings="4996"
52 />
53 <Tool
54 Name="VCManagedResourceCompilerTool"
55 />
56 <Tool
57 Name="VCResourceCompilerTool"
58 />
59 <Tool
60 Name="VCPreLinkEventTool"
61 />
62 <Tool
63 Name="VCLibrarianTool"
64 />
65 <Tool
66 Name="VCALinkTool"
67 />
68 <Tool
69 Name="VCXDCMakeTool"
70 />
71 <Tool
72 Name="VCBscMakeTool"
73 />
74 <Tool
75 Name="VCFxCopTool"
76 />
77 <Tool
78 Name="VCPostBuildEventTool"
79 />
80 </Configuration>
81 <Configuration
82 Name="Release|Win32"
83 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
84 IntermediateDirectory="$(ConfigurationName)"
85 ConfigurationType="4"
86 CharacterSet="1"
87 WholeProgramOptimization="1"
88 >
89 <Tool
90 Name="VCPreBuildEventTool"
91 />
92 <Tool
93 Name="VCCustomBuildTool"
94 />
95 <Tool
96 Name="VCXMLDataGeneratorTool"
97 />
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"
100 />
101 <Tool
102 Name="VCMIDLTool"
103 />
104 <Tool
105 Name="VCCLCompilerTool"
106 Optimization="2"
107 EnableIntrinsicFunctions="true"
108 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
109 RuntimeLibrary="2"
110 EnableFunctionLevelLinking="true"
111 UsePrecompiledHeader="0"
112 WarningLevel="3"
113 DebugInformationFormat="3"
114 DisableSpecificWarnings="4996"
115 />
116 <Tool
117 Name="VCManagedResourceCompilerTool"
118 />
119 <Tool
120 Name="VCResourceCompilerTool"
121 />
122 <Tool
123 Name="VCPreLinkEventTool"
124 />
125 <Tool
126 Name="VCLibrarianTool"
127 />
128 <Tool
129 Name="VCALinkTool"
130 />
131 <Tool
132 Name="VCXDCMakeTool"
133 />
134 <Tool
135 Name="VCBscMakeTool"
136 />
137 <Tool
138 Name="VCFxCopTool"
139 />
140 <Tool
141 Name="VCPostBuildEventTool"
142 />
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <Filter
149 Name="Source Files"
150 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
152 >
153 <File
154 RelativePath=".\src\drawgl.c"
155 >
156 </File>
157 <File
158 RelativePath=".\src\font.c"
159 >
160 </File>
161 <File
162 RelativePath=".\src\utf8.c"
163 >
164 </File>
165 </Filter>
166 <Filter
167 Name="Header Files"
168 Filter="h;hpp;hxx;hm;inl;inc;xsd"
169 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
170 >
171 <File
172 RelativePath=".\src\drawtext.h"
173 >
174 </File>
175 <File
176 RelativePath=".\src\drawtext_impl.h"
177 >
178 </File>
179 </Filter>
180 </Files>
181 <Globals>
182 </Globals>
183 </VisualStudioProject>