]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
b75a7d8f A |
2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | |
374ca955 | 4 | Version="7.10" |
b75a7d8f A |
5 | Name="layout" |
6 | SccProjectName="" | |
7 | SccLocalPath=""> | |
8 | <Platforms> | |
9 | <Platform | |
10 | Name="Win32"/> | |
11 | </Platforms> | |
12 | <Configurations> | |
13 | <Configuration | |
14 | Name="Release|Win32" | |
15 | OutputDirectory=".\Release" | |
16 | IntermediateDirectory=".\Release" | |
17 | ConfigurationType="1" | |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
23 | InlineFunctionExpansion="1" | |
24 | OptimizeForProcessor="2" | |
25 | AdditionalIncludeDirectories="..\..\..\include,..\..\..\include\layout,..\..\common" | |
26 | PreprocessorDefinitions="NDEBUG,_CONSOLE,WIN32,UNICODE,_WIN32_WINNT=0X500,LE_USE_CMEMORY" | |
27 | StringPooling="TRUE" | |
28 | RuntimeLibrary="2" | |
29 | EnableFunctionLevelLinking="TRUE" | |
73c04bcf | 30 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
31 | UsePrecompiledHeader="2" |
32 | PrecompiledHeaderFile=".\Release/layout.pch" | |
33 | AssemblerListingLocation=".\Release/" | |
34 | ObjectFile=".\Release/" | |
35 | ProgramDataBaseFileName=".\Release/" | |
36 | WarningLevel="3" | |
37 | SuppressStartupBanner="TRUE" | |
38 | CompileAs="0"/> | |
39 | <Tool | |
40 | Name="VCCustomBuildTool"/> | |
41 | <Tool | |
42 | Name="VCLinkerTool" | |
b75a7d8f A |
43 | AdditionalDependencies="..\..\..\lib\iculx.lib ..\..\..\lib\icule.lib ..\..\..\lib\icuuc.lib ..\..\..\lib\icuin.lib odbc32.lib odbccp32.lib" |
44 | OutputFile=".\Release/layout.exe" | |
45 | LinkIncremental="1" | |
46 | SuppressStartupBanner="TRUE" | |
47 | ProgramDatabaseFile=".\Release/layout.pdb" | |
48 | SubSystem="2"/> | |
49 | <Tool | |
50 | Name="VCMIDLTool" | |
51 | TypeLibraryName=".\Release/layout.tlb"/> | |
52 | <Tool | |
53 | Name="VCPostBuildEventTool"/> | |
54 | <Tool | |
55 | Name="VCPreBuildEventTool"/> | |
56 | <Tool | |
57 | Name="VCPreLinkEventTool"/> | |
58 | <Tool | |
59 | Name="VCResourceCompilerTool" | |
60 | PreprocessorDefinitions="NDEBUG" | |
61 | Culture="1033"/> | |
62 | <Tool | |
63 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
64 | <Tool |
65 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
66 | <Tool |
67 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
68 | <Tool |
69 | Name="VCManagedWrapperGeneratorTool"/> | |
70 | <Tool | |
71 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
72 | </Configuration> |
73 | <Configuration | |
74 | Name="Debug|Win32" | |
75 | OutputDirectory=".\Debug" | |
76 | IntermediateDirectory=".\Debug" | |
77 | ConfigurationType="1" | |
78 | UseOfMFC="0" | |
79 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
80 | CharacterSet="2"> | |
81 | <Tool | |
82 | Name="VCCLCompilerTool" | |
83 | Optimization="0" | |
84 | OptimizeForProcessor="2" | |
85 | AdditionalIncludeDirectories="..\..\..\include,..\..\..\include\layout,..\..\common" | |
86 | PreprocessorDefinitions="_DEBUG,WIN32,UNICODE,_WIN32_WINNT=0X500,LE_USE_CMEMORY" | |
87 | BasicRuntimeChecks="3" | |
88 | RuntimeLibrary="3" | |
73c04bcf | 89 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
90 | UsePrecompiledHeader="2" |
91 | PrecompiledHeaderFile=".\Debug/layout.pch" | |
92 | AssemblerListingLocation=".\Debug/" | |
93 | ObjectFile=".\Debug/" | |
94 | ProgramDataBaseFileName=".\Debug/" | |
95 | WarningLevel="3" | |
96 | SuppressStartupBanner="TRUE" | |
97 | DebugInformationFormat="4" | |
98 | CompileAs="0"/> | |
99 | <Tool | |
100 | Name="VCCustomBuildTool"/> | |
101 | <Tool | |
102 | Name="VCLinkerTool" | |
b75a7d8f A |
103 | AdditionalDependencies="..\..\..\lib\iculxd.lib ..\..\..\lib\iculed.lib ..\..\..\lib\icuucd.lib ..\..\..\lib\icuind.lib odbc32.lib odbccp32.lib" |
104 | OutputFile=".\Debug/layout.exe" | |
105 | LinkIncremental="2" | |
106 | SuppressStartupBanner="TRUE" | |
107 | GenerateDebugInformation="TRUE" | |
108 | ProgramDatabaseFile=".\Debug/layout.pdb" | |
109 | SubSystem="2"/> | |
110 | <Tool | |
111 | Name="VCMIDLTool" | |
112 | TypeLibraryName=".\Debug/layout.tlb"/> | |
113 | <Tool | |
114 | Name="VCPostBuildEventTool"/> | |
115 | <Tool | |
116 | Name="VCPreBuildEventTool"/> | |
117 | <Tool | |
118 | Name="VCPreLinkEventTool"/> | |
119 | <Tool | |
120 | Name="VCResourceCompilerTool" | |
121 | PreprocessorDefinitions="_DEBUG" | |
122 | Culture="1033"/> | |
123 | <Tool | |
124 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
125 | <Tool |
126 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
127 | <Tool |
128 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
129 | <Tool |
130 | Name="VCManagedWrapperGeneratorTool"/> | |
131 | <Tool | |
132 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
133 | </Configuration> |
134 | </Configurations> | |
374ca955 A |
135 | <References> |
136 | </References> | |
b75a7d8f A |
137 | <Files> |
138 | <Filter | |
139 | Name="Source Files" | |
140 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> | |
374ca955 A |
141 | <File |
142 | RelativePath=".\cmaps.cpp"> | |
143 | </File> | |
b75a7d8f A |
144 | <File |
145 | RelativePath=".\FontMap.cpp"> | |
146 | </File> | |
147 | <File | |
148 | RelativePath=".\FontTableCache.cpp"> | |
149 | </File> | |
150 | <File | |
151 | RelativePath=".\GDIFontInstance.cpp"> | |
152 | </File> | |
153 | <File | |
154 | RelativePath=".\GDIFontMap.cpp"> | |
155 | </File> | |
156 | <File | |
157 | RelativePath=".\GDIGUISupport.cpp"> | |
158 | </File> | |
159 | <File | |
374ca955 | 160 | RelativePath=".\layout.cpp"> |
b75a7d8f A |
161 | </File> |
162 | <File | |
374ca955 | 163 | RelativePath=".\LayoutSample.rc"> |
b75a7d8f A |
164 | </File> |
165 | <File | |
374ca955 | 166 | RelativePath=".\paragraph.cpp"> |
b75a7d8f A |
167 | </File> |
168 | <File | |
374ca955 | 169 | RelativePath=".\ScriptCompositeFontInstance.cpp"> |
b75a7d8f A |
170 | </File> |
171 | <File | |
374ca955 | 172 | RelativePath=".\UnicodeReader.cpp"> |
b75a7d8f A |
173 | </File> |
174 | </Filter> | |
175 | <Filter | |
176 | Name="Header Files" | |
177 | Filter="h;hpp;hxx;hm;inl"> | |
374ca955 A |
178 | <File |
179 | RelativePath=".\cmaps.h"> | |
180 | </File> | |
b75a7d8f A |
181 | <File |
182 | RelativePath=".\FontMap.h"> | |
183 | </File> | |
184 | <File | |
185 | RelativePath=".\FontTableCache.h"> | |
186 | </File> | |
187 | <File | |
188 | RelativePath=".\GDIFontInstance.h"> | |
189 | </File> | |
190 | <File | |
191 | RelativePath=".\GDIFontMap.h"> | |
192 | </File> | |
193 | <File | |
194 | RelativePath=".\GDIGUISupport.h"> | |
195 | </File> | |
196 | <File | |
197 | RelativePath=".\GUISupport.h"> | |
198 | </File> | |
199 | <File | |
374ca955 | 200 | RelativePath=".\paragraph.h"> |
b75a7d8f A |
201 | </File> |
202 | <File | |
374ca955 | 203 | RelativePath=".\RenderingSurface.h"> |
b75a7d8f A |
204 | </File> |
205 | <File | |
374ca955 | 206 | RelativePath=".\resource.h"> |
b75a7d8f A |
207 | </File> |
208 | <File | |
374ca955 | 209 | RelativePath=".\ScriptCompositeFontInstance.h"> |
b75a7d8f A |
210 | </File> |
211 | <File | |
374ca955 | 212 | RelativePath=".\sfnt.h"> |
b75a7d8f A |
213 | </File> |
214 | <File | |
374ca955 | 215 | RelativePath=".\UnicodeReader.h"> |
b75a7d8f A |
216 | </File> |
217 | </Filter> | |
218 | <Filter | |
219 | Name="Resource Files" | |
220 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
221 | </Filter> | |
222 | </Files> | |
223 | <Globals> | |
224 | </Globals> | |
225 | </VisualStudioProject> |