]>
Commit | Line | Data |
---|---|---|
8ece421c | 1 | <?xml version="1.0" encoding="Windows-1252"?>\r |
6e0fbb3d VS |
2 | <!--\r |
3 | \r | |
95ff11c4 | 4 | This project was generated by\r |
00eef16d | 5 | Bakefile 0.2.9 (http://www.bakefile.org)\r |
6e0fbb3d VS |
6 | Do not modify, all changes will be overwritten!\r |
7 | \r | |
8 | -->\r | |
9 | <VisualStudioProject\r | |
10 | ProjectType="Visual C++"\r | |
11 | Version="7.10"\r | |
12 | Name="core"\r | |
13 | ProjectGUID="{552E2EB7-F6EA-548D-A6CC-FCB0B246EE7F}">\r | |
14 | <Platforms>\r | |
15 | <Platform\r | |
16 | Name="Win32"/>\r | |
17 | </Platforms>\r | |
18 | <Configurations>\r | |
19 | <Configuration\r | |
95ff11c4 CE |
20 | Name="Debug|Win32"\r |
21 | OutputDirectory="..\..\lib\vc_lib"\r | |
22 | IntermediateDirectory="vc_mswud\core"\r | |
23 | ConfigurationType="4"\r | |
24 | UseOfMFC="0"\r | |
25 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r | |
26 | CharacterSet="1">\r | |
27 | <Tool\r | |
28 | Name="VCCLCompilerTool"\r | |
29 | Optimization="0"\r | |
30 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r | |
d12d9eda | 31 | PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0"\r |
95ff11c4 CE |
32 | MinimalRebuild="TRUE"\r |
33 | ExceptionHandling="TRUE"\r | |
34 | BasicRuntimeChecks="3"\r | |
35 | RuntimeLibrary="3"\r | |
36 | BufferSecurityCheck="TRUE"\r | |
37 | RuntimeTypeInfo="TRUE"\r | |
38 | UsePrecompiledHeader="3"\r | |
39 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
40 | PrecompiledHeaderFile="vc_mswud\wxprec_corelib.pch"\r | |
41 | ObjectFile="vc_mswud\core\"\r | |
e7bdf0ac | 42 | ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30ud_core.pdb"\r |
95ff11c4 CE |
43 | WarningLevel="4"\r |
44 | SuppressStartupBanner="TRUE"\r | |
45 | Detect64BitPortabilityProblems="TRUE"\r | |
46 | DebugInformationFormat="3"/>\r | |
47 | <Tool\r | |
48 | Name="VCCustomBuildTool"/>\r | |
49 | <Tool\r | |
50 | Name="VCLibrarianTool"\r | |
e7bdf0ac | 51 | OutputFile="..\..\lib\vc_lib\wxmsw30ud_core.lib"\r |
95ff11c4 CE |
52 | SuppressStartupBanner="TRUE"/>\r |
53 | <Tool\r | |
54 | Name="VCMIDLTool"\r | |
d12d9eda | 55 | PreprocessorDefinitions="WIN32;_LIB;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0"\r |
95ff11c4 CE |
56 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
57 | <Tool\r | |
58 | Name="VCPostBuildEventTool"/>\r | |
59 | <Tool\r | |
60 | Name="VCPreBuildEventTool"/>\r | |
61 | <Tool\r | |
62 | Name="VCPreLinkEventTool"/>\r | |
63 | <Tool\r | |
64 | Name="VCResourceCompilerTool"\r | |
d12d9eda | 65 | PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;wxUSE_BASE=0"\r |
95ff11c4 CE |
66 | Culture="1033"\r |
67 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r | |
68 | <Tool\r | |
69 | Name="VCWebServiceProxyGeneratorTool"/>\r | |
70 | <Tool\r | |
71 | Name="VCXMLDataGeneratorTool"/>\r | |
72 | <Tool\r | |
73 | Name="VCWebDeploymentTool"/>\r | |
74 | <Tool\r | |
75 | Name="VCManagedWrapperGeneratorTool"/>\r | |
76 | <Tool\r | |
77 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r | |
78 | </Configuration>\r | |
79 | <Configuration\r | |
80 | Name="Release|Win32"\r | |
81 | OutputDirectory="..\..\lib\vc_lib"\r | |
82 | IntermediateDirectory="vc_mswu\core"\r | |
83 | ConfigurationType="4"\r | |
6e0fbb3d | 84 | UseOfMFC="0"\r |
8ece421c | 85 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 86 | CharacterSet="1">\r |
6e0fbb3d VS |
87 | <Tool\r |
88 | Name="VCCLCompilerTool"\r | |
89 | Optimization="2"\r | |
95ff11c4 | 90 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
da8b1d4b | 91 | PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0"\r |
8ece421c VZ |
92 | ExceptionHandling="TRUE"\r |
93 | RuntimeLibrary="2"\r | |
94 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
95 | UsePrecompiledHeader="3"\r |
96 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
95ff11c4 CE |
97 | PrecompiledHeaderFile="vc_mswu\wxprec_corelib.pch"\r |
98 | ObjectFile="vc_mswu\core\"\r | |
e7bdf0ac | 99 | ProgramDataBaseFileName="..\..\lib\vc_lib\wxmsw30u_core.pdb"\r |
6e0fbb3d | 100 | WarningLevel="4"\r |
8ece421c VZ |
101 | SuppressStartupBanner="TRUE"\r |
102 | Detect64BitPortabilityProblems="TRUE"\r | |
103 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 104 | <Tool\r |
8ece421c | 105 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d | 106 | <Tool\r |
95ff11c4 | 107 | Name="VCLibrarianTool"\r |
e7bdf0ac | 108 | OutputFile="..\..\lib\vc_lib\wxmsw30u_core.lib"\r |
95ff11c4 | 109 | SuppressStartupBanner="TRUE"/>\r |
6e0fbb3d | 110 | <Tool\r |
95ff11c4 | 111 | Name="VCMIDLTool"\r |
da8b1d4b | 112 | PreprocessorDefinitions="WIN32;_LIB;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0"\r |
95ff11c4 | 113 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
6e0fbb3d | 114 | <Tool\r |
8ece421c | 115 | Name="VCPostBuildEventTool"/>\r |
6e0fbb3d | 116 | <Tool\r |
8ece421c | 117 | Name="VCPreBuildEventTool"/>\r |
6e0fbb3d | 118 | <Tool\r |
8ece421c | 119 | Name="VCPreLinkEventTool"/>\r |
6e0fbb3d | 120 | <Tool\r |
8ece421c | 121 | Name="VCResourceCompilerTool"\r |
da8b1d4b | 122 | PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;wxUSE_BASE=0"\r |
8ece421c | 123 | Culture="1033"\r |
95ff11c4 | 124 | AdditionalIncludeDirectories="..\..\lib\vc_lib\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
8ece421c VZ |
125 | <Tool\r |
126 | Name="VCWebServiceProxyGeneratorTool"/>\r | |
127 | <Tool\r | |
128 | Name="VCXMLDataGeneratorTool"/>\r | |
129 | <Tool\r | |
130 | Name="VCWebDeploymentTool"/>\r | |
131 | <Tool\r | |
132 | Name="VCManagedWrapperGeneratorTool"/>\r | |
133 | <Tool\r | |
134 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r | |
6e0fbb3d | 135 | </Configuration>\r |
6e0fbb3d VS |
136 | <Configuration\r |
137 | Name="DLL Debug|Win32"\r | |
138 | OutputDirectory="..\..\lib\vc_dll"\r | |
139 | IntermediateDirectory="vc_mswuddll\core"\r | |
140 | ConfigurationType="2"\r | |
141 | UseOfMFC="0"\r | |
8ece421c | 142 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 143 | CharacterSet="1">\r |
6e0fbb3d VS |
144 | <Tool\r |
145 | Name="VCCLCompilerTool"\r | |
146 | Optimization="0"\r | |
6e0fbb3d | 147 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
d12d9eda | 148 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"\r |
8ece421c VZ |
149 | MinimalRebuild="TRUE"\r |
150 | ExceptionHandling="TRUE"\r | |
6e0fbb3d | 151 | BasicRuntimeChecks="3"\r |
8ece421c VZ |
152 | RuntimeLibrary="3"\r |
153 | BufferSecurityCheck="TRUE"\r | |
154 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
155 | UsePrecompiledHeader="3"\r |
156 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
157 | PrecompiledHeaderFile="vc_mswuddll\wxprec_coredll.pch"\r | |
6e0fbb3d | 158 | ObjectFile="vc_mswuddll\core\"\r |
e7bdf0ac | 159 | ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30ud_core_vc_custom.pdb"\r |
6e0fbb3d | 160 | WarningLevel="4"\r |
8ece421c VZ |
161 | SuppressStartupBanner="TRUE"\r |
162 | Detect64BitPortabilityProblems="TRUE"\r | |
163 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 164 | <Tool\r |
8ece421c | 165 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d VS |
166 | <Tool\r |
167 | Name="VCLinkerTool"\r | |
6e0fbb3d | 168 | AdditionalOptions=""\r |
e7bdf0ac VZ |
169 | AdditionalDependencies="wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase30ud.lib"\r |
170 | OutputFile="..\..\lib\vc_dll\wxmsw30ud_core_vc_custom.dll"\r | |
6e0fbb3d | 171 | LinkIncremental="2"\r |
e7bdf0ac | 172 | ImportLibrary="..\..\lib\vc_dll\wxmsw30ud_core.lib"\r |
8ece421c | 173 | SuppressStartupBanner="TRUE"\r |
6e0fbb3d | 174 | AdditionalLibraryDirectories="..\..\lib\vc_dll"\r |
8ece421c | 175 | GenerateDebugInformation="TRUE"\r |
e7bdf0ac | 176 | ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30ud_core_vc_custom.pdb"\r |
6e0fbb3d VS |
177 | TargetMachine="1"/>\r |
178 | <Tool\r | |
95ff11c4 | 179 | Name="VCMIDLTool"\r |
d12d9eda | 180 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"\r |
95ff11c4 | 181 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
6e0fbb3d | 182 | <Tool\r |
8ece421c | 183 | Name="VCPostBuildEventTool"/>\r |
6e0fbb3d | 184 | <Tool\r |
8ece421c | 185 | Name="VCPreBuildEventTool"/>\r |
6e0fbb3d | 186 | <Tool\r |
8ece421c | 187 | Name="VCPreLinkEventTool"/>\r |
6e0fbb3d | 188 | <Tool\r |
8ece421c | 189 | Name="VCResourceCompilerTool"\r |
e7bdf0ac | 190 | PreprocessorDefinitions="_DEBUG;__WXMSW__;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30ud_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"\r |
8ece421c VZ |
191 | Culture="1033"\r |
192 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswud;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r | |
193 | <Tool\r | |
194 | Name="VCWebServiceProxyGeneratorTool"/>\r | |
195 | <Tool\r | |
196 | Name="VCXMLDataGeneratorTool"/>\r | |
197 | <Tool\r | |
198 | Name="VCWebDeploymentTool"/>\r | |
199 | <Tool\r | |
200 | Name="VCManagedWrapperGeneratorTool"/>\r | |
201 | <Tool\r | |
202 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r | |
6e0fbb3d VS |
203 | </Configuration>\r |
204 | <Configuration\r | |
95ff11c4 CE |
205 | Name="DLL Release|Win32"\r |
206 | OutputDirectory="..\..\lib\vc_dll"\r | |
207 | IntermediateDirectory="vc_mswudll\core"\r | |
208 | ConfigurationType="2"\r | |
6e0fbb3d | 209 | UseOfMFC="0"\r |
8ece421c | 210 | ATLMinimizesCRunTimeLibraryUsage="FALSE"\r |
6e0fbb3d | 211 | CharacterSet="1">\r |
6e0fbb3d VS |
212 | <Tool\r |
213 | Name="VCCLCompilerTool"\r | |
214 | Optimization="2"\r | |
95ff11c4 | 215 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"\r |
da8b1d4b | 216 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"\r |
8ece421c VZ |
217 | ExceptionHandling="TRUE"\r |
218 | RuntimeLibrary="2"\r | |
219 | RuntimeTypeInfo="TRUE"\r | |
6e0fbb3d VS |
220 | UsePrecompiledHeader="3"\r |
221 | PrecompiledHeaderThrough="wx/wxprec.h"\r | |
95ff11c4 CE |
222 | PrecompiledHeaderFile="vc_mswudll\wxprec_coredll.pch"\r |
223 | ObjectFile="vc_mswudll\core\"\r | |
e7bdf0ac | 224 | ProgramDataBaseFileName="..\..\lib\vc_dll\wxmsw30u_core_vc_custom.pdb"\r |
6e0fbb3d | 225 | WarningLevel="4"\r |
8ece421c VZ |
226 | SuppressStartupBanner="TRUE"\r |
227 | Detect64BitPortabilityProblems="TRUE"\r | |
228 | DebugInformationFormat="3"/>\r | |
6e0fbb3d | 229 | <Tool\r |
8ece421c | 230 | Name="VCCustomBuildTool"/>\r |
6e0fbb3d | 231 | <Tool\r |
95ff11c4 CE |
232 | Name="VCLinkerTool"\r |
233 | AdditionalOptions=""\r | |
e7bdf0ac VZ |
234 | AdditionalDependencies="wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib ..\..\lib\vc_dll\wxbase30u.lib"\r |
235 | OutputFile="..\..\lib\vc_dll\wxmsw30u_core_vc_custom.dll"\r | |
eac789b5 | 236 | LinkIncremental="1"\r |
e7bdf0ac | 237 | ImportLibrary="..\..\lib\vc_dll\wxmsw30u_core.lib"\r |
95ff11c4 CE |
238 | SuppressStartupBanner="TRUE"\r |
239 | AdditionalLibraryDirectories="..\..\lib\vc_dll"\r | |
240 | GenerateDebugInformation="TRUE"\r | |
e7bdf0ac | 241 | ProgramDatabaseFile="..\..\lib\vc_dll\wxmsw30u_core_vc_custom.pdb"\r |
eac789b5 KO |
242 | TargetMachine="1"\r |
243 | OptimizeReferences="2"\r | |
244 | EnableCOMDATFolding="2"/>\r | |
8ece421c | 245 | <Tool\r |
95ff11c4 | 246 | Name="VCMIDLTool"\r |
da8b1d4b | 247 | PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"\r |
95ff11c4 | 248 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
8ece421c VZ |
249 | <Tool\r |
250 | Name="VCPostBuildEventTool"/>\r | |
251 | <Tool\r | |
252 | Name="VCPreBuildEventTool"/>\r | |
6e0fbb3d VS |
253 | <Tool\r |
254 | Name="VCPreLinkEventTool"/>\r | |
255 | <Tool\r | |
8ece421c | 256 | Name="VCResourceCompilerTool"\r |
e7bdf0ac | 257 | PreprocessorDefinitions="__WXMSW__;NDEBUG;_UNICODE;WXBUILDING;WXDLLNAME=wxmsw30u_core_vc_custom;WXUSINGDLL;WXMAKINGDLL_CORE;wxUSE_BASE=0"\r |
8ece421c | 258 | Culture="1033"\r |
95ff11c4 | 259 | AdditionalIncludeDirectories="..\..\lib\vc_dll\mswu;..\..\include;..\..\src\tiff\libtiff;..\..\src\jpeg;..\..\src\png;..\..\src\zlib;..\..\src\regex;..\..\src\expat\lib"/>\r |
6e0fbb3d | 260 | <Tool\r |
8ece421c | 261 | Name="VCWebServiceProxyGeneratorTool"/>\r |
6e0fbb3d | 262 | <Tool\r |
8ece421c | 263 | Name="VCXMLDataGeneratorTool"/>\r |
6e0fbb3d | 264 | <Tool\r |
8ece421c | 265 | Name="VCWebDeploymentTool"/>\r |
6e0fbb3d | 266 | <Tool\r |
8ece421c | 267 | Name="VCManagedWrapperGeneratorTool"/>\r |
6e0fbb3d | 268 | <Tool\r |
8ece421c | 269 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/>\r |
6e0fbb3d | 270 | </Configuration>\r |
6e0fbb3d VS |
271 | </Configurations>\r |
272 | <References>\r | |
273 | \r | |
274 | </References>\r | |
275 | <Files>\r | |
276 | <Filter\r | |
277 | Name="Common Sources"\r | |
278 | UniqueIdentifier="{A6A5C30D-BDB6-5050-906D-10A96065136C}">\r | |
279 | <File\r | |
8ece421c VZ |
280 | RelativePath="..\..\src\common\accelcmn.cpp">\r |
281 | </File>\r | |
6e0fbb3d | 282 | <File\r |
8ece421c VZ |
283 | RelativePath="..\..\src\common\accesscmn.cpp">\r |
284 | </File>\r | |
0e5d4c38 VZ |
285 | <File\r |
286 | RelativePath="..\..\src\common\affinematrix2d.cpp">\r | |
287 | </File>\r | |
6e0fbb3d | 288 | <File\r |
8ece421c VZ |
289 | RelativePath="..\..\src\common\anidecod.cpp">\r |
290 | </File>\r | |
6e0fbb3d | 291 | <File\r |
8ece421c VZ |
292 | RelativePath="..\..\src\common\appcmn.cpp">\r |
293 | </File>\r | |
6e0fbb3d | 294 | <File\r |
8ece421c VZ |
295 | RelativePath="..\..\src\common\artprov.cpp">\r |
296 | </File>\r | |
6e0fbb3d | 297 | <File\r |
8ece421c VZ |
298 | RelativePath="..\..\src\common\artstd.cpp">\r |
299 | </File>\r | |
6e0fbb3d | 300 | <File\r |
a9e41db7 VZ |
301 | RelativePath="..\..\src\common\arttango.cpp">\r |
302 | </File>\r | |
303 | <File\r | |
8ece421c VZ |
304 | RelativePath="..\..\src\common\bmpbase.cpp">\r |
305 | </File>\r | |
28953245 SC |
306 | <File\r |
307 | RelativePath="..\..\src\common\bmpbtncmn.cpp">\r | |
308 | </File>\r | |
6e0fbb3d | 309 | <File\r |
8ece421c VZ |
310 | RelativePath="..\..\src\common\bookctrl.cpp">\r |
311 | </File>\r | |
6e0fbb3d | 312 | <File\r |
8ece421c VZ |
313 | RelativePath="..\..\src\common\btncmn.cpp">\r |
314 | </File>\r | |
6e0fbb3d | 315 | <File\r |
8ece421c VZ |
316 | RelativePath="..\..\src\common\cairo.cpp">\r |
317 | </File>\r | |
28953245 SC |
318 | <File\r |
319 | RelativePath="..\..\src\common\checkboxcmn.cpp">\r | |
320 | </File>\r | |
321 | <File\r | |
322 | RelativePath="..\..\src\common\checklstcmn.cpp">\r | |
323 | </File>\r | |
6e0fbb3d | 324 | <File\r |
8ece421c VZ |
325 | RelativePath="..\..\src\common\choiccmn.cpp">\r |
326 | </File>\r | |
6e0fbb3d | 327 | <File\r |
8ece421c VZ |
328 | RelativePath="..\..\src\common\clipcmn.cpp">\r |
329 | </File>\r | |
6e0fbb3d | 330 | <File\r |
8ece421c VZ |
331 | RelativePath="..\..\src\common\clrpickercmn.cpp">\r |
332 | </File>\r | |
6e0fbb3d | 333 | <File\r |
8ece421c VZ |
334 | RelativePath="..\..\src\common\cmdproc.cpp">\r |
335 | </File>\r | |
6e0fbb3d | 336 | <File\r |
8ece421c VZ |
337 | RelativePath="..\..\src\common\cmndata.cpp">\r |
338 | </File>\r | |
6e0fbb3d | 339 | <File\r |
8ece421c VZ |
340 | RelativePath="..\..\src\common\colourcmn.cpp">\r |
341 | </File>\r | |
081d8d96 PC |
342 | <File\r |
343 | RelativePath="..\..\src\common\colourdata.cpp">\r | |
344 | </File>\r | |
6e0fbb3d | 345 | <File\r |
8ece421c VZ |
346 | RelativePath="..\..\src\common\combocmn.cpp">\r |
347 | </File>\r | |
6e0fbb3d | 348 | <File\r |
8ece421c VZ |
349 | RelativePath="..\..\src\common\containr.cpp">\r |
350 | </File>\r | |
6e0fbb3d | 351 | <File\r |
8ece421c VZ |
352 | RelativePath="..\..\src\common\cshelp.cpp">\r |
353 | </File>\r | |
6e0fbb3d | 354 | <File\r |
8ece421c VZ |
355 | RelativePath="..\..\src\common\ctrlcmn.cpp">\r |
356 | </File>\r | |
6e0fbb3d | 357 | <File\r |
8ece421c VZ |
358 | RelativePath="..\..\src\common\ctrlsub.cpp">\r |
359 | </File>\r | |
6e0fbb3d | 360 | <File\r |
8ece421c VZ |
361 | RelativePath="..\..\src\common\dcbase.cpp">\r |
362 | </File>\r | |
6e0fbb3d | 363 | <File\r |
8ece421c VZ |
364 | RelativePath="..\..\src\common\dcbufcmn.cpp">\r |
365 | </File>\r | |
6e0fbb3d | 366 | <File\r |
8ece421c VZ |
367 | RelativePath="..\..\src\common\dcgraph.cpp">\r |
368 | </File>\r | |
6e0fbb3d | 369 | <File\r |
8ece421c VZ |
370 | RelativePath="..\..\src\common\dcsvg.cpp">\r |
371 | </File>\r | |
28953245 SC |
372 | <File\r |
373 | RelativePath="..\..\src\common\dirctrlcmn.cpp">\r | |
374 | </File>\r | |
6e0fbb3d | 375 | <File\r |
8ece421c VZ |
376 | RelativePath="..\..\src\common\dlgcmn.cpp">\r |
377 | </File>\r | |
6e0fbb3d | 378 | <File\r |
8ece421c VZ |
379 | RelativePath="..\..\src\common\dndcmn.cpp">\r |
380 | </File>\r | |
6e0fbb3d | 381 | <File\r |
8ece421c VZ |
382 | RelativePath="..\..\src\common\dobjcmn.cpp">\r |
383 | </File>\r | |
6e0fbb3d | 384 | <File\r |
8ece421c VZ |
385 | RelativePath="..\..\src\common\docmdi.cpp">\r |
386 | </File>\r | |
6e0fbb3d | 387 | <File\r |
8ece421c VZ |
388 | RelativePath="..\..\src\common\docview.cpp">\r |
389 | </File>\r | |
6e0fbb3d | 390 | <File\r |
8ece421c VZ |
391 | RelativePath="..\..\src\common\dpycmn.cpp">\r |
392 | </File>\r | |
6e0fbb3d | 393 | <File\r |
8ece421c VZ |
394 | RelativePath="..\..\src\common\dseldlg.cpp">\r |
395 | </File>\r | |
6e0fbb3d VS |
396 | <File\r |
397 | RelativePath="..\..\src\common\dummy.cpp">\r | |
398 | <FileConfiguration\r | |
95ff11c4 | 399 | Name="Debug|Win32">\r |
6e0fbb3d VS |
400 | <Tool\r |
401 | Name="VCCLCompilerTool"\r | |
402 | UsePrecompiledHeader="1"/>\r | |
403 | </FileConfiguration>\r | |
404 | <FileConfiguration\r | |
95ff11c4 | 405 | Name="Release|Win32">\r |
6e0fbb3d VS |
406 | <Tool\r |
407 | Name="VCCLCompilerTool"\r | |
408 | UsePrecompiledHeader="1"/>\r | |
409 | </FileConfiguration>\r | |
6e0fbb3d | 410 | <FileConfiguration\r |
95ff11c4 | 411 | Name="DLL Debug|Win32">\r |
6e0fbb3d VS |
412 | <Tool\r |
413 | Name="VCCLCompilerTool"\r | |
414 | UsePrecompiledHeader="1"/>\r | |
415 | </FileConfiguration>\r | |
416 | <FileConfiguration\r | |
95ff11c4 | 417 | Name="DLL Release|Win32">\r |
6e0fbb3d VS |
418 | <Tool\r |
419 | Name="VCCLCompilerTool"\r | |
420 | UsePrecompiledHeader="1"/>\r | |
421 | </FileConfiguration>\r | |
6e0fbb3d VS |
422 | </File>\r |
423 | <File\r | |
8ece421c VZ |
424 | RelativePath="..\..\src\common\effects.cpp">\r |
425 | </File>\r | |
6e0fbb3d | 426 | <File\r |
8ece421c VZ |
427 | RelativePath="..\..\src\common\event.cpp">\r |
428 | </File>\r | |
6e0fbb3d | 429 | <File\r |
8ece421c VZ |
430 | RelativePath="..\..\src\common\fddlgcmn.cpp">\r |
431 | </File>\r | |
6e0fbb3d | 432 | <File\r |
8ece421c VZ |
433 | RelativePath="..\..\src\common\filectrlcmn.cpp">\r |
434 | </File>\r | |
a0219e45 VS |
435 | <File\r |
436 | RelativePath="..\..\src\common\filehistorycmn.cpp">\r | |
437 | </File>\r | |
6e0fbb3d | 438 | <File\r |
8ece421c VZ |
439 | RelativePath="..\..\src\common\filepickercmn.cpp">\r |
440 | </File>\r | |
6e0fbb3d | 441 | <File\r |
8ece421c VZ |
442 | RelativePath="..\..\src\common\fldlgcmn.cpp">\r |
443 | </File>\r | |
6e0fbb3d | 444 | <File\r |
8ece421c VZ |
445 | RelativePath="..\..\src\common\fontcmn.cpp">\r |
446 | </File>\r | |
081d8d96 PC |
447 | <File\r |
448 | RelativePath="..\..\src\common\fontdata.cpp">\r | |
449 | </File>\r | |
6e0fbb3d | 450 | <File\r |
8ece421c VZ |
451 | RelativePath="..\..\src\common\fontenumcmn.cpp">\r |
452 | </File>\r | |
6e0fbb3d | 453 | <File\r |
8ece421c VZ |
454 | RelativePath="..\..\src\common\fontmap.cpp">\r |
455 | </File>\r | |
6e0fbb3d | 456 | <File\r |
8ece421c VZ |
457 | RelativePath="..\..\src\common\fontpickercmn.cpp">\r |
458 | </File>\r | |
6e0fbb3d | 459 | <File\r |
8ece421c VZ |
460 | RelativePath="..\..\src\common\fontutilcmn.cpp">\r |
461 | </File>\r | |
6e0fbb3d | 462 | <File\r |
8ece421c VZ |
463 | RelativePath="..\..\src\common\framecmn.cpp">\r |
464 | </File>\r | |
6e0fbb3d | 465 | <File\r |
8ece421c VZ |
466 | RelativePath="..\..\src\common\fs_mem.cpp">\r |
467 | </File>\r | |
6e0fbb3d | 468 | <File\r |
8ece421c VZ |
469 | RelativePath="..\..\src\common\gaugecmn.cpp">\r |
470 | </File>\r | |
6e0fbb3d | 471 | <File\r |
8ece421c VZ |
472 | RelativePath="..\..\src\common\gbsizer.cpp">\r |
473 | </File>\r | |
6e0fbb3d | 474 | <File\r |
8ece421c VZ |
475 | RelativePath="..\..\src\common\gdicmn.cpp">\r |
476 | </File>\r | |
6e0fbb3d | 477 | <File\r |
8ece421c VZ |
478 | RelativePath="..\..\src\common\geometry.cpp">\r |
479 | </File>\r | |
6e0fbb3d | 480 | <File\r |
8ece421c VZ |
481 | RelativePath="..\..\src\common\gifdecod.cpp">\r |
482 | </File>\r | |
6e0fbb3d | 483 | <File\r |
8ece421c VZ |
484 | RelativePath="..\..\src\common\graphcmn.cpp">\r |
485 | </File>\r | |
56873923 VZ |
486 | <File\r |
487 | RelativePath="..\..\src\common\headercolcmn.cpp">\r | |
488 | </File>\r | |
489 | <File\r | |
490 | RelativePath="..\..\src\common\headerctrlcmn.cpp">\r | |
491 | </File>\r | |
6e0fbb3d | 492 | <File\r |
8ece421c VZ |
493 | RelativePath="..\..\src\common\helpbase.cpp">\r |
494 | </File>\r | |
6e0fbb3d | 495 | <File\r |
8ece421c VZ |
496 | RelativePath="..\..\src\common\iconbndl.cpp">\r |
497 | </File>\r | |
6e0fbb3d | 498 | <File\r |
8ece421c VZ |
499 | RelativePath="..\..\src\common\imagall.cpp">\r |
500 | </File>\r | |
6e0fbb3d | 501 | <File\r |
8ece421c VZ |
502 | RelativePath="..\..\src\common\imagbmp.cpp">\r |
503 | </File>\r | |
6e0fbb3d | 504 | <File\r |
8ece421c VZ |
505 | RelativePath="..\..\src\common\image.cpp">\r |
506 | </File>\r | |
6e0fbb3d | 507 | <File\r |
8ece421c VZ |
508 | RelativePath="..\..\src\common\imagfill.cpp">\r |
509 | </File>\r | |
6e0fbb3d | 510 | <File\r |
8ece421c VZ |
511 | RelativePath="..\..\src\common\imaggif.cpp">\r |
512 | </File>\r | |
6e0fbb3d | 513 | <File\r |
8ece421c VZ |
514 | RelativePath="..\..\src\common\imagiff.cpp">\r |
515 | </File>\r | |
6e0fbb3d | 516 | <File\r |
8ece421c VZ |
517 | RelativePath="..\..\src\common\imagjpeg.cpp">\r |
518 | </File>\r | |
6e0fbb3d | 519 | <File\r |
8ece421c VZ |
520 | RelativePath="..\..\src\common\imagpcx.cpp">\r |
521 | </File>\r | |
6e0fbb3d | 522 | <File\r |
8ece421c VZ |
523 | RelativePath="..\..\src\common\imagpng.cpp">\r |
524 | </File>\r | |
6e0fbb3d | 525 | <File\r |
8ece421c VZ |
526 | RelativePath="..\..\src\common\imagpnm.cpp">\r |
527 | </File>\r | |
6e0fbb3d | 528 | <File\r |
8ece421c VZ |
529 | RelativePath="..\..\src\common\imagtga.cpp">\r |
530 | </File>\r | |
6e0fbb3d | 531 | <File\r |
8ece421c VZ |
532 | RelativePath="..\..\src\common\imagtiff.cpp">\r |
533 | </File>\r | |
6e0fbb3d | 534 | <File\r |
8ece421c VZ |
535 | RelativePath="..\..\src\common\imagxpm.cpp">\r |
536 | </File>\r | |
6e0fbb3d | 537 | <File\r |
8ece421c VZ |
538 | RelativePath="..\..\src\common\layout.cpp">\r |
539 | </File>\r | |
6e0fbb3d | 540 | <File\r |
8ece421c VZ |
541 | RelativePath="..\..\src\common\lboxcmn.cpp">\r |
542 | </File>\r | |
6e0fbb3d | 543 | <File\r |
8ece421c VZ |
544 | RelativePath="..\..\src\common\listctrlcmn.cpp">\r |
545 | </File>\r | |
6e0fbb3d | 546 | <File\r |
6e793355 VZ |
547 | RelativePath="..\..\src\common\markupparser.cpp">\r |
548 | </File>\r | |
549 | <File\r | |
8ece421c VZ |
550 | RelativePath="..\..\src\common\matrix.cpp">\r |
551 | </File>\r | |
6e0fbb3d | 552 | <File\r |
8ece421c VZ |
553 | RelativePath="..\..\src\common\menucmn.cpp">\r |
554 | </File>\r | |
691745ab VZ |
555 | <File\r |
556 | RelativePath="..\..\src\common\modalhook.cpp">\r | |
557 | </File>\r | |
bca8c756 VZ |
558 | <File\r |
559 | RelativePath="..\..\src\common\mousemanager.cpp">\r | |
560 | </File>\r | |
6e0fbb3d | 561 | <File\r |
8ece421c VZ |
562 | RelativePath="..\..\src\common\msgout.cpp">\r |
563 | </File>\r | |
6e0fbb3d | 564 | <File\r |
8ece421c VZ |
565 | RelativePath="..\..\src\common\nbkbase.cpp">\r |
566 | </File>\r | |
6e0fbb3d | 567 | <File\r |
8ece421c VZ |
568 | RelativePath="..\..\src\common\overlaycmn.cpp">\r |
569 | </File>\r | |
6e0fbb3d | 570 | <File\r |
00237407 VZ |
571 | RelativePath="..\..\src\common\ownerdrwcmn.cpp">\r |
572 | </File>\r | |
28953245 SC |
573 | <File\r |
574 | RelativePath="..\..\src\common\panelcmn.cpp">\r | |
575 | </File>\r | |
00237407 | 576 | <File\r |
8ece421c VZ |
577 | RelativePath="..\..\src\common\paper.cpp">\r |
578 | </File>\r | |
0fa541e8 VZ |
579 | <File\r |
580 | RelativePath="..\..\src\common\persist.cpp">\r | |
581 | </File>\r | |
6e0fbb3d | 582 | <File\r |
8ece421c VZ |
583 | RelativePath="..\..\src\common\pickerbase.cpp">\r |
584 | </File>\r | |
6e0fbb3d | 585 | <File\r |
8ece421c VZ |
586 | RelativePath="..\..\src\common\popupcmn.cpp">\r |
587 | </File>\r | |
2aab96f5 VS |
588 | <File\r |
589 | RelativePath="..\..\src\common\preferencescmn.cpp">\r | |
590 | </File>\r | |
6e0fbb3d | 591 | <File\r |
8ece421c VZ |
592 | RelativePath="..\..\src\common\prntbase.cpp">\r |
593 | </File>\r | |
6e0fbb3d | 594 | <File\r |
8ece421c VZ |
595 | RelativePath="..\..\src\common\quantize.cpp">\r |
596 | </File>\r | |
28953245 SC |
597 | <File\r |
598 | RelativePath="..\..\src\common\radiobtncmn.cpp">\r | |
599 | </File>\r | |
6e0fbb3d | 600 | <File\r |
8ece421c VZ |
601 | RelativePath="..\..\src\common\radiocmn.cpp">\r |
602 | </File>\r | |
af67f39d VZ |
603 | <File\r |
604 | RelativePath="..\..\src\common\rearrangectrl.cpp">\r | |
605 | </File>\r | |
6e0fbb3d | 606 | <File\r |
8ece421c VZ |
607 | RelativePath="..\..\src\common\rendcmn.cpp">\r |
608 | </File>\r | |
6e0fbb3d | 609 | <File\r |
8ece421c VZ |
610 | RelativePath="..\..\src\common\rgncmn.cpp">\r |
611 | </File>\r | |
28953245 SC |
612 | <File\r |
613 | RelativePath="..\..\src\common\scrolbarcmn.cpp">\r | |
614 | </File>\r | |
6e0fbb3d | 615 | <File\r |
8ece421c VZ |
616 | RelativePath="..\..\src\common\settcmn.cpp">\r |
617 | </File>\r | |
6e0fbb3d | 618 | <File\r |
8ece421c VZ |
619 | RelativePath="..\..\src\common\sizer.cpp">\r |
620 | </File>\r | |
28953245 SC |
621 | <File\r |
622 | RelativePath="..\..\src\common\slidercmn.cpp">\r | |
623 | </File>\r | |
624 | <File\r | |
625 | RelativePath="..\..\src\common\spinbtncmn.cpp">\r | |
626 | </File>\r | |
3c778901 VZ |
627 | <File\r |
628 | RelativePath="..\..\src\common\spinctrlcmn.cpp">\r | |
629 | </File>\r | |
6e0fbb3d | 630 | <File\r |
8ece421c VZ |
631 | RelativePath="..\..\src\common\srchcmn.cpp">\r |
632 | </File>\r | |
6e0fbb3d | 633 | <File\r |
8ece421c VZ |
634 | RelativePath="..\..\src\common\statbar.cpp">\r |
635 | </File>\r | |
28953245 SC |
636 | <File\r |
637 | RelativePath="..\..\src\common\statbmpcmn.cpp">\r | |
638 | </File>\r | |
639 | <File\r | |
640 | RelativePath="..\..\src\common\statboxcmn.cpp">\r | |
641 | </File>\r | |
642 | <File\r | |
643 | RelativePath="..\..\src\common\statlinecmn.cpp">\r | |
644 | </File>\r | |
6e0fbb3d | 645 | <File\r |
8ece421c VZ |
646 | RelativePath="..\..\src\common\stattextcmn.cpp">\r |
647 | </File>\r | |
6e0fbb3d | 648 | <File\r |
8ece421c VZ |
649 | RelativePath="..\..\src\common\stockitem.cpp">\r |
650 | </File>\r | |
6e0fbb3d | 651 | <File\r |
8ece421c VZ |
652 | RelativePath="..\..\src\common\tbarbase.cpp">\r |
653 | </File>\r | |
6e0fbb3d | 654 | <File\r |
8ece421c VZ |
655 | RelativePath="..\..\src\common\textcmn.cpp">\r |
656 | </File>\r | |
6e0fbb3d | 657 | <File\r |
8ece421c VZ |
658 | RelativePath="..\..\src\common\textentrycmn.cpp">\r |
659 | </File>\r | |
8cd79b7a VZ |
660 | <File\r |
661 | RelativePath="..\..\src\common\textmeasurecmn.cpp">\r | |
662 | </File>\r | |
6e0fbb3d | 663 | <File\r |
8ece421c VZ |
664 | RelativePath="..\..\src\common\toplvcmn.cpp">\r |
665 | </File>\r | |
6e0fbb3d | 666 | <File\r |
8ece421c VZ |
667 | RelativePath="..\..\src\common\treebase.cpp">\r |
668 | </File>\r | |
b0a50d5a KO |
669 | <File\r |
670 | RelativePath="..\..\src\common\uiactioncmn.cpp">\r | |
671 | </File>\r | |
6e0fbb3d | 672 | <File\r |
8ece421c VZ |
673 | RelativePath="..\..\src\common\utilscmn.cpp">\r |
674 | </File>\r | |
6e0fbb3d | 675 | <File\r |
8ece421c VZ |
676 | RelativePath="..\..\src\common\valgen.cpp">\r |
677 | </File>\r | |
6e0fbb3d | 678 | <File\r |
8ece421c VZ |
679 | RelativePath="..\..\src\common\validate.cpp">\r |
680 | </File>\r | |
6e0fbb3d | 681 | <File\r |
00eef16d VZ |
682 | RelativePath="..\..\src\common\valnum.cpp">\r |
683 | </File>\r | |
684 | <File\r | |
8ece421c VZ |
685 | RelativePath="..\..\src\common\valtext.cpp">\r |
686 | </File>\r | |
6e0fbb3d | 687 | <File\r |
8ece421c VZ |
688 | RelativePath="..\..\src\common\wincmn.cpp">\r |
689 | </File>\r | |
6e0fbb3d | 690 | <File\r |
8ece421c VZ |
691 | RelativePath="..\..\src\common\windowid.cpp">\r |
692 | </File>\r | |
13a38887 | 693 | <File\r |
8ece421c VZ |
694 | RelativePath="..\..\src\common\wrapsizer.cpp">\r |
695 | </File>\r | |
6e0fbb3d | 696 | <File\r |
8ece421c VZ |
697 | RelativePath="..\..\src\common\xpmdecod.cpp">\r |
698 | </File>\r | |
6e0fbb3d VS |
699 | </Filter>\r |
700 | <Filter\r | |
701 | Name="MSW Sources"\r | |
702 | UniqueIdentifier="{D030D8C2-53EE-5B96-8F89-D78157B06140}">\r | |
703 | <File\r | |
704 | RelativePath="..\..\src\msw\accel.cpp">\r | |
6e0fbb3d VS |
705 | </File>\r |
706 | <File\r | |
707 | RelativePath="..\..\src\msw\ole\access.cpp">\r | |
6e0fbb3d | 708 | </File>\r |
213b5041 VZ |
709 | <File\r |
710 | RelativePath="..\..\src\msw\ole\activex.cpp">\r | |
213b5041 | 711 | </File>\r |
b4354db1 VZ |
712 | <File\r |
713 | RelativePath="..\..\src\msw\anybutton.cpp">\r | |
b4354db1 | 714 | </File>\r |
6e0fbb3d | 715 | <File\r |
8ece421c VZ |
716 | RelativePath="..\..\src\msw\app.cpp">\r |
717 | </File>\r | |
a158acac VS |
718 | <File\r |
719 | RelativePath="..\..\src\msw\artmsw.cpp">\r | |
a158acac | 720 | </File>\r |
6e0fbb3d | 721 | <File\r |
8ece421c VZ |
722 | RelativePath="..\..\src\msw\ole\automtn.cpp">\r |
723 | </File>\r | |
6e0fbb3d | 724 | <File\r |
8ece421c VZ |
725 | RelativePath="..\..\src\msw\bitmap.cpp">\r |
726 | </File>\r | |
6e0fbb3d VS |
727 | <File\r |
728 | RelativePath="..\..\src\msw\bmpbuttn.cpp">\r | |
6e0fbb3d VS |
729 | </File>\r |
730 | <File\r | |
8ece421c VZ |
731 | RelativePath="..\..\src\msw\brush.cpp">\r |
732 | </File>\r | |
6e0fbb3d VS |
733 | <File\r |
734 | RelativePath="..\..\src\msw\button.cpp">\r | |
6e0fbb3d VS |
735 | </File>\r |
736 | <File\r | |
8ece421c VZ |
737 | RelativePath="..\..\src\msw\caret.cpp">\r |
738 | </File>\r | |
6e0fbb3d VS |
739 | <File\r |
740 | RelativePath="..\..\src\msw\checkbox.cpp">\r | |
6e0fbb3d VS |
741 | </File>\r |
742 | <File\r | |
95ff11c4 | 743 | RelativePath="..\..\src\msw\checklst.cpp">\r |
95ff11c4 CE |
744 | </File>\r |
745 | <File\r | |
746 | RelativePath="..\..\src\msw\choice.cpp">\r | |
95ff11c4 CE |
747 | </File>\r |
748 | <File\r | |
749 | RelativePath="..\..\src\msw\clipbrd.cpp">\r | |
750 | </File>\r | |
751 | <File\r | |
752 | RelativePath="..\..\src\msw\colordlg.cpp">\r | |
6e0fbb3d VS |
753 | </File>\r |
754 | <File\r | |
8ece421c VZ |
755 | RelativePath="..\..\src\msw\colour.cpp">\r |
756 | </File>\r | |
6e0fbb3d VS |
757 | <File\r |
758 | RelativePath="..\..\src\msw\combo.cpp">\r | |
6e0fbb3d VS |
759 | </File>\r |
760 | <File\r | |
761 | RelativePath="..\..\src\msw\combobox.cpp">\r | |
6e0fbb3d VS |
762 | </File>\r |
763 | <File\r | |
764 | RelativePath="..\..\src\msw\control.cpp">\r | |
6e0fbb3d VS |
765 | </File>\r |
766 | <File\r | |
8ece421c VZ |
767 | RelativePath="..\..\src\msw\cursor.cpp">\r |
768 | </File>\r | |
6e0fbb3d | 769 | <File\r |
8ece421c VZ |
770 | RelativePath="..\..\src\msw\data.cpp">\r |
771 | </File>\r | |
6e0fbb3d | 772 | <File\r |
8ece421c VZ |
773 | RelativePath="..\..\src\msw\ole\dataobj.cpp">\r |
774 | </File>\r | |
6e0fbb3d | 775 | <File\r |
8ece421c VZ |
776 | RelativePath="..\..\src\msw\dc.cpp">\r |
777 | </File>\r | |
6e0fbb3d | 778 | <File\r |
8ece421c VZ |
779 | RelativePath="..\..\src\msw\dcclient.cpp">\r |
780 | </File>\r | |
6e0fbb3d | 781 | <File\r |
8ece421c VZ |
782 | RelativePath="..\..\src\msw\dcmemory.cpp">\r |
783 | </File>\r | |
6e0fbb3d | 784 | <File\r |
8ece421c VZ |
785 | RelativePath="..\..\src\msw\dcprint.cpp">\r |
786 | </File>\r | |
6e0fbb3d | 787 | <File\r |
8ece421c VZ |
788 | RelativePath="..\..\src\msw\dcscreen.cpp">\r |
789 | </File>\r | |
6e0fbb3d VS |
790 | <File\r |
791 | RelativePath="..\..\src\msw\dialog.cpp">\r | |
6e0fbb3d VS |
792 | </File>\r |
793 | <File\r | |
8ece421c VZ |
794 | RelativePath="..\..\src\msw\dialup.cpp">\r |
795 | </File>\r | |
6e0fbb3d | 796 | <File\r |
8ece421c VZ |
797 | RelativePath="..\..\src\msw\dib.cpp">\r |
798 | </File>\r | |
6e0fbb3d VS |
799 | <File\r |
800 | RelativePath="..\..\src\msw\dirdlg.cpp">\r | |
6e0fbb3d VS |
801 | </File>\r |
802 | <File\r | |
8ece421c VZ |
803 | RelativePath="..\..\src\msw\display.cpp">\r |
804 | </File>\r | |
6e0fbb3d VS |
805 | <File\r |
806 | RelativePath="..\..\src\msw\dragimag.cpp">\r | |
6e0fbb3d VS |
807 | </File>\r |
808 | <File\r | |
8ece421c VZ |
809 | RelativePath="..\..\src\msw\ole\dropsrc.cpp">\r |
810 | </File>\r | |
6e0fbb3d | 811 | <File\r |
8ece421c VZ |
812 | RelativePath="..\..\src\msw\ole\droptgt.cpp">\r |
813 | </File>\r | |
6e0fbb3d | 814 | <File\r |
8ece421c VZ |
815 | RelativePath="..\..\src\msw\enhmeta.cpp">\r |
816 | </File>\r | |
6e0fbb3d | 817 | <File\r |
8ece421c VZ |
818 | RelativePath="..\..\src\msw\evtloop.cpp">\r |
819 | </File>\r | |
6e0fbb3d VS |
820 | <File\r |
821 | RelativePath="..\..\src\msw\fdrepdlg.cpp">\r | |
6e0fbb3d VS |
822 | </File>\r |
823 | <File\r | |
824 | RelativePath="..\..\src\msw\filedlg.cpp">\r | |
6e0fbb3d VS |
825 | </File>\r |
826 | <File\r | |
8ece421c VZ |
827 | RelativePath="..\..\src\msw\font.cpp">\r |
828 | </File>\r | |
6e0fbb3d VS |
829 | <File\r |
830 | RelativePath="..\..\src\msw\fontdlg.cpp">\r | |
6e0fbb3d VS |
831 | </File>\r |
832 | <File\r | |
8ece421c VZ |
833 | RelativePath="..\..\src\msw\fontenum.cpp">\r |
834 | </File>\r | |
6e0fbb3d | 835 | <File\r |
8ece421c VZ |
836 | RelativePath="..\..\src\msw\fontutil.cpp">\r |
837 | </File>\r | |
6e0fbb3d VS |
838 | <File\r |
839 | RelativePath="..\..\src\msw\frame.cpp">\r | |
6e0fbb3d VS |
840 | </File>\r |
841 | <File\r | |
936f6353 | 842 | RelativePath="..\..\src\msw\gauge.cpp">\r |
6e0fbb3d VS |
843 | </File>\r |
844 | <File\r | |
8ece421c VZ |
845 | RelativePath="..\..\src\msw\gdiimage.cpp">\r |
846 | </File>\r | |
6e0fbb3d | 847 | <File\r |
8ece421c VZ |
848 | RelativePath="..\..\src\msw\gdiobj.cpp">\r |
849 | </File>\r | |
6e0fbb3d | 850 | <File\r |
8ece421c VZ |
851 | RelativePath="..\..\src\msw\gdiplus.cpp">\r |
852 | </File>\r | |
6e0fbb3d | 853 | <File\r |
8ece421c VZ |
854 | RelativePath="..\..\src\msw\graphics.cpp">\r |
855 | </File>\r | |
56873923 VZ |
856 | <File\r |
857 | RelativePath="..\..\src\msw\headerctrl.cpp">\r | |
56873923 | 858 | </File>\r |
6e0fbb3d | 859 | <File\r |
8ece421c VZ |
860 | RelativePath="..\..\src\msw\helpchm.cpp">\r |
861 | </File>\r | |
6e0fbb3d | 862 | <File\r |
8ece421c VZ |
863 | RelativePath="..\..\src\msw\helpwin.cpp">\r |
864 | </File>\r | |
6e0fbb3d | 865 | <File\r |
8ece421c VZ |
866 | RelativePath="..\..\src\msw\icon.cpp">\r |
867 | </File>\r | |
6e0fbb3d | 868 | <File\r |
8ece421c VZ |
869 | RelativePath="..\..\src\msw\imaglist.cpp">\r |
870 | </File>\r | |
6e0fbb3d VS |
871 | <File\r |
872 | RelativePath="..\..\src\msw\iniconf.cpp">\r | |
6e0fbb3d VS |
873 | </File>\r |
874 | <File\r | |
875 | RelativePath="..\..\src\msw\listbox.cpp">\r | |
6e0fbb3d VS |
876 | </File>\r |
877 | <File\r | |
878 | RelativePath="..\..\src\msw\listctrl.cpp">\r | |
6e0fbb3d VS |
879 | </File>\r |
880 | <File\r | |
8ece421c VZ |
881 | RelativePath="..\..\src\msw\main.cpp">\r |
882 | </File>\r | |
6e0fbb3d VS |
883 | <File\r |
884 | RelativePath="..\..\src\msw\mdi.cpp">\r | |
6e0fbb3d VS |
885 | </File>\r |
886 | <File\r | |
887 | RelativePath="..\..\src\msw\menu.cpp">\r | |
6e0fbb3d VS |
888 | </File>\r |
889 | <File\r | |
890 | RelativePath="..\..\src\msw\menuitem.cpp">\r | |
6e0fbb3d VS |
891 | </File>\r |
892 | <File\r | |
893 | RelativePath="..\..\src\msw\metafile.cpp">\r | |
6e0fbb3d VS |
894 | </File>\r |
895 | <File\r | |
8ece421c VZ |
896 | RelativePath="..\..\src\msw\minifram.cpp">\r |
897 | </File>\r | |
6e0fbb3d VS |
898 | <File\r |
899 | RelativePath="..\..\src\msw\msgdlg.cpp">\r | |
6e0fbb3d VS |
900 | </File>\r |
901 | <File\r | |
8ece421c VZ |
902 | RelativePath="..\..\src\msw\mslu.cpp">\r |
903 | </File>\r | |
6e0fbb3d VS |
904 | <File\r |
905 | RelativePath="..\..\src\msw\nativdlg.cpp">\r | |
6e0fbb3d | 906 | </File>\r |
dfba244c VZ |
907 | <File\r |
908 | RelativePath="..\..\src\msw\nativewin.cpp">\r | |
00405b6c VZ |
909 | </File>\r |
910 | <File\r | |
911 | RelativePath="..\..\src\msw\nonownedwnd.cpp">\r | |
912 | </File>\r | |
913 | <File\r | |
914 | RelativePath="..\..\src\msw\notebook.cpp">\r | |
6e0fbb3d VS |
915 | </File>\r |
916 | <File\r | |
8ece421c VZ |
917 | RelativePath="..\..\src\msw\ole\oleutils.cpp">\r |
918 | </File>\r | |
6e0fbb3d VS |
919 | <File\r |
920 | RelativePath="..\..\src\msw\ownerdrw.cpp">\r | |
6e0fbb3d VS |
921 | </File>\r |
922 | <File\r | |
8ece421c VZ |
923 | RelativePath="..\..\src\msw\palette.cpp">\r |
924 | </File>\r | |
6e0fbb3d | 925 | <File\r |
6e793355 | 926 | RelativePath="..\..\src\msw\panel.cpp">\r |
6e793355 VZ |
927 | </File>\r |
928 | <File\r | |
8ece421c VZ |
929 | RelativePath="..\..\src\msw\pen.cpp">\r |
930 | </File>\r | |
6e0fbb3d | 931 | <File\r |
8ece421c VZ |
932 | RelativePath="..\..\src\msw\popupwin.cpp">\r |
933 | </File>\r | |
6e0fbb3d | 934 | <File\r |
8ece421c VZ |
935 | RelativePath="..\..\src\msw\printdlg.cpp">\r |
936 | </File>\r | |
6e0fbb3d | 937 | <File\r |
8ece421c VZ |
938 | RelativePath="..\..\src\msw\printwin.cpp">\r |
939 | </File>\r | |
6e0fbb3d | 940 | <File\r |
0a9c5e35 | 941 | RelativePath="..\..\src\msw\progdlg.cpp">\r |
0a9c5e35 VS |
942 | </File>\r |
943 | <File\r | |
6e0fbb3d | 944 | RelativePath="..\..\src\msw\radiobox.cpp">\r |
6e0fbb3d VS |
945 | </File>\r |
946 | <File\r | |
947 | RelativePath="..\..\src\msw\radiobut.cpp">\r | |
6e0fbb3d VS |
948 | </File>\r |
949 | <File\r | |
8ece421c VZ |
950 | RelativePath="..\..\src\msw\region.cpp">\r |
951 | </File>\r | |
6e0fbb3d | 952 | <File\r |
8ece421c VZ |
953 | RelativePath="..\..\src\msw\renderer.cpp">\r |
954 | </File>\r | |
6e0fbb3d | 955 | <File\r |
0a9c5e35 | 956 | RelativePath="..\..\src\msw\richmsgdlg.cpp">\r |
0a9c5e35 | 957 | </File>\r |
226fa6db VZ |
958 | <File\r |
959 | RelativePath="..\..\src\msw\ole\safearray.cpp">\r | |
960 | </File>\r | |
0a9c5e35 | 961 | <File\r |
6e0fbb3d | 962 | RelativePath="..\..\src\msw\scrolbar.cpp">\r |
6e0fbb3d VS |
963 | </File>\r |
964 | <File\r | |
8ece421c VZ |
965 | RelativePath="..\..\src\msw\settings.cpp">\r |
966 | </File>\r | |
6e0fbb3d | 967 | <File\r |
936f6353 | 968 | RelativePath="..\..\src\msw\slider.cpp">\r |
6e0fbb3d VS |
969 | </File>\r |
970 | <File\r | |
971 | RelativePath="..\..\src\msw\spinbutt.cpp">\r | |
6e0fbb3d VS |
972 | </File>\r |
973 | <File\r | |
974 | RelativePath="..\..\src\msw\spinctrl.cpp">\r | |
6e0fbb3d VS |
975 | </File>\r |
976 | <File\r | |
977 | RelativePath="..\..\src\msw\statbmp.cpp">\r | |
6e0fbb3d VS |
978 | </File>\r |
979 | <File\r | |
980 | RelativePath="..\..\src\msw\statbox.cpp">\r | |
6e0fbb3d VS |
981 | </File>\r |
982 | <File\r | |
936f6353 | 983 | RelativePath="..\..\src\msw\statline.cpp">\r |
6e0fbb3d VS |
984 | </File>\r |
985 | <File\r | |
936f6353 | 986 | RelativePath="..\..\src\msw\stattext.cpp">\r |
6e0fbb3d VS |
987 | </File>\r |
988 | <File\r | |
936f6353 | 989 | RelativePath="..\..\src\msw\statusbar.cpp">\r |
6e0fbb3d | 990 | </File>\r |
6e0fbb3d | 991 | <File\r |
936f6353 | 992 | RelativePath="..\..\src\msw\textctrl.cpp">\r |
6e0fbb3d VS |
993 | </File>\r |
994 | <File\r | |
936f6353 | 995 | RelativePath="..\..\src\msw\textentry.cpp">\r |
6e0fbb3d | 996 | </File>\r |
8cd79b7a VZ |
997 | <File\r |
998 | RelativePath="..\..\src\msw\textmeasure.cpp">\r | |
999 | </File>\r | |
6e0fbb3d | 1000 | <File\r |
936f6353 | 1001 | RelativePath="..\..\src\msw\tglbtn.cpp">\r |
6e0fbb3d VS |
1002 | </File>\r |
1003 | <File\r | |
936f6353 | 1004 | RelativePath="..\..\src\msw\toolbar.cpp">\r |
6e0fbb3d VS |
1005 | </File>\r |
1006 | <File\r | |
8ece421c VZ |
1007 | RelativePath="..\..\src\msw\tooltip.cpp">\r |
1008 | </File>\r | |
6e0fbb3d | 1009 | <File\r |
8ece421c VZ |
1010 | RelativePath="..\..\src\msw\toplevel.cpp">\r |
1011 | </File>\r | |
6e0fbb3d VS |
1012 | <File\r |
1013 | RelativePath="..\..\src\msw\treectrl.cpp">\r | |
6e0fbb3d | 1014 | </File>\r |
b0a50d5a KO |
1015 | <File\r |
1016 | RelativePath="..\..\src\msw\uiaction.cpp">\r | |
b0a50d5a | 1017 | </File>\r |
6e0fbb3d | 1018 | <File\r |
8ece421c VZ |
1019 | RelativePath="..\..\src\msw\utilsgui.cpp">\r |
1020 | </File>\r | |
5146904d VZ |
1021 | <File\r |
1022 | RelativePath="..\..\src\msw\utilswin.cpp">\r | |
1023 | </File>\r | |
6e0fbb3d | 1024 | <File\r |
8ece421c VZ |
1025 | RelativePath="..\..\src\msw\ole\uuid.cpp">\r |
1026 | </File>\r | |
6e0fbb3d | 1027 | <File\r |
8ece421c VZ |
1028 | RelativePath="..\..\src\msw\uxtheme.cpp">\r |
1029 | </File>\r | |
6e0fbb3d VS |
1030 | <File\r |
1031 | RelativePath="..\..\src\msw\version.rc">\r | |
1032 | <FileConfiguration\r | |
95ff11c4 | 1033 | Name="Debug|Win32"\r |
8ece421c | 1034 | ExcludedFromBuild="TRUE"/>\r |
6e0fbb3d | 1035 | <FileConfiguration\r |
95ff11c4 | 1036 | Name="Release|Win32"\r |
8ece421c | 1037 | ExcludedFromBuild="TRUE"/>\r |
6e0fbb3d VS |
1038 | </File>\r |
1039 | <File\r | |
8ece421c VZ |
1040 | RelativePath="..\..\src\msw\volume.cpp">\r |
1041 | </File>\r | |
6e0fbb3d | 1042 | <File\r |
8ece421c VZ |
1043 | RelativePath="..\..\src\msw\window.cpp">\r |
1044 | </File>\r | |
6e0fbb3d VS |
1045 | </Filter>\r |
1046 | <Filter\r | |
1047 | Name="Generic Sources"\r | |
1048 | UniqueIdentifier="{FEA0C02F-F300-53BA-B784-52A5086B8093}">\r | |
6e0fbb3d | 1049 | <File\r |
8ece421c VZ |
1050 | RelativePath="..\..\src\generic\busyinfo.cpp">\r |
1051 | </File>\r | |
6e0fbb3d | 1052 | <File\r |
8ece421c VZ |
1053 | RelativePath="..\..\src\generic\buttonbar.cpp">\r |
1054 | </File>\r | |
6e0fbb3d | 1055 | <File\r |
8ece421c VZ |
1056 | RelativePath="..\..\src\generic\choicbkg.cpp">\r |
1057 | </File>\r | |
6e0fbb3d | 1058 | <File\r |
8ece421c VZ |
1059 | RelativePath="..\..\src\generic\choicdgg.cpp">\r |
1060 | </File>\r | |
6e0fbb3d | 1061 | <File\r |
8ece421c VZ |
1062 | RelativePath="..\..\src\generic\clrpickerg.cpp">\r |
1063 | </File>\r | |
6e0fbb3d | 1064 | <File\r |
8ece421c VZ |
1065 | RelativePath="..\..\src\generic\collpaneg.cpp">\r |
1066 | </File>\r | |
6e0fbb3d | 1067 | <File\r |
8ece421c VZ |
1068 | RelativePath="..\..\src\generic\combog.cpp">\r |
1069 | </File>\r | |
6e0fbb3d | 1070 | <File\r |
8ece421c VZ |
1071 | RelativePath="..\..\src\generic\dcpsg.cpp">\r |
1072 | </File>\r | |
6e0fbb3d | 1073 | <File\r |
8ece421c VZ |
1074 | RelativePath="..\..\src\generic\dirctrlg.cpp">\r |
1075 | </File>\r | |
6e0fbb3d | 1076 | <File\r |
8ece421c VZ |
1077 | RelativePath="..\..\src\generic\dragimgg.cpp">\r |
1078 | </File>\r | |
6e0fbb3d | 1079 | <File\r |
8ece421c VZ |
1080 | RelativePath="..\..\src\generic\filectrlg.cpp">\r |
1081 | </File>\r | |
6e0fbb3d | 1082 | <File\r |
8ece421c VZ |
1083 | RelativePath="..\..\src\generic\filepickerg.cpp">\r |
1084 | </File>\r | |
6e0fbb3d | 1085 | <File\r |
8ece421c VZ |
1086 | RelativePath="..\..\src\generic\fontpickerg.cpp">\r |
1087 | </File>\r | |
f82b7036 KO |
1088 | <File\r |
1089 | RelativePath="..\..\src\generic\graphicc.cpp">\r | |
1090 | </File>\r | |
56873923 VZ |
1091 | <File\r |
1092 | RelativePath="..\..\src\generic\headerctrlg.cpp">\r | |
1093 | </File>\r | |
6e0fbb3d | 1094 | <File\r |
690ddfec VS |
1095 | RelativePath="..\..\src\generic\infobar.cpp">\r |
1096 | </File>\r | |
1097 | <File\r | |
8ece421c VZ |
1098 | RelativePath="..\..\src\generic\listbkg.cpp">\r |
1099 | </File>\r | |
6e0fbb3d | 1100 | <File\r |
8ece421c VZ |
1101 | RelativePath="..\..\src\generic\logg.cpp">\r |
1102 | </File>\r | |
6e0fbb3d | 1103 | <File\r |
6e793355 VZ |
1104 | RelativePath="..\..\src\generic\markuptext.cpp">\r |
1105 | </File>\r | |
6e0fbb3d VS |
1106 | <File\r |
1107 | RelativePath="..\..\src\generic\msgdlgg.cpp">\r | |
6e0fbb3d VS |
1108 | </File>\r |
1109 | <File\r | |
8ece421c VZ |
1110 | RelativePath="..\..\src\generic\numdlgg.cpp">\r |
1111 | </File>\r | |
2aab96f5 VS |
1112 | <File\r |
1113 | RelativePath="..\..\src\generic\preferencesg.cpp">\r | |
1114 | </File>\r | |
6e793355 | 1115 | <File\r |
8ece421c VZ |
1116 | RelativePath="..\..\src\generic\printps.cpp">\r |
1117 | </File>\r | |
6e0fbb3d | 1118 | <File\r |
8ece421c VZ |
1119 | RelativePath="..\..\src\generic\prntdlgg.cpp">\r |
1120 | </File>\r | |
6e0fbb3d | 1121 | <File\r |
8ece421c VZ |
1122 | RelativePath="..\..\src\generic\progdlgg.cpp">\r |
1123 | </File>\r | |
6e0fbb3d | 1124 | <File\r |
8ece421c VZ |
1125 | RelativePath="..\..\src\generic\renderg.cpp">\r |
1126 | </File>\r | |
6e0fbb3d | 1127 | <File\r |
0a9c5e35 VS |
1128 | RelativePath="..\..\src\generic\richmsgdlgg.cpp">\r |
1129 | </File>\r | |
1130 | <File\r | |
8ece421c VZ |
1131 | RelativePath="..\..\src\generic\scrlwing.cpp">\r |
1132 | </File>\r | |
6e0fbb3d | 1133 | <File\r |
8ece421c VZ |
1134 | RelativePath="..\..\src\generic\selstore.cpp">\r |
1135 | </File>\r | |
6e0fbb3d | 1136 | <File\r |
8ece421c VZ |
1137 | RelativePath="..\..\src\generic\spinctlg.cpp">\r |
1138 | </File>\r | |
6e0fbb3d | 1139 | <File\r |
22a3b6e4 | 1140 | RelativePath="..\..\src\generic\splitter.cpp">\r |
6e0fbb3d VS |
1141 | </File>\r |
1142 | <File\r | |
22a3b6e4 | 1143 | RelativePath="..\..\src\generic\srchctlg.cpp">\r |
6e0fbb3d VS |
1144 | </File>\r |
1145 | <File\r | |
22a3b6e4 | 1146 | RelativePath="..\..\src\generic\statbmpg.cpp">\r |
6e0fbb3d VS |
1147 | </File>\r |
1148 | <File\r | |
22a3b6e4 | 1149 | RelativePath="..\..\src\generic\stattextg.cpp">\r |
6e0fbb3d VS |
1150 | </File>\r |
1151 | <File\r | |
22a3b6e4 | 1152 | RelativePath="..\..\src\generic\statusbr.cpp">\r |
6e0fbb3d VS |
1153 | </File>\r |
1154 | <File\r | |
22a3b6e4 VZ |
1155 | RelativePath="..\..\src\generic\textdlgg.cpp">\r |
1156 | </File>\r | |
1157 | <File\r | |
1158 | RelativePath="..\..\src\generic\tipwin.cpp">\r | |
1159 | </File>\r | |
1160 | <File\r | |
1161 | RelativePath="..\..\src\generic\toolbkg.cpp">\r | |
1162 | </File>\r | |
1163 | <File\r | |
1164 | RelativePath="..\..\src\generic\treebkg.cpp">\r | |
1165 | </File>\r | |
1166 | <File\r | |
1167 | RelativePath="..\..\src\generic\treectlg.cpp">\r | |
1168 | </File>\r | |
1169 | <File\r | |
1170 | RelativePath="..\..\src\generic\vlbox.cpp">\r | |
1171 | </File>\r | |
1172 | <File\r | |
1173 | RelativePath="..\..\src\generic\vscroll.cpp">\r | |
6e0fbb3d VS |
1174 | </File>\r |
1175 | </Filter>\r | |
1176 | <Filter\r | |
1177 | Name="Setup Headers"\r | |
1178 | UniqueIdentifier="{63537534-1833-5C1F-8DBD-359A84F294C8}">\r | |
1179 | <File\r | |
1180 | RelativePath="..\..\include\wx\msw\setup.h">\r | |
1181 | <FileConfiguration\r | |
95ff11c4 | 1182 | Name="Debug|Win32">\r |
6e0fbb3d VS |
1183 | <Tool\r |
1184 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
1185 | Description="Creating ..\..\lib\vc_lib\mswud\wx\setup.h"\r |
1186 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h"\r | |
cc118a9b | 1187 | Outputs="..\..\lib\vc_lib\mswud\wx\setup.h"/>\r |
6e0fbb3d VS |
1188 | </FileConfiguration>\r |
1189 | <FileConfiguration\r | |
95ff11c4 | 1190 | Name="Release|Win32">\r |
6e0fbb3d VS |
1191 | <Tool\r |
1192 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
1193 | Description="Creating ..\..\lib\vc_lib\mswu\wx\setup.h"\r |
1194 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h"\r | |
cc118a9b | 1195 | Outputs="..\..\lib\vc_lib\mswu\wx\setup.h"/>\r |
6e0fbb3d | 1196 | </FileConfiguration>\r |
95ff11c4 CE |
1197 | <FileConfiguration\r |
1198 | Name="DLL Debug|Win32">\r | |
6e0fbb3d VS |
1199 | <Tool\r |
1200 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
1201 | Description="Creating ..\..\lib\vc_dll\mswud\wx\setup.h"\r |
1202 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswud\wx\setup.h"\r | |
cc118a9b | 1203 | Outputs="..\..\lib\vc_dll\mswud\wx\setup.h"/>\r |
6e0fbb3d VS |
1204 | </FileConfiguration>\r |
1205 | <FileConfiguration\r | |
95ff11c4 | 1206 | Name="DLL Release|Win32">\r |
6e0fbb3d VS |
1207 | <Tool\r |
1208 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
1209 | Description="Creating ..\..\lib\vc_dll\mswu\wx\setup.h"\r |
1210 | CommandLine="copy "$(InputPath)" ..\..\lib\vc_dll\mswu\wx\setup.h"\r | |
cc118a9b | 1211 | Outputs="..\..\lib\vc_dll\mswu\wx\setup.h"/>\r |
6e0fbb3d VS |
1212 | </FileConfiguration>\r |
1213 | </File>\r | |
1214 | <File\r | |
1215 | RelativePath="..\..\include\wx\univ\setup.h">\r | |
1216 | <FileConfiguration\r | |
95ff11c4 CE |
1217 | Name="Debug|Win32"/>\r |
1218 | <FileConfiguration\r | |
1219 | Name="Release|Win32"/>\r | |
6e0fbb3d VS |
1220 | <FileConfiguration\r |
1221 | Name="DLL Debug|Win32"/>\r | |
1222 | <FileConfiguration\r | |
95ff11c4 | 1223 | Name="DLL Release|Win32"/>\r |
6e0fbb3d VS |
1224 | </File>\r |
1225 | </Filter>\r | |
1226 | <Filter\r | |
1227 | Name="MSW Headers"\r | |
1228 | UniqueIdentifier="{5AFFF20E-29F9-512B-B80A-7DC45976CDAC}">\r | |
1229 | <File\r | |
8ece421c VZ |
1230 | RelativePath="..\..\include\wx\msw\accel.h">\r |
1231 | </File>\r | |
6e0fbb3d | 1232 | <File\r |
8ece421c VZ |
1233 | RelativePath="..\..\include\wx\msw\ole\access.h">\r |
1234 | </File>\r | |
6e0fbb3d | 1235 | <File\r |
8ece421c VZ |
1236 | RelativePath="..\..\include\wx\msw\ole\activex.h">\r |
1237 | </File>\r | |
b4354db1 VZ |
1238 | <File\r |
1239 | RelativePath="..\..\include\wx\msw\anybutton.h">\r | |
1240 | </File>\r | |
6e0fbb3d | 1241 | <File\r |
8ece421c VZ |
1242 | RelativePath="..\..\include\wx\msw\app.h">\r |
1243 | </File>\r | |
6e0fbb3d | 1244 | <File\r |
8ece421c VZ |
1245 | RelativePath="..\..\include\wx\msw\ole\automtn.h">\r |
1246 | </File>\r | |
6e0fbb3d | 1247 | <File\r |
8ece421c VZ |
1248 | RelativePath="..\..\include\wx\msw\bitmap.h">\r |
1249 | </File>\r | |
6e0fbb3d | 1250 | <File\r |
8ece421c VZ |
1251 | RelativePath="..\..\include\wx\msw\bmpbuttn.h">\r |
1252 | </File>\r | |
f696015c | 1253 | <File\r |
8ece421c VZ |
1254 | RelativePath="..\..\include\wx\msw\bmpcbox.h">\r |
1255 | </File>\r | |
6e0fbb3d | 1256 | <File\r |
8ece421c VZ |
1257 | RelativePath="..\..\include\wx\msw\brush.h">\r |
1258 | </File>\r | |
6e0fbb3d | 1259 | <File\r |
8ece421c VZ |
1260 | RelativePath="..\..\include\wx\msw\button.h">\r |
1261 | </File>\r | |
51317496 | 1262 | <File\r |
8ece421c VZ |
1263 | RelativePath="..\..\include\wx\msw\calctrl.h">\r |
1264 | </File>\r | |
6e0fbb3d | 1265 | <File\r |
8ece421c VZ |
1266 | RelativePath="..\..\include\wx\msw\caret.h">\r |
1267 | </File>\r | |
6e0fbb3d | 1268 | <File\r |
8ece421c VZ |
1269 | RelativePath="..\..\include\wx\msw\checkbox.h">\r |
1270 | </File>\r | |
6e0fbb3d | 1271 | <File\r |
8ece421c VZ |
1272 | RelativePath="..\..\include\wx\msw\checklst.h">\r |
1273 | </File>\r | |
6e0fbb3d | 1274 | <File\r |
8ece421c VZ |
1275 | RelativePath="..\..\include\wx\msw\choice.h">\r |
1276 | </File>\r | |
6e0fbb3d | 1277 | <File\r |
8ece421c VZ |
1278 | RelativePath="..\..\include\wx\msw\clipbrd.h">\r |
1279 | </File>\r | |
6e0fbb3d | 1280 | <File\r |
8ece421c VZ |
1281 | RelativePath="..\..\include\wx\msw\colordlg.h">\r |
1282 | </File>\r | |
6e0fbb3d | 1283 | <File\r |
8ece421c VZ |
1284 | RelativePath="..\..\include\wx\msw\colour.h">\r |
1285 | </File>\r | |
6e0fbb3d | 1286 | <File\r |
8ece421c VZ |
1287 | RelativePath="..\..\include\wx\msw\combo.h">\r |
1288 | </File>\r | |
6e0fbb3d | 1289 | <File\r |
8ece421c VZ |
1290 | RelativePath="..\..\include\wx\msw\combobox.h">\r |
1291 | </File>\r | |
3571e1ad VZ |
1292 | <File\r |
1293 | RelativePath="..\..\include\wx\msw\commandlinkbutton.h">\r | |
1294 | </File>\r | |
6e0fbb3d | 1295 | <File\r |
8ece421c VZ |
1296 | RelativePath="..\..\include\wx\msw\control.h">\r |
1297 | </File>\r | |
6e0fbb3d | 1298 | <File\r |
00405b6c VZ |
1299 | RelativePath="..\..\include\wx\msw\ctrlsub.h">\r |
1300 | </File>\r | |
1301 | <File\r | |
1302 | RelativePath="..\..\include\wx\msw\cursor.h">\r | |
1303 | </File>\r | |
1304 | <File\r | |
1305 | RelativePath="..\..\include\wx\msw\custombgwin.h">\r | |
1306 | </File>\r | |
1307 | <File\r | |
1308 | RelativePath="..\..\include\wx\msw\ole\dataform.h">\r | |
1309 | </File>\r | |
1310 | <File\r | |
1311 | RelativePath="..\..\include\wx\msw\ole\dataobj.h">\r | |
1312 | </File>\r | |
1313 | <File\r | |
1314 | RelativePath="..\..\include\wx\msw\ole\dataobj2.h">\r | |
1315 | </File>\r | |
1316 | <File\r | |
1317 | RelativePath="..\..\include\wx\msw\datectrl.h">\r | |
1318 | </File>\r | |
1319 | <File\r | |
1320 | RelativePath="..\..\include\wx\msw\datetimectrl.h">\r | |
1321 | </File>\r | |
1322 | <File\r | |
1323 | RelativePath="..\..\include\wx\msw\dc.h">\r | |
1324 | </File>\r | |
1325 | <File\r | |
1326 | RelativePath="..\..\include\wx\msw\dcclient.h">\r | |
1327 | </File>\r | |
1328 | <File\r | |
8ece421c VZ |
1329 | RelativePath="..\..\include\wx\msw\dcmemory.h">\r |
1330 | </File>\r | |
6e0fbb3d | 1331 | <File\r |
8ece421c VZ |
1332 | RelativePath="..\..\include\wx\msw\dcprint.h">\r |
1333 | </File>\r | |
6e0fbb3d | 1334 | <File\r |
8ece421c VZ |
1335 | RelativePath="..\..\include\wx\msw\dcscreen.h">\r |
1336 | </File>\r | |
6e0fbb3d | 1337 | <File\r |
8ece421c VZ |
1338 | RelativePath="..\..\include\wx\msw\dialog.h">\r |
1339 | </File>\r | |
6e0fbb3d | 1340 | <File\r |
8ece421c VZ |
1341 | RelativePath="..\..\include\wx\msw\dib.h">\r |
1342 | </File>\r | |
6e0fbb3d | 1343 | <File\r |
8ece421c VZ |
1344 | RelativePath="..\..\include\wx\msw\dirdlg.h">\r |
1345 | </File>\r | |
6e0fbb3d | 1346 | <File\r |
8ece421c VZ |
1347 | RelativePath="..\..\include\wx\msw\dragimag.h">\r |
1348 | </File>\r | |
6e0fbb3d | 1349 | <File\r |
8ece421c VZ |
1350 | RelativePath="..\..\include\wx\msw\ole\dropsrc.h">\r |
1351 | </File>\r | |
6e0fbb3d | 1352 | <File\r |
8ece421c VZ |
1353 | RelativePath="..\..\include\wx\msw\ole\droptgt.h">\r |
1354 | </File>\r | |
6e0fbb3d | 1355 | <File\r |
8ece421c VZ |
1356 | RelativePath="..\..\include\wx\msw\enhmeta.h">\r |
1357 | </File>\r | |
6e0fbb3d | 1358 | <File\r |
8ece421c VZ |
1359 | RelativePath="..\..\include\wx\msw\evtloop.h">\r |
1360 | </File>\r | |
6e0fbb3d | 1361 | <File\r |
8ece421c VZ |
1362 | RelativePath="..\..\include\wx\msw\fdrepdlg.h">\r |
1363 | </File>\r | |
6e0fbb3d | 1364 | <File\r |
8ece421c VZ |
1365 | RelativePath="..\..\include\wx\msw\filedlg.h">\r |
1366 | </File>\r | |
6e0fbb3d | 1367 | <File\r |
8ece421c VZ |
1368 | RelativePath="..\..\include\wx\msw\font.h">\r |
1369 | </File>\r | |
6e0fbb3d | 1370 | <File\r |
8ece421c VZ |
1371 | RelativePath="..\..\include\wx\msw\fontdlg.h">\r |
1372 | </File>\r | |
6e0fbb3d | 1373 | <File\r |
8ece421c VZ |
1374 | RelativePath="..\..\include\wx\msw\frame.h">\r |
1375 | </File>\r | |
6e0fbb3d | 1376 | <File\r |
8ece421c VZ |
1377 | RelativePath="..\..\include\wx\msw\gauge.h">\r |
1378 | </File>\r | |
6e0fbb3d | 1379 | <File\r |
8ece421c VZ |
1380 | RelativePath="..\..\include\wx\msw\gdiimage.h">\r |
1381 | </File>\r | |
6e0fbb3d VS |
1382 | <File\r |
1383 | RelativePath="..\..\include\wx\msw\genrcdefs.h">\r | |
1384 | <FileConfiguration\r | |
95ff11c4 | 1385 | Name="Debug|Win32">\r |
6e0fbb3d VS |
1386 | <Tool\r |
1387 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
1388 | Description="Creating ..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"\r |
1389 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h""\r | |
1390 | Outputs="..\..\lib\vc_lib\mswud\wx\msw\rcdefs.h"\r | |
1391 | AdditionalDependencies=""..\..\lib\vc_lib\mswud\wx\msw""/>\r | |
6e0fbb3d VS |
1392 | </FileConfiguration>\r |
1393 | <FileConfiguration\r | |
95ff11c4 | 1394 | Name="Release|Win32">\r |
6e0fbb3d VS |
1395 | <Tool\r |
1396 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
1397 | Description="Creating ..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"\r |
1398 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h""\r | |
1399 | Outputs="..\..\lib\vc_lib\mswu\wx\msw\rcdefs.h"\r | |
1400 | AdditionalDependencies=""..\..\lib\vc_lib\mswu\wx\msw""/>\r | |
6e0fbb3d | 1401 | </FileConfiguration>\r |
6e0fbb3d | 1402 | <FileConfiguration\r |
95ff11c4 | 1403 | Name="DLL Debug|Win32">\r |
6e0fbb3d VS |
1404 | <Tool\r |
1405 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
1406 | Description="Creating ..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"\r |
1407 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h""\r | |
1408 | Outputs="..\..\lib\vc_dll\mswud\wx\msw\rcdefs.h"\r | |
1409 | AdditionalDependencies=""..\..\lib\vc_dll\mswud\wx\msw""/>\r | |
6e0fbb3d VS |
1410 | </FileConfiguration>\r |
1411 | <FileConfiguration\r | |
95ff11c4 | 1412 | Name="DLL Release|Win32">\r |
6e0fbb3d VS |
1413 | <Tool\r |
1414 | Name="VCCustomBuildTool"\r | |
95ff11c4 CE |
1415 | Description="Creating ..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"\r |
1416 | CommandLine="cl /EP /nologo "$(InputPath)" > "..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h""\r | |
1417 | Outputs="..\..\lib\vc_dll\mswu\wx\msw\rcdefs.h"\r | |
1418 | AdditionalDependencies=""..\..\lib\vc_dll\mswu\wx\msw""/>\r | |
6e0fbb3d | 1419 | </FileConfiguration>\r |
6e0fbb3d VS |
1420 | </File>\r |
1421 | <File\r | |
8ece421c VZ |
1422 | RelativePath="..\..\include\wx\msw\glcanvas.h">\r |
1423 | </File>\r | |
56873923 VZ |
1424 | <File\r |
1425 | RelativePath="..\..\include\wx\msw\headerctrl.h">\r | |
1426 | </File>\r | |
6e0fbb3d | 1427 | <File\r |
8ece421c VZ |
1428 | RelativePath="..\..\include\wx\msw\helpbest.h">\r |
1429 | </File>\r | |
6e0fbb3d | 1430 | <File\r |
8ece421c VZ |
1431 | RelativePath="..\..\include\wx\msw\helpchm.h">\r |
1432 | </File>\r | |
6e0fbb3d | 1433 | <File\r |
8ece421c VZ |
1434 | RelativePath="..\..\include\wx\msw\helpwin.h">\r |
1435 | </File>\r | |
6e0fbb3d | 1436 | <File\r |
8ece421c VZ |
1437 | RelativePath="..\..\include\wx\msw\htmlhelp.h">\r |
1438 | </File>\r | |
b815cf68 VZ |
1439 | <File\r |
1440 | RelativePath="..\..\include\wx\msw\hyperlink.h">\r | |
1441 | </File>\r | |
6e0fbb3d | 1442 | <File\r |
8ece421c VZ |
1443 | RelativePath="..\..\include\wx\msw\icon.h">\r |
1444 | </File>\r | |
6e0fbb3d | 1445 | <File\r |
8ece421c VZ |
1446 | RelativePath="..\..\include\wx\msw\imaglist.h">\r |
1447 | </File>\r | |
6e0fbb3d | 1448 | <File\r |
8ece421c VZ |
1449 | RelativePath="..\..\include\wx\msw\iniconf.h">\r |
1450 | </File>\r | |
6e0fbb3d | 1451 | <File\r |
df1547b7 VZ |
1452 | RelativePath="..\..\include\wx\msw\init.h">\r |
1453 | </File>\r | |
1454 | <File\r | |
8ece421c VZ |
1455 | RelativePath="..\..\include\wx\msw\joystick.h">\r |
1456 | </File>\r | |
6e0fbb3d | 1457 | <File\r |
8ece421c VZ |
1458 | RelativePath="..\..\include\wx\msw\listbox.h">\r |
1459 | </File>\r | |
6e0fbb3d | 1460 | <File\r |
8ece421c VZ |
1461 | RelativePath="..\..\include\wx\msw\listctrl.h">\r |
1462 | </File>\r | |
6e0fbb3d | 1463 | <File\r |
8ece421c VZ |
1464 | RelativePath="..\..\include\wx\msw\mdi.h">\r |
1465 | </File>\r | |
6e0fbb3d | 1466 | <File\r |
8ece421c VZ |
1467 | RelativePath="..\..\include\wx\msw\menu.h">\r |
1468 | </File>\r | |
6e0fbb3d | 1469 | <File\r |
8ece421c VZ |
1470 | RelativePath="..\..\include\wx\msw\menuitem.h">\r |
1471 | </File>\r | |
6e0fbb3d | 1472 | <File\r |
8ece421c VZ |
1473 | RelativePath="..\..\include\wx\msw\metafile.h">\r |
1474 | </File>\r | |
6e0fbb3d | 1475 | <File\r |
8ece421c VZ |
1476 | RelativePath="..\..\include\wx\msw\minifram.h">\r |
1477 | </File>\r | |
6e0fbb3d | 1478 | <File\r |
8ece421c VZ |
1479 | RelativePath="..\..\include\wx\msw\missing.h">\r |
1480 | </File>\r | |
6e0fbb3d | 1481 | <File\r |
00405b6c VZ |
1482 | RelativePath="..\..\include\wx\msw\msgdlg.h">\r |
1483 | </File>\r | |
1484 | <File\r | |
1485 | RelativePath="..\..\include\wx\msw\msvcrt.h">\r | |
1486 | </File>\r | |
1487 | <File\r | |
1488 | RelativePath="..\..\include\wx\msw\nonownedwnd.h">\r | |
1489 | </File>\r | |
1490 | <File\r | |
1491 | RelativePath="..\..\include\wx\msw\notebook.h">\r | |
1492 | </File>\r | |
1493 | <File\r | |
1494 | RelativePath="..\..\include\wx\msw\notifmsg.h">\r | |
1495 | </File>\r | |
1496 | <File\r | |
8ece421c VZ |
1497 | RelativePath="..\..\include\wx\msw\ole\oleutils.h">\r |
1498 | </File>\r | |
6e0fbb3d | 1499 | <File\r |
00237407 VZ |
1500 | RelativePath="..\..\include\wx\msw\ownerdrw.h">\r |
1501 | </File>\r | |
1502 | <File\r | |
8ece421c VZ |
1503 | RelativePath="..\..\include\wx\msw\palette.h">\r |
1504 | </File>\r | |
6e793355 VZ |
1505 | <File\r |
1506 | RelativePath="..\..\include\wx\msw\panel.h">\r | |
1507 | </File>\r | |
6e0fbb3d | 1508 | <File\r |
8ece421c VZ |
1509 | RelativePath="..\..\include\wx\msw\pen.h">\r |
1510 | </File>\r | |
6e0fbb3d | 1511 | <File\r |
8ece421c VZ |
1512 | RelativePath="..\..\include\wx\msw\popupwin.h">\r |
1513 | </File>\r | |
6e0fbb3d | 1514 | <File\r |
8ece421c VZ |
1515 | RelativePath="..\..\include\wx\msw\printdlg.h">\r |
1516 | </File>\r | |
6e0fbb3d | 1517 | <File\r |
8ece421c VZ |
1518 | RelativePath="..\..\include\wx\msw\printwin.h">\r |
1519 | </File>\r | |
6e0fbb3d | 1520 | <File\r |
0a9c5e35 VS |
1521 | RelativePath="..\..\include\wx\msw\progdlg.h">\r |
1522 | </File>\r | |
1523 | <File\r | |
8ece421c VZ |
1524 | RelativePath="..\..\include\wx\msw\radiobox.h">\r |
1525 | </File>\r | |
6e0fbb3d | 1526 | <File\r |
8ece421c VZ |
1527 | RelativePath="..\..\include\wx\msw\radiobut.h">\r |
1528 | </File>\r | |
6e0fbb3d | 1529 | <File\r |
8ece421c VZ |
1530 | RelativePath="..\..\include\wx\msw\rcdefs.h">\r |
1531 | </File>\r | |
6e0fbb3d | 1532 | <File\r |
8ece421c VZ |
1533 | RelativePath="..\..\include\wx\msw\region.h">\r |
1534 | </File>\r | |
6e0fbb3d | 1535 | <File\r |
0a9c5e35 VS |
1536 | RelativePath="..\..\include\wx\msw\richmsgdlg.h">\r |
1537 | </File>\r | |
226fa6db VZ |
1538 | <File\r |
1539 | RelativePath="..\..\include\wx\msw\ole\safearray.h">\r | |
1540 | </File>\r | |
0a9c5e35 | 1541 | <File\r |
8ece421c VZ |
1542 | RelativePath="..\..\include\wx\msw\scrolbar.h">\r |
1543 | </File>\r | |
6e0fbb3d | 1544 | <File\r |
8ece421c VZ |
1545 | RelativePath="..\..\include\wx\msw\slider.h">\r |
1546 | </File>\r | |
6e0fbb3d | 1547 | <File\r |
8ece421c VZ |
1548 | RelativePath="..\..\include\wx\msw\sound.h">\r |
1549 | </File>\r | |
6e0fbb3d | 1550 | <File\r |
8ece421c VZ |
1551 | RelativePath="..\..\include\wx\msw\spinbutt.h">\r |
1552 | </File>\r | |
6e0fbb3d | 1553 | <File\r |
8ece421c VZ |
1554 | RelativePath="..\..\include\wx\msw\spinctrl.h">\r |
1555 | </File>\r | |
6e0fbb3d | 1556 | <File\r |
8ece421c VZ |
1557 | RelativePath="..\..\include\wx\msw\statbmp.h">\r |
1558 | </File>\r | |
6e0fbb3d | 1559 | <File\r |
8ece421c VZ |
1560 | RelativePath="..\..\include\wx\msw\statbox.h">\r |
1561 | </File>\r | |
6e0fbb3d | 1562 | <File\r |
8ece421c VZ |
1563 | RelativePath="..\..\include\wx\msw\statline.h">\r |
1564 | </File>\r | |
6e0fbb3d | 1565 | <File\r |
8ece421c VZ |
1566 | RelativePath="..\..\include\wx\msw\stattext.h">\r |
1567 | </File>\r | |
936f6353 | 1568 | <File\r |
8ece421c VZ |
1569 | RelativePath="..\..\include\wx\msw\statusbar.h">\r |
1570 | </File>\r | |
6e0fbb3d | 1571 | <File\r |
8ece421c VZ |
1572 | RelativePath="..\..\include\wx\msw\taskbar.h">\r |
1573 | </File>\r | |
6e0fbb3d | 1574 | <File\r |
8ece421c VZ |
1575 | RelativePath="..\..\include\wx\msw\textctrl.h">\r |
1576 | </File>\r | |
6e0fbb3d | 1577 | <File\r |
00405b6c VZ |
1578 | RelativePath="..\..\include\wx\msw\textentry.h">\r |
1579 | </File>\r | |
1580 | <File\r | |
1581 | RelativePath="..\..\include\wx\msw\tglbtn.h">\r | |
1582 | </File>\r | |
1583 | <File\r | |
1584 | RelativePath="..\..\include\wx\msw\timectrl.h">\r | |
1585 | </File>\r | |
1586 | <File\r | |
1587 | RelativePath="..\..\include\wx\msw\toolbar.h">\r | |
1588 | </File>\r | |
1589 | <File\r | |
1590 | RelativePath="..\..\include\wx\msw\tooltip.h">\r | |
1591 | </File>\r | |
1592 | <File\r | |
8ece421c VZ |
1593 | RelativePath="..\..\include\wx\msw\toplevel.h">\r |
1594 | </File>\r | |
6e0fbb3d | 1595 | <File\r |
8ece421c VZ |
1596 | RelativePath="..\..\include\wx\msw\treectrl.h">\r |
1597 | </File>\r | |
6e0fbb3d | 1598 | <File\r |
8ece421c VZ |
1599 | RelativePath="..\..\include\wx\msw\ole\uuid.h">\r |
1600 | </File>\r | |
6e0fbb3d | 1601 | <File\r |
8ece421c VZ |
1602 | RelativePath="..\..\include\wx\msw\uxtheme.h">\r |
1603 | </File>\r | |
6e0fbb3d | 1604 | <File\r |
8ece421c VZ |
1605 | RelativePath="..\..\include\wx\msw\uxthemep.h">\r |
1606 | </File>\r | |
6e0fbb3d | 1607 | <File\r |
00405b6c VZ |
1608 | RelativePath="..\..\include\wx\msw\webview_ie.h">\r |
1609 | </File>\r | |
e52aec97 SL |
1610 | <File\r |
1611 | RelativePath="..\..\include\wx\msw\webview_missing.h">\r | |
1612 | </File>\r | |
00405b6c VZ |
1613 | <File\r |
1614 | RelativePath="..\..\include\wx\msw\webviewhistoryitem_ie.h">\r | |
1615 | </File>\r | |
1616 | <File\r | |
8ece421c VZ |
1617 | RelativePath="..\..\include\wx\msw\window.h">\r |
1618 | </File>\r | |
6e0fbb3d VS |
1619 | </Filter>\r |
1620 | <Filter\r | |
1621 | Name="Generic Headers"\r | |
1622 | UniqueIdentifier="{61C63C83-EF8C-51CA-A418-51936E7FCD4A}">\r | |
1623 | <File\r | |
8ece421c VZ |
1624 | RelativePath="..\..\include\wx\generic\aboutdlgg.h">\r |
1625 | </File>\r | |
6e0fbb3d | 1626 | <File\r |
8ece421c VZ |
1627 | RelativePath="..\..\include\wx\generic\accel.h">\r |
1628 | </File>\r | |
6e0fbb3d | 1629 | <File\r |
8ece421c VZ |
1630 | RelativePath="..\..\include\wx\generic\animate.h">\r |
1631 | </File>\r | |
6e0fbb3d | 1632 | <File\r |
8ece421c VZ |
1633 | RelativePath="..\..\include\wx\generic\bmpcbox.h">\r |
1634 | </File>\r | |
6e0fbb3d | 1635 | <File\r |
8ece421c VZ |
1636 | RelativePath="..\..\include\wx\generic\busyinfo.h">\r |
1637 | </File>\r | |
6e0fbb3d | 1638 | <File\r |
8ece421c VZ |
1639 | RelativePath="..\..\include\wx\generic\buttonbar.h">\r |
1640 | </File>\r | |
6e0fbb3d | 1641 | <File\r |
8ece421c VZ |
1642 | RelativePath="..\..\include\wx\generic\calctrlg.h">\r |
1643 | </File>\r | |
6e0fbb3d | 1644 | <File\r |
8ece421c VZ |
1645 | RelativePath="..\..\include\wx\generic\choicdgg.h">\r |
1646 | </File>\r | |
6e0fbb3d | 1647 | <File\r |
8ece421c VZ |
1648 | RelativePath="..\..\include\wx\generic\clrpickerg.h">\r |
1649 | </File>\r | |
6e0fbb3d | 1650 | <File\r |
8ece421c VZ |
1651 | RelativePath="..\..\include\wx\generic\collpaneg.h">\r |
1652 | </File>\r | |
6e0fbb3d | 1653 | <File\r |
8ece421c VZ |
1654 | RelativePath="..\..\include\wx\generic\colrdlgg.h">\r |
1655 | </File>\r | |
6e0fbb3d | 1656 | <File\r |
00405b6c VZ |
1657 | RelativePath="..\..\include\wx\generic\combo.h">\r |
1658 | </File>\r | |
00405b6c VZ |
1659 | <File\r |
1660 | RelativePath="..\..\include\wx\generic\custombgwin.h">\r | |
1661 | </File>\r | |
1662 | <File\r | |
1663 | RelativePath="..\..\include\wx\generic\dataview.h">\r | |
1664 | </File>\r | |
1665 | <File\r | |
1666 | RelativePath="..\..\include\wx\generic\datectrl.h">\r | |
1667 | </File>\r | |
1668 | <File\r | |
8ece421c VZ |
1669 | RelativePath="..\..\include\wx\generic\dcpsg.h">\r |
1670 | </File>\r | |
6e0fbb3d | 1671 | <File\r |
8ece421c VZ |
1672 | RelativePath="..\..\include\wx\generic\dirctrlg.h">\r |
1673 | </File>\r | |
6e0fbb3d | 1674 | <File\r |
8ece421c VZ |
1675 | RelativePath="..\..\include\wx\generic\dragimgg.h">\r |
1676 | </File>\r | |
6e0fbb3d | 1677 | <File\r |
f82b7036 KO |
1678 | RelativePath="..\..\include\wx\generic\dvrenderer.h">\r |
1679 | </File>\r | |
1680 | <File\r | |
1681 | RelativePath="..\..\include\wx\generic\dvrenderers.h">\r | |
1682 | </File>\r | |
6e0fbb3d | 1683 | <File\r |
8ece421c VZ |
1684 | RelativePath="..\..\include\wx\generic\filectrlg.h">\r |
1685 | </File>\r | |
6e0fbb3d | 1686 | <File\r |
8ece421c VZ |
1687 | RelativePath="..\..\include\wx\generic\filepickerg.h">\r |
1688 | </File>\r | |
6e0fbb3d | 1689 | <File\r |
8ece421c VZ |
1690 | RelativePath="..\..\include\wx\generic\fontpickerg.h">\r |
1691 | </File>\r | |
6e0fbb3d | 1692 | <File\r |
8ece421c VZ |
1693 | RelativePath="..\..\include\wx\generic\grid.h">\r |
1694 | </File>\r | |
6e0fbb3d | 1695 | <File\r |
8ece421c VZ |
1696 | RelativePath="..\..\include\wx\generic\gridctrl.h">\r |
1697 | </File>\r | |
29efc6e4 FM |
1698 | <File\r |
1699 | RelativePath="..\..\include\wx\generic\grideditors.h">\r | |
1700 | </File>\r | |
6e0fbb3d | 1701 | <File\r |
8ece421c VZ |
1702 | RelativePath="..\..\include\wx\generic\gridsel.h">\r |
1703 | </File>\r | |
56873923 | 1704 | <File\r |
2cdaa1dc | 1705 | RelativePath="..\..\include\wx\generic\headerctrlg.h">\r |
56873923 | 1706 | </File>\r |
6e0fbb3d | 1707 | <File\r |
8ece421c VZ |
1708 | RelativePath="..\..\include\wx\generic\helpext.h">\r |
1709 | </File>\r | |
6e0fbb3d | 1710 | <File\r |
8ece421c VZ |
1711 | RelativePath="..\..\include\wx\generic\hyperlink.h">\r |
1712 | </File>\r | |
6e0fbb3d | 1713 | <File\r |
eac789b5 KO |
1714 | RelativePath="..\..\include\wx\generic\infobar.h">\r |
1715 | </File>\r | |
1716 | <File\r | |
8ece421c VZ |
1717 | RelativePath="..\..\include\wx\generic\laywin.h">\r |
1718 | </File>\r | |
6e0fbb3d | 1719 | <File\r |
8ece421c VZ |
1720 | RelativePath="..\..\include\wx\generic\logg.h">\r |
1721 | </File>\r | |
6e0fbb3d | 1722 | <File\r |
8ece421c VZ |
1723 | RelativePath="..\..\include\wx\generic\msgdlgg.h">\r |
1724 | </File>\r | |
6e0fbb3d | 1725 | <File\r |
8ece421c VZ |
1726 | RelativePath="..\..\include\wx\generic\notebook.h">\r |
1727 | </File>\r | |
6e0fbb3d | 1728 | <File\r |
8ece421c VZ |
1729 | RelativePath="..\..\include\wx\generic\notifmsg.h">\r |
1730 | </File>\r | |
6e0fbb3d | 1731 | <File\r |
8ece421c VZ |
1732 | RelativePath="..\..\include\wx\generic\numdlgg.h">\r |
1733 | </File>\r | |
6e0fbb3d | 1734 | <File\r |
8ece421c VZ |
1735 | RelativePath="..\..\include\wx\generic\panelg.h">\r |
1736 | </File>\r | |
6e0fbb3d | 1737 | <File\r |
8ece421c VZ |
1738 | RelativePath="..\..\include\wx\generic\printps.h">\r |
1739 | </File>\r | |
6e0fbb3d | 1740 | <File\r |
8ece421c VZ |
1741 | RelativePath="..\..\include\wx\generic\prntdlgg.h">\r |
1742 | </File>\r | |
6e0fbb3d | 1743 | <File\r |
8ece421c VZ |
1744 | RelativePath="..\..\include\wx\generic\progdlgg.h">\r |
1745 | </File>\r | |
6e0fbb3d | 1746 | <File\r |
8ece421c VZ |
1747 | RelativePath="..\..\include\wx\generic\propdlg.h">\r |
1748 | </File>\r | |
6e0fbb3d | 1749 | <File\r |
0a9c5e35 VS |
1750 | RelativePath="..\..\include\wx\generic\richmsgdlgg.h">\r |
1751 | </File>\r | |
1752 | <File\r | |
8ece421c VZ |
1753 | RelativePath="..\..\include\wx\generic\sashwin.h">\r |
1754 | </File>\r | |
6e0fbb3d | 1755 | <File\r |
8ece421c VZ |
1756 | RelativePath="..\..\include\wx\generic\scrolwin.h">\r |
1757 | </File>\r | |
6e0fbb3d | 1758 | <File\r |
8ece421c VZ |
1759 | RelativePath="..\..\include\wx\generic\spinctlg.h">\r |
1760 | </File>\r | |
6e0fbb3d | 1761 | <File\r |
8ece421c VZ |
1762 | RelativePath="..\..\include\wx\generic\splash.h">\r |
1763 | </File>\r | |
6e0fbb3d | 1764 | <File\r |
8ece421c VZ |
1765 | RelativePath="..\..\include\wx\generic\splitter.h">\r |
1766 | </File>\r | |
6e0fbb3d | 1767 | <File\r |
8ece421c VZ |
1768 | RelativePath="..\..\include\wx\generic\srchctlg.h">\r |
1769 | </File>\r | |
a30e7029 | 1770 | <File\r |
8ece421c VZ |
1771 | RelativePath="..\..\include\wx\generic\statbmpg.h">\r |
1772 | </File>\r | |
916eabe6 VZ |
1773 | <File\r |
1774 | RelativePath="..\..\include\wx\generic\stattextg.h">\r | |
1775 | </File>\r | |
00405b6c VZ |
1776 | <File\r |
1777 | RelativePath="..\..\include\wx\generic\textdlgg.h">\r | |
1778 | </File>\r | |
1779 | <File\r | |
1780 | RelativePath="..\..\include\wx\generic\timectrl.h">\r | |
1781 | </File>\r | |
1782 | <File\r | |
1783 | RelativePath="..\..\include\wx\generic\treectlg.h">\r | |
1784 | </File>\r | |
1785 | <File\r | |
1786 | RelativePath="..\..\include\wx\generic\wizard.h">\r | |
1787 | </File>\r | |
1788 | </Filter>\r | |
6e0fbb3d VS |
1789 | <Filter\r |
1790 | Name="wxHTML Headers"\r | |
1791 | UniqueIdentifier="{B4103426-A5DB-5CF0-A30E-BC9546513AAF}">\r | |
1792 | <File\r | |
8ece421c VZ |
1793 | RelativePath="..\..\include\wx\html\helpctrl.h">\r |
1794 | </File>\r | |
6e0fbb3d | 1795 | <File\r |
8ece421c VZ |
1796 | RelativePath="..\..\include\wx\html\helpdata.h">\r |
1797 | </File>\r | |
6e0fbb3d | 1798 | <File\r |
8ece421c VZ |
1799 | RelativePath="..\..\include\wx\html\helpdlg.h">\r |
1800 | </File>\r | |
6e0fbb3d | 1801 | <File\r |
8ece421c VZ |
1802 | RelativePath="..\..\include\wx\html\helpfrm.h">\r |
1803 | </File>\r | |
6e0fbb3d | 1804 | <File\r |
8ece421c VZ |
1805 | RelativePath="..\..\include\wx\html\helpwnd.h">\r |
1806 | </File>\r | |
6e0fbb3d | 1807 | <File\r |
8ece421c VZ |
1808 | RelativePath="..\..\include\wx\html\htmlcell.h">\r |
1809 | </File>\r | |
6e0fbb3d | 1810 | <File\r |
8ece421c VZ |
1811 | RelativePath="..\..\include\wx\html\htmldefs.h">\r |
1812 | </File>\r | |
6e0fbb3d | 1813 | <File\r |
8ece421c VZ |
1814 | RelativePath="..\..\include\wx\html\htmlfilt.h">\r |
1815 | </File>\r | |
6e0fbb3d | 1816 | <File\r |
8ece421c VZ |
1817 | RelativePath="..\..\include\wx\html\htmlpars.h">\r |
1818 | </File>\r | |
6e0fbb3d | 1819 | <File\r |
8ece421c VZ |
1820 | RelativePath="..\..\include\wx\html\htmlproc.h">\r |
1821 | </File>\r | |
6e0fbb3d | 1822 | <File\r |
8ece421c VZ |
1823 | RelativePath="..\..\include\wx\html\htmltag.h">\r |
1824 | </File>\r | |
6e0fbb3d | 1825 | <File\r |
8ece421c VZ |
1826 | RelativePath="..\..\include\wx\html\htmlwin.h">\r |
1827 | </File>\r | |
6e0fbb3d | 1828 | <File\r |
8ece421c VZ |
1829 | RelativePath="..\..\include\wx\html\htmprint.h">\r |
1830 | </File>\r | |
6e0fbb3d | 1831 | <File\r |
8ece421c VZ |
1832 | RelativePath="..\..\include\wx\html\m_templ.h">\r |
1833 | </File>\r | |
6e0fbb3d | 1834 | <File\r |
b589082a VZ |
1835 | RelativePath="..\..\include\wx\html\styleparams.h">\r |
1836 | </File>\r | |
1837 | <File\r | |
8ece421c VZ |
1838 | RelativePath="..\..\include\wx\html\winpars.h">\r |
1839 | </File>\r | |
6e0fbb3d VS |
1840 | </Filter>\r |
1841 | <Filter\r | |
1842 | Name="Common Headers"\r | |
1843 | UniqueIdentifier="{8C07E926-65B0-5F00-B0D6-7F40DA69BB25}">\r | |
1844 | <File\r | |
8ece421c VZ |
1845 | RelativePath="..\..\include\wx\aboutdlg.h">\r |
1846 | </File>\r | |
6e0fbb3d | 1847 | <File\r |
8ece421c VZ |
1848 | RelativePath="..\..\include\wx\accel.h">\r |
1849 | </File>\r | |
6e0fbb3d | 1850 | <File\r |
8ece421c VZ |
1851 | RelativePath="..\..\include\wx\access.h">\r |
1852 | </File>\r | |
1c4293cb | 1853 | <File\r |
8ece421c VZ |
1854 | RelativePath="..\..\include\wx\propgrid\advprops.h">\r |
1855 | </File>\r | |
0e5d4c38 VZ |
1856 | <File\r |
1857 | RelativePath="..\..\include\wx\affinematrix2d.h">\r | |
1858 | </File>\r | |
1859 | <File\r | |
1860 | RelativePath="..\..\include\wx\affinematrix2dbase.h">\r | |
1861 | </File>\r | |
6e0fbb3d | 1862 | <File\r |
8ece421c VZ |
1863 | RelativePath="..\..\include\wx\anidecod.h">\r |
1864 | </File>\r | |
6e0fbb3d | 1865 | <File\r |
8ece421c VZ |
1866 | RelativePath="..\..\include\wx\animate.h">\r |
1867 | </File>\r | |
6e0fbb3d | 1868 | <File\r |
8ece421c VZ |
1869 | RelativePath="..\..\include\wx\animdecod.h">\r |
1870 | </File>\r | |
b4354db1 VZ |
1871 | <File\r |
1872 | RelativePath="..\..\include\wx\anybutton.h">\r | |
1873 | </File>\r | |
85449262 VZ |
1874 | <File\r |
1875 | RelativePath="..\..\include\wx\ribbon\art.h">\r | |
1876 | </File>\r | |
1877 | <File\r | |
1878 | RelativePath="..\..\include\wx\ribbon\art_internal.h">\r | |
1879 | </File>\r | |
6e0fbb3d | 1880 | <File\r |
8ece421c VZ |
1881 | RelativePath="..\..\include\wx\artprov.h">\r |
1882 | </File>\r | |
6e0fbb3d | 1883 | <File\r |
8ece421c VZ |
1884 | RelativePath="..\..\include\wx\aui\aui.h">\r |
1885 | </File>\r | |
c583dbe0 | 1886 | <File\r |
8ece421c VZ |
1887 | RelativePath="..\..\include\wx\aui\auibar.h">\r |
1888 | </File>\r | |
6e0fbb3d | 1889 | <File\r |
8ece421c VZ |
1890 | RelativePath="..\..\include\wx\aui\auibook.h">\r |
1891 | </File>\r | |
85449262 | 1892 | <File\r |
f4308cf5 DS |
1893 | RelativePath="..\..\include\wx\bannerwindow.h">\r |
1894 | </File>\r | |
1895 | <File\r | |
85449262 VZ |
1896 | RelativePath="..\..\include\wx\ribbon\bar.h">\r |
1897 | </File>\r | |
6e0fbb3d | 1898 | <File\r |
8ece421c VZ |
1899 | RelativePath="..\..\include\wx\bitmap.h">\r |
1900 | </File>\r | |
6e0fbb3d | 1901 | <File\r |
8ece421c VZ |
1902 | RelativePath="..\..\include\wx\bmpbuttn.h">\r |
1903 | </File>\r | |
6e0fbb3d | 1904 | <File\r |
8ece421c VZ |
1905 | RelativePath="..\..\include\wx\bmpcbox.h">\r |
1906 | </File>\r | |
0fa541e8 | 1907 | <File\r |
00eef16d | 1908 | RelativePath="..\..\include\wx\bookctrl.h">\r |
0fa541e8 | 1909 | </File>\r |
6e0fbb3d | 1910 | <File\r |
00eef16d | 1911 | RelativePath="..\..\include\wx\persist\bookctrl.h">\r |
8ece421c | 1912 | </File>\r |
6e0fbb3d | 1913 | <File\r |
8ece421c VZ |
1914 | RelativePath="..\..\include\wx\brush.h">\r |
1915 | </File>\r | |
6e0fbb3d | 1916 | <File\r |
8ece421c VZ |
1917 | RelativePath="..\..\include\wx\busyinfo.h">\r |
1918 | </File>\r | |
6e0fbb3d | 1919 | <File\r |
8ece421c VZ |
1920 | RelativePath="..\..\include\wx\button.h">\r |
1921 | </File>\r | |
85449262 VZ |
1922 | <File\r |
1923 | RelativePath="..\..\include\wx\ribbon\buttonbar.h">\r | |
1924 | </File>\r | |
6e0fbb3d | 1925 | <File\r |
8ece421c VZ |
1926 | RelativePath="..\..\include\wx\calctrl.h">\r |
1927 | </File>\r | |
6e0fbb3d | 1928 | <File\r |
8ece421c VZ |
1929 | RelativePath="..\..\include\wx\caret.h">\r |
1930 | </File>\r | |
6e0fbb3d | 1931 | <File\r |
8ece421c VZ |
1932 | RelativePath="..\..\include\wx\checkbox.h">\r |
1933 | </File>\r | |
6e0fbb3d | 1934 | <File\r |
8ece421c VZ |
1935 | RelativePath="..\..\include\wx\checklst.h">\r |
1936 | </File>\r | |
6e0fbb3d | 1937 | <File\r |
8ece421c VZ |
1938 | RelativePath="..\..\include\wx\choicdlg.h">\r |
1939 | </File>\r | |
6e0fbb3d | 1940 | <File\r |
8ece421c VZ |
1941 | RelativePath="..\..\include\wx\choice.h">\r |
1942 | </File>\r | |
6e0fbb3d | 1943 | <File\r |
8ece421c VZ |
1944 | RelativePath="..\..\include\wx\choicebk.h">\r |
1945 | </File>\r | |
6e0fbb3d | 1946 | <File\r |
8ece421c VZ |
1947 | RelativePath="..\..\include\wx\clipbrd.h">\r |
1948 | </File>\r | |
6e0fbb3d | 1949 | <File\r |
8ece421c VZ |
1950 | RelativePath="..\..\include\wx\clrpicker.h">\r |
1951 | </File>\r | |
6e0fbb3d | 1952 | <File\r |
8ece421c VZ |
1953 | RelativePath="..\..\include\wx\cmdproc.h">\r |
1954 | </File>\r | |
6e0fbb3d | 1955 | <File\r |
8ece421c VZ |
1956 | RelativePath="..\..\include\wx\cmndata.h">\r |
1957 | </File>\r | |
6e0fbb3d | 1958 | <File\r |
8ece421c VZ |
1959 | RelativePath="..\..\include\wx\collpane.h">\r |
1960 | </File>\r | |
6e0fbb3d | 1961 | <File\r |
8ece421c VZ |
1962 | RelativePath="..\..\include\wx\colordlg.h">\r |
1963 | </File>\r | |
6e0fbb3d | 1964 | <File\r |
8ece421c VZ |
1965 | RelativePath="..\..\include\wx\colour.h">\r |
1966 | </File>\r | |
081d8d96 PC |
1967 | <File\r |
1968 | RelativePath="..\..\include\wx\colourdata.h">\r | |
1969 | </File>\r | |
6e0fbb3d | 1970 | <File\r |
8ece421c VZ |
1971 | RelativePath="..\..\include\wx\combo.h">\r |
1972 | </File>\r | |
6e0fbb3d | 1973 | <File\r |
8ece421c VZ |
1974 | RelativePath="..\..\include\wx\combobox.h">\r |
1975 | </File>\r | |
3571e1ad VZ |
1976 | <File\r |
1977 | RelativePath="..\..\include\wx\commandlinkbutton.h">\r | |
1978 | </File>\r | |
a9e41db7 VZ |
1979 | <File\r |
1980 | RelativePath="..\..\include\wx\compositewin.h">\r | |
1981 | </File>\r | |
6e0fbb3d | 1982 | <File\r |
8ece421c VZ |
1983 | RelativePath="..\..\include\wx\control.h">\r |
1984 | </File>\r | |
85449262 VZ |
1985 | <File\r |
1986 | RelativePath="..\..\include\wx\ribbon\control.h">\r | |
1987 | </File>\r | |
6e0fbb3d | 1988 | <File\r |
8ece421c VZ |
1989 | RelativePath="..\..\include\wx\cshelp.h">\r |
1990 | </File>\r | |
6e0fbb3d | 1991 | <File\r |
00405b6c VZ |
1992 | RelativePath="..\..\include\wx\ctrlsub.h">\r |
1993 | </File>\r | |
1994 | <File\r | |
1995 | RelativePath="..\..\include\wx\cursor.h">\r | |
1996 | </File>\r | |
1997 | <File\r | |
1998 | RelativePath="..\..\include\wx\custombgwin.h">\r | |
1999 | </File>\r | |
2000 | <File\r | |
2001 | RelativePath="..\..\include\wx\dataobj.h">\r | |
2002 | </File>\r | |
2003 | <File\r | |
2004 | RelativePath="..\..\include\wx\dataview.h">\r | |
2005 | </File>\r | |
2006 | <File\r | |
2007 | RelativePath="..\..\include\wx\datectrl.h">\r | |
2008 | </File>\r | |
2009 | <File\r | |
2010 | RelativePath="..\..\include\wx\dateevt.h">\r | |
2011 | </File>\r | |
2012 | <File\r | |
2013 | RelativePath="..\..\include\wx\datetimectrl.h">\r | |
2014 | </File>\r | |
2015 | <File\r | |
2016 | RelativePath="..\..\include\wx\dc.h">\r | |
2017 | </File>\r | |
2018 | <File\r | |
2019 | RelativePath="..\..\include\wx\dcbuffer.h">\r | |
2020 | </File>\r | |
2021 | <File\r | |
8ece421c VZ |
2022 | RelativePath="..\..\include\wx\dcclient.h">\r |
2023 | </File>\r | |
6e0fbb3d | 2024 | <File\r |
8ece421c VZ |
2025 | RelativePath="..\..\include\wx\dcgraph.h">\r |
2026 | </File>\r | |
6e0fbb3d | 2027 | <File\r |
8ece421c VZ |
2028 | RelativePath="..\..\include\wx\dcmemory.h">\r |
2029 | </File>\r | |
6e0fbb3d | 2030 | <File\r |
8ece421c VZ |
2031 | RelativePath="..\..\include\wx\dcmirror.h">\r |
2032 | </File>\r | |
6e0fbb3d | 2033 | <File\r |
8ece421c VZ |
2034 | RelativePath="..\..\include\wx\dcprint.h">\r |
2035 | </File>\r | |
6e0fbb3d | 2036 | <File\r |
8ece421c VZ |
2037 | RelativePath="..\..\include\wx\dcps.h">\r |
2038 | </File>\r | |
6e0fbb3d | 2039 | <File\r |
8ece421c VZ |
2040 | RelativePath="..\..\include\wx\dcscreen.h">\r |
2041 | </File>\r | |
6e0fbb3d | 2042 | <File\r |
8ece421c VZ |
2043 | RelativePath="..\..\include\wx\dcsvg.h">\r |
2044 | </File>\r | |
6e0fbb3d | 2045 | <File\r |
8ece421c VZ |
2046 | RelativePath="..\..\include\wx\debugrpt.h">\r |
2047 | </File>\r | |
6e0fbb3d | 2048 | <File\r |
8ece421c VZ |
2049 | RelativePath="..\..\include\wx\dialog.h">\r |
2050 | </File>\r | |
6e0fbb3d | 2051 | <File\r |
8ece421c VZ |
2052 | RelativePath="..\..\include\wx\dialup.h">\r |
2053 | </File>\r | |
6e0fbb3d | 2054 | <File\r |
8ece421c VZ |
2055 | RelativePath="..\..\include\wx\dirctrl.h">\r |
2056 | </File>\r | |
6e0fbb3d | 2057 | <File\r |
8ece421c VZ |
2058 | RelativePath="..\..\include\wx\dirdlg.h">\r |
2059 | </File>\r | |
6e0fbb3d | 2060 | <File\r |
8ece421c VZ |
2061 | RelativePath="..\..\include\wx\display.h">\r |
2062 | </File>\r | |
6e0fbb3d | 2063 | <File\r |
8ece421c VZ |
2064 | RelativePath="..\..\include\wx\display_impl.h">\r |
2065 | </File>\r | |
6e0fbb3d | 2066 | <File\r |
8ece421c VZ |
2067 | RelativePath="..\..\include\wx\dnd.h">\r |
2068 | </File>\r | |
6e0fbb3d | 2069 | <File\r |
8ece421c VZ |
2070 | RelativePath="..\..\include\wx\aui\dockart.h">\r |
2071 | </File>\r | |
6e0fbb3d | 2072 | <File\r |
8ece421c VZ |
2073 | RelativePath="..\..\include\wx\docmdi.h">\r |
2074 | </File>\r | |
6e0fbb3d | 2075 | <File\r |
8ece421c VZ |
2076 | RelativePath="..\..\include\wx\docview.h">\r |
2077 | </File>\r | |
6e0fbb3d | 2078 | <File\r |
8ece421c VZ |
2079 | RelativePath="..\..\include\wx\dragimag.h">\r |
2080 | </File>\r | |
6e0fbb3d | 2081 | <File\r |
f82b7036 KO |
2082 | RelativePath="..\..\include\wx\dvrenderers.h">\r |
2083 | </File>\r | |
2084 | <File\r | |
8ece421c VZ |
2085 | RelativePath="..\..\include\wx\editlbox.h">\r |
2086 | </File>\r | |
1c4293cb | 2087 | <File\r |
8ece421c VZ |
2088 | RelativePath="..\..\include\wx\propgrid\editors.h">\r |
2089 | </File>\r | |
6e0fbb3d | 2090 | <File\r |
8ece421c VZ |
2091 | RelativePath="..\..\include\wx\effects.h">\r |
2092 | </File>\r | |
6e0fbb3d | 2093 | <File\r |
8ece421c VZ |
2094 | RelativePath="..\..\include\wx\encinfo.h">\r |
2095 | </File>\r | |
78808897 VZ |
2096 | <File\r |
2097 | RelativePath="..\..\include\wx\evtloopsrc.h">\r | |
2098 | </File>\r | |
6e0fbb3d | 2099 | <File\r |
8ece421c VZ |
2100 | RelativePath="..\..\include\wx\fdrepdlg.h">\r |
2101 | </File>\r | |
6e0fbb3d | 2102 | <File\r |
8ece421c VZ |
2103 | RelativePath="..\..\include\wx\filectrl.h">\r |
2104 | </File>\r | |
6e0fbb3d | 2105 | <File\r |
8ece421c VZ |
2106 | RelativePath="..\..\include\wx\filedlg.h">\r |
2107 | </File>\r | |
a0219e45 VS |
2108 | <File\r |
2109 | RelativePath="..\..\include\wx\filehistory.h">\r | |
2110 | </File>\r | |
6e0fbb3d | 2111 | <File\r |
8ece421c VZ |
2112 | RelativePath="..\..\include\wx\filepicker.h">\r |
2113 | </File>\r | |
6e0fbb3d | 2114 | <File\r |
8ece421c VZ |
2115 | RelativePath="..\..\include\wx\aui\floatpane.h">\r |
2116 | </File>\r | |
6e0fbb3d | 2117 | <File\r |
8ece421c VZ |
2118 | RelativePath="..\..\include\wx\fmappriv.h">\r |
2119 | </File>\r | |
6e0fbb3d | 2120 | <File\r |
8ece421c VZ |
2121 | RelativePath="..\..\include\wx\font.h">\r |
2122 | </File>\r | |
081d8d96 PC |
2123 | <File\r |
2124 | RelativePath="..\..\include\wx\fontdata.h">\r | |
2125 | </File>\r | |
6e0fbb3d | 2126 | <File\r |
8ece421c VZ |
2127 | RelativePath="..\..\include\wx\fontdlg.h">\r |
2128 | </File>\r | |
6e0fbb3d | 2129 | <File\r |
8ece421c VZ |
2130 | RelativePath="..\..\include\wx\fontenum.h">\r |
2131 | </File>\r | |
6e0fbb3d | 2132 | <File\r |
8ece421c VZ |
2133 | RelativePath="..\..\include\wx\fontpicker.h">\r |
2134 | </File>\r | |
6e0fbb3d | 2135 | <File\r |
8ece421c VZ |
2136 | RelativePath="..\..\include\wx\fontutil.h">\r |
2137 | </File>\r | |
6e0fbb3d | 2138 | <File\r |
8ece421c VZ |
2139 | RelativePath="..\..\include\wx\frame.h">\r |
2140 | </File>\r | |
6e0fbb3d | 2141 | <File\r |
8ece421c VZ |
2142 | RelativePath="..\..\include\wx\aui\framemanager.h">\r |
2143 | </File>\r | |
85449262 VZ |
2144 | <File\r |
2145 | RelativePath="..\..\include\wx\ribbon\gallery.h">\r | |
2146 | </File>\r | |
6e0fbb3d | 2147 | <File\r |
8ece421c VZ |
2148 | RelativePath="..\..\include\wx\gauge.h">\r |
2149 | </File>\r | |
6e0fbb3d | 2150 | <File\r |
8ece421c VZ |
2151 | RelativePath="..\..\include\wx\gbsizer.h">\r |
2152 | </File>\r | |
6e0fbb3d | 2153 | <File\r |
8ece421c VZ |
2154 | RelativePath="..\..\include\wx\gdicmn.h">\r |
2155 | </File>\r | |
6e0fbb3d | 2156 | <File\r |
8ece421c VZ |
2157 | RelativePath="..\..\include\wx\gdiobj.h">\r |
2158 | </File>\r | |
6e0fbb3d | 2159 | <File\r |
8ece421c VZ |
2160 | RelativePath="..\..\include\wx\geometry.h">\r |
2161 | </File>\r | |
6e0fbb3d | 2162 | <File\r |
8ece421c VZ |
2163 | RelativePath="..\..\include\wx\gifdecod.h">\r |
2164 | </File>\r | |
6e0fbb3d | 2165 | <File\r |
8ece421c VZ |
2166 | RelativePath="..\..\include\wx\glcanvas.h">\r |
2167 | </File>\r | |
6e0fbb3d | 2168 | <File\r |
8ece421c VZ |
2169 | RelativePath="..\..\include\wx\graphics.h">\r |
2170 | </File>\r | |
6e0fbb3d | 2171 | <File\r |
8ece421c VZ |
2172 | RelativePath="..\..\include\wx\grid.h">\r |
2173 | </File>\r | |
56873923 VZ |
2174 | <File\r |
2175 | RelativePath="..\..\include\wx\headercol.h">\r | |
2176 | </File>\r | |
2177 | <File\r | |
2178 | RelativePath="..\..\include\wx\headerctrl.h">\r | |
2179 | </File>\r | |
6e0fbb3d | 2180 | <File\r |
8ece421c VZ |
2181 | RelativePath="..\..\include\wx\help.h">\r |
2182 | </File>\r | |
6e0fbb3d | 2183 | <File\r |
8ece421c VZ |
2184 | RelativePath="..\..\include\wx\helpbase.h">\r |
2185 | </File>\r | |
6e0fbb3d | 2186 | <File\r |
8ece421c VZ |
2187 | RelativePath="..\..\include\wx\helphtml.h">\r |
2188 | </File>\r | |
6e0fbb3d | 2189 | <File\r |
8ece421c VZ |
2190 | RelativePath="..\..\include\wx\helpwin.h">\r |
2191 | </File>\r | |
6e0fbb3d | 2192 | <File\r |
8ece421c VZ |
2193 | RelativePath="..\..\include\wx\htmllbox.h">\r |
2194 | </File>\r | |
6e0fbb3d | 2195 | <File\r |
8ece421c VZ |
2196 | RelativePath="..\..\include\wx\hyperlink.h">\r |
2197 | </File>\r | |
6e0fbb3d | 2198 | <File\r |
8ece421c VZ |
2199 | RelativePath="..\..\include\wx\icon.h">\r |
2200 | </File>\r | |
6e0fbb3d | 2201 | <File\r |
8ece421c VZ |
2202 | RelativePath="..\..\include\wx\iconbndl.h">\r |
2203 | </File>\r | |
6e0fbb3d | 2204 | <File\r |
8ece421c VZ |
2205 | RelativePath="..\..\include\wx\imagbmp.h">\r |
2206 | </File>\r | |
6e0fbb3d | 2207 | <File\r |
8ece421c VZ |
2208 | RelativePath="..\..\include\wx\image.h">\r |
2209 | </File>\r | |
6e0fbb3d | 2210 | <File\r |
8ece421c VZ |
2211 | RelativePath="..\..\include\wx\imaggif.h">\r |
2212 | </File>\r | |
6e0fbb3d | 2213 | <File\r |
8ece421c VZ |
2214 | RelativePath="..\..\include\wx\imagiff.h">\r |
2215 | </File>\r | |
6e0fbb3d | 2216 | <File\r |
8ece421c VZ |
2217 | RelativePath="..\..\include\wx\imagjpeg.h">\r |
2218 | </File>\r | |
6e0fbb3d | 2219 | <File\r |
8ece421c VZ |
2220 | RelativePath="..\..\include\wx\imaglist.h">\r |
2221 | </File>\r | |
6e0fbb3d | 2222 | <File\r |
8ece421c VZ |
2223 | RelativePath="..\..\include\wx\imagpcx.h">\r |
2224 | </File>\r | |
6e0fbb3d | 2225 | <File\r |
8ece421c VZ |
2226 | RelativePath="..\..\include\wx\imagpng.h">\r |
2227 | </File>\r | |
6e0fbb3d | 2228 | <File\r |
8ece421c VZ |
2229 | RelativePath="..\..\include\wx\imagpnm.h">\r |
2230 | </File>\r | |
6e0fbb3d | 2231 | <File\r |
8ece421c VZ |
2232 | RelativePath="..\..\include\wx\imagtga.h">\r |
2233 | </File>\r | |
6e0fbb3d | 2234 | <File\r |
8ece421c VZ |
2235 | RelativePath="..\..\include\wx\imagtiff.h">\r |
2236 | </File>\r | |
6e0fbb3d | 2237 | <File\r |
8ece421c VZ |
2238 | RelativePath="..\..\include\wx\imagxpm.h">\r |
2239 | </File>\r | |
6e0fbb3d | 2240 | <File\r |
eac789b5 KO |
2241 | RelativePath="..\..\include\wx\infobar.h">\r |
2242 | </File>\r | |
2243 | <File\r | |
f4308cf5 DS |
2244 | RelativePath="..\..\include\wx\itemid.h">\r |
2245 | </File>\r | |
2246 | <File\r | |
8ece421c VZ |
2247 | RelativePath="..\..\include\wx\joystick.h">\r |
2248 | </File>\r | |
6e0fbb3d | 2249 | <File\r |
8ece421c VZ |
2250 | RelativePath="..\..\include\wx\layout.h">\r |
2251 | </File>\r | |
6e0fbb3d | 2252 | <File\r |
8ece421c VZ |
2253 | RelativePath="..\..\include\wx\laywin.h">\r |
2254 | </File>\r | |
6e0fbb3d | 2255 | <File\r |
8ece421c VZ |
2256 | RelativePath="..\..\include\wx\listbase.h">\r |
2257 | </File>\r | |
6e0fbb3d | 2258 | <File\r |
8ece421c VZ |
2259 | RelativePath="..\..\include\wx\listbook.h">\r |
2260 | </File>\r | |
6e0fbb3d | 2261 | <File\r |
8ece421c VZ |
2262 | RelativePath="..\..\include\wx\listbox.h">\r |
2263 | </File>\r | |
6e0fbb3d | 2264 | <File\r |
8ece421c VZ |
2265 | RelativePath="..\..\include\wx\listctrl.h">\r |
2266 | </File>\r | |
1c4293cb | 2267 | <File\r |
8ece421c VZ |
2268 | RelativePath="..\..\include\wx\propgrid\manager.h">\r |
2269 | </File>\r | |
6e0fbb3d | 2270 | <File\r |
8ece421c VZ |
2271 | RelativePath="..\..\include\wx\matrix.h">\r |
2272 | </File>\r | |
6e0fbb3d | 2273 | <File\r |
8ece421c VZ |
2274 | RelativePath="..\..\include\wx\mdi.h">\r |
2275 | </File>\r | |
6e0fbb3d | 2276 | <File\r |
8ece421c VZ |
2277 | RelativePath="..\..\include\wx\mediactrl.h">\r |
2278 | </File>\r | |
6e0fbb3d | 2279 | <File\r |
8ece421c VZ |
2280 | RelativePath="..\..\include\wx\menu.h">\r |
2281 | </File>\r | |
6e0fbb3d | 2282 | <File\r |
8ece421c VZ |
2283 | RelativePath="..\..\include\wx\menuitem.h">\r |
2284 | </File>\r | |
6e0fbb3d | 2285 | <File\r |
8ece421c VZ |
2286 | RelativePath="..\..\include\wx\metafile.h">\r |
2287 | </File>\r | |
6e0fbb3d | 2288 | <File\r |
8ece421c VZ |
2289 | RelativePath="..\..\include\wx\minifram.h">\r |
2290 | </File>\r | |
691745ab VZ |
2291 | <File\r |
2292 | RelativePath="..\..\include\wx\modalhook.h">\r | |
2293 | </File>\r | |
bca8c756 VZ |
2294 | <File\r |
2295 | RelativePath="..\..\include\wx\mousemanager.h">\r | |
2296 | </File>\r | |
6e0fbb3d | 2297 | <File\r |
8ece421c VZ |
2298 | RelativePath="..\..\include\wx\msgdlg.h">\r |
2299 | </File>\r | |
dfba244c | 2300 | <File\r |
8ece421c VZ |
2301 | RelativePath="..\..\include\wx\nativewin.h">\r |
2302 | </File>\r | |
6e0fbb3d | 2303 | <File\r |
8ece421c VZ |
2304 | RelativePath="..\..\include\wx\nonownedwnd.h">\r |
2305 | </File>\r | |
6e0fbb3d | 2306 | <File\r |
8ece421c VZ |
2307 | RelativePath="..\..\include\wx\notebook.h">\r |
2308 | </File>\r | |
6e0fbb3d | 2309 | <File\r |
8ece421c VZ |
2310 | RelativePath="..\..\include\wx\notifmsg.h">\r |
2311 | </File>\r | |
6e0fbb3d | 2312 | <File\r |
8ece421c VZ |
2313 | RelativePath="..\..\include\wx\numdlg.h">\r |
2314 | </File>\r | |
6e0fbb3d | 2315 | <File\r |
8ece421c VZ |
2316 | RelativePath="..\..\include\wx\odcombo.h">\r |
2317 | </File>\r | |
6e0fbb3d | 2318 | <File\r |
8ece421c VZ |
2319 | RelativePath="..\..\include\wx\overlay.h">\r |
2320 | </File>\r | |
6e0fbb3d | 2321 | <File\r |
8ece421c VZ |
2322 | RelativePath="..\..\include\wx\ownerdrw.h">\r |
2323 | </File>\r | |
85449262 VZ |
2324 | <File\r |
2325 | RelativePath="..\..\include\wx\ribbon\page.h">\r | |
2326 | </File>\r | |
6e0fbb3d | 2327 | <File\r |
8ece421c VZ |
2328 | RelativePath="..\..\include\wx\palette.h">\r |
2329 | </File>\r | |
6e0fbb3d | 2330 | <File\r |
8ece421c VZ |
2331 | RelativePath="..\..\include\wx\panel.h">\r |
2332 | </File>\r | |
85449262 VZ |
2333 | <File\r |
2334 | RelativePath="..\..\include\wx\ribbon\panel.h">\r | |
2335 | </File>\r | |
6e0fbb3d | 2336 | <File\r |
8ece421c VZ |
2337 | RelativePath="..\..\include\wx\paper.h">\r |
2338 | </File>\r | |
6e0fbb3d | 2339 | <File\r |
8ece421c VZ |
2340 | RelativePath="..\..\include\wx\pen.h">\r |
2341 | </File>\r | |
0fa541e8 VZ |
2342 | <File\r |
2343 | RelativePath="..\..\include\wx\persist.h">\r | |
2344 | </File>\r | |
6e0fbb3d | 2345 | <File\r |
8ece421c VZ |
2346 | RelativePath="..\..\include\wx\pickerbase.h">\r |
2347 | </File>\r | |
6e0fbb3d | 2348 | <File\r |
8ece421c VZ |
2349 | RelativePath="..\..\include\wx\popupwin.h">\r |
2350 | </File>\r | |
6e0fbb3d | 2351 | <File\r |
8ece421c VZ |
2352 | RelativePath="..\..\include\wx\position.h">\r |
2353 | </File>\r | |
6e0fbb3d | 2354 | <File\r |
8ece421c VZ |
2355 | RelativePath="..\..\include\wx\print.h">\r |
2356 | </File>\r | |
6e0fbb3d | 2357 | <File\r |
8ece421c VZ |
2358 | RelativePath="..\..\include\wx\printdlg.h">\r |
2359 | </File>\r | |
6e0fbb3d | 2360 | <File\r |
8ece421c VZ |
2361 | RelativePath="..\..\include\wx\prntbase.h">\r |
2362 | </File>\r | |
6e0fbb3d | 2363 | <File\r |
8ece421c VZ |
2364 | RelativePath="..\..\include\wx\progdlg.h">\r |
2365 | </File>\r | |
6e0fbb3d | 2366 | <File\r |
8ece421c VZ |
2367 | RelativePath="..\..\include\wx\propdlg.h">\r |
2368 | </File>\r | |
1c4293cb | 2369 | <File\r |
8ece421c VZ |
2370 | RelativePath="..\..\include\wx\propgrid\property.h">\r |
2371 | </File>\r | |
1c4293cb | 2372 | <File\r |
8ece421c VZ |
2373 | RelativePath="..\..\include\wx\propgrid\propgrid.h">\r |
2374 | </File>\r | |
1c4293cb | 2375 | <File\r |
8ece421c VZ |
2376 | RelativePath="..\..\include\wx\propgrid\propgriddefs.h">\r |
2377 | </File>\r | |
1c4293cb | 2378 | <File\r |
8ece421c VZ |
2379 | RelativePath="..\..\include\wx\propgrid\propgridiface.h">\r |
2380 | </File>\r | |
1c4293cb | 2381 | <File\r |
8ece421c VZ |
2382 | RelativePath="..\..\include\wx\propgrid\propgridpagestate.h">\r |
2383 | </File>\r | |
1c4293cb | 2384 | <File\r |
8ece421c VZ |
2385 | RelativePath="..\..\include\wx\propgrid\props.h">\r |
2386 | </File>\r | |
6e0fbb3d | 2387 | <File\r |
8ece421c VZ |
2388 | RelativePath="..\..\include\wx\quantize.h">\r |
2389 | </File>\r | |
6e0fbb3d | 2390 | <File\r |
8ece421c VZ |
2391 | RelativePath="..\..\include\wx\radiobox.h">\r |
2392 | </File>\r | |
6e0fbb3d | 2393 | <File\r |
8ece421c VZ |
2394 | RelativePath="..\..\include\wx\radiobut.h">\r |
2395 | </File>\r | |
6e0fbb3d | 2396 | <File\r |
00eef16d VZ |
2397 | RelativePath="..\..\include\wx\range.h">\r |
2398 | </File>\r | |
2399 | <File\r | |
8ece421c VZ |
2400 | RelativePath="..\..\include\wx\rawbmp.h">\r |
2401 | </File>\r | |
af67f39d VZ |
2402 | <File\r |
2403 | RelativePath="..\..\include\wx\rearrangectrl.h">\r | |
2404 | </File>\r | |
6e0fbb3d | 2405 | <File\r |
8ece421c VZ |
2406 | RelativePath="..\..\include\wx\region.h">\r |
2407 | </File>\r | |
6e0fbb3d | 2408 | <File\r |
8ece421c VZ |
2409 | RelativePath="..\..\include\wx\renderer.h">\r |
2410 | </File>\r | |
6e0fbb3d | 2411 | <File\r |
0a9c5e35 VS |
2412 | RelativePath="..\..\include\wx\richmsgdlg.h">\r |
2413 | </File>\r | |
2e103d05 VZ |
2414 | <File\r |
2415 | RelativePath="..\..\include\wx\richtext\richtextbackgroundpage.h">\r | |
2416 | </File>\r | |
2417 | <File\r | |
2418 | RelativePath="..\..\include\wx\richtext\richtextborderspage.h">\r | |
2419 | </File>\r | |
0a9c5e35 | 2420 | <File\r |
8ece421c VZ |
2421 | RelativePath="..\..\include\wx\richtext\richtextbuffer.h">\r |
2422 | </File>\r | |
2e103d05 VZ |
2423 | <File\r |
2424 | RelativePath="..\..\include\wx\richtext\richtextbulletspage.h">\r | |
2425 | </File>\r | |
6e0fbb3d | 2426 | <File\r |
8ece421c VZ |
2427 | RelativePath="..\..\include\wx\richtext\richtextctrl.h">\r |
2428 | </File>\r | |
2e103d05 VZ |
2429 | <File\r |
2430 | RelativePath="..\..\include\wx\richtext\richtextdialogpage.h">\r | |
2431 | </File>\r | |
2432 | <File\r | |
2433 | RelativePath="..\..\include\wx\richtext\richtextfontpage.h">\r | |
2434 | </File>\r | |
6e0fbb3d | 2435 | <File\r |
8ece421c VZ |
2436 | RelativePath="..\..\include\wx\richtext\richtextformatdlg.h">\r |
2437 | </File>\r | |
6e0fbb3d | 2438 | <File\r |
8ece421c VZ |
2439 | RelativePath="..\..\include\wx\richtext\richtexthtml.h">\r |
2440 | </File>\r | |
cdaed652 VZ |
2441 | <File\r |
2442 | RelativePath="..\..\include\wx\richtext\richtextimagedlg.h">\r | |
2443 | </File>\r | |
2e103d05 VZ |
2444 | <File\r |
2445 | RelativePath="..\..\include\wx\richtext\richtextindentspage.h">\r | |
2446 | </File>\r | |
2447 | <File\r | |
2448 | RelativePath="..\..\include\wx\richtext\richtextliststylepage.h">\r | |
2449 | </File>\r | |
2450 | <File\r | |
2451 | RelativePath="..\..\include\wx\richtext\richtextmarginspage.h">\r | |
2452 | </File>\r | |
6e0fbb3d | 2453 | <File\r |
8ece421c VZ |
2454 | RelativePath="..\..\include\wx\richtext\richtextprint.h">\r |
2455 | </File>\r | |
2e103d05 VZ |
2456 | <File\r |
2457 | RelativePath="..\..\include\wx\richtext\richtextsizepage.h">\r | |
2458 | </File>\r | |
6e0fbb3d | 2459 | <File\r |
8ece421c VZ |
2460 | RelativePath="..\..\include\wx\richtext\richtextstyledlg.h">\r |
2461 | </File>\r | |
2e103d05 VZ |
2462 | <File\r |
2463 | RelativePath="..\..\include\wx\richtext\richtextstylepage.h">\r | |
2464 | </File>\r | |
6e0fbb3d | 2465 | <File\r |
8ece421c VZ |
2466 | RelativePath="..\..\include\wx\richtext\richtextstyles.h">\r |
2467 | </File>\r | |
6e0fbb3d | 2468 | <File\r |
8ece421c VZ |
2469 | RelativePath="..\..\include\wx\richtext\richtextsymboldlg.h">\r |
2470 | </File>\r | |
410e9d27 VZ |
2471 | <File\r |
2472 | RelativePath="..\..\include\wx\richtext\richtexttabspage.h">\r | |
2473 | </File>\r | |
8c7f440c | 2474 | <File\r |
00405b6c VZ |
2475 | RelativePath="..\..\include\wx\richtext\richtextuicustomization.h">\r |
2476 | </File>\r | |
2477 | <File\r | |
2478 | RelativePath="..\..\include\wx\richtext\richtextxml.h">\r | |
2479 | </File>\r | |
2480 | <File\r | |
2481 | RelativePath="..\..\include\wx\richtooltip.h">\r | |
2482 | </File>\r | |
2483 | <File\r | |
2484 | RelativePath="..\..\include\wx\sashwin.h">\r | |
2485 | </File>\r | |
2486 | <File\r | |
2487 | RelativePath="..\..\include\wx\scopeguard.h">\r | |
2488 | </File>\r | |
2489 | <File\r | |
8ece421c VZ |
2490 | RelativePath="..\..\include\wx\scrolbar.h">\r |
2491 | </File>\r | |
6e0fbb3d | 2492 | <File\r |
8ece421c VZ |
2493 | RelativePath="..\..\include\wx\scrolwin.h">\r |
2494 | </File>\r | |
6e0fbb3d | 2495 | <File\r |
8ece421c VZ |
2496 | RelativePath="..\..\include\wx\selstore.h">\r |
2497 | </File>\r | |
6e0fbb3d | 2498 | <File\r |
8ece421c VZ |
2499 | RelativePath="..\..\include\wx\settings.h">\r |
2500 | </File>\r | |
6e0fbb3d | 2501 | <File\r |
cc699de8 VZ |
2502 | RelativePath="..\..\include\wx\simplebook.h">\r |
2503 | </File>\r | |
2504 | <File\r | |
8ece421c VZ |
2505 | RelativePath="..\..\include\wx\sizer.h">\r |
2506 | </File>\r | |
6e0fbb3d | 2507 | <File\r |
8ece421c VZ |
2508 | RelativePath="..\..\include\wx\slider.h">\r |
2509 | </File>\r | |
6e0fbb3d | 2510 | <File\r |
8ece421c VZ |
2511 | RelativePath="..\..\include\wx\sound.h">\r |
2512 | </File>\r | |
6e0fbb3d | 2513 | <File\r |
8ece421c VZ |
2514 | RelativePath="..\..\include\wx\spinbutt.h">\r |
2515 | </File>\r | |
6e0fbb3d | 2516 | <File\r |
8ece421c VZ |
2517 | RelativePath="..\..\include\wx\spinctrl.h">\r |
2518 | </File>\r | |
6e0fbb3d | 2519 | <File\r |
8ece421c VZ |
2520 | RelativePath="..\..\include\wx\splash.h">\r |
2521 | </File>\r | |
d6397a9f VZ |
2522 | <File\r |
2523 | RelativePath="..\..\include\wx\persist\splitter.h">\r | |
2524 | </File>\r | |
6e0fbb3d | 2525 | <File\r |
8ece421c VZ |
2526 | RelativePath="..\..\include\wx\splitter.h">\r |
2527 | </File>\r | |
6e0fbb3d | 2528 | <File\r |
8ece421c VZ |
2529 | RelativePath="..\..\include\wx\srchctrl.h">\r |
2530 | </File>\r | |
6e0fbb3d | 2531 | <File\r |
8ece421c VZ |
2532 | RelativePath="..\..\include\wx\statbmp.h">\r |
2533 | </File>\r | |
6e0fbb3d | 2534 | <File\r |
8ece421c VZ |
2535 | RelativePath="..\..\include\wx\statbox.h">\r |
2536 | </File>\r | |
6e0fbb3d | 2537 | <File\r |
8ece421c VZ |
2538 | RelativePath="..\..\include\wx\statline.h">\r |
2539 | </File>\r | |
6e0fbb3d | 2540 | <File\r |
8ece421c VZ |
2541 | RelativePath="..\..\include\wx\stattext.h">\r |
2542 | </File>\r | |
6e0fbb3d | 2543 | <File\r |
8ece421c VZ |
2544 | RelativePath="..\..\include\wx\statusbr.h">\r |
2545 | </File>\r | |
6e0fbb3d | 2546 | <File\r |
8ece421c VZ |
2547 | RelativePath="..\..\include\wx\stc\stc.h">\r |
2548 | </File>\r | |
4758baf5 VZ |
2549 | <File\r |
2550 | RelativePath="..\..\include\wx\aui\tabart.h">\r | |
2551 | </File>\r | |
6e0fbb3d | 2552 | <File\r |
8ece421c VZ |
2553 | RelativePath="..\..\include\wx\aui\tabmdi.h">\r |
2554 | </File>\r | |
6e0fbb3d | 2555 | <File\r |
8ece421c VZ |
2556 | RelativePath="..\..\include\wx\taskbar.h">\r |
2557 | </File>\r | |
6e0fbb3d | 2558 | <File\r |
8ece421c VZ |
2559 | RelativePath="..\..\include\wx\tbarbase.h">\r |
2560 | </File>\r | |
6e0fbb3d | 2561 | <File\r |
0e5d4c38 VZ |
2562 | RelativePath="..\..\include\wx\textcompleter.h">\r |
2563 | </File>\r | |
2564 | <File\r | |
8ece421c VZ |
2565 | RelativePath="..\..\include\wx\textctrl.h">\r |
2566 | </File>\r | |
6e0fbb3d | 2567 | <File\r |
8ece421c VZ |
2568 | RelativePath="..\..\include\wx\textdlg.h">\r |
2569 | </File>\r | |
6e0fbb3d | 2570 | <File\r |
8ece421c VZ |
2571 | RelativePath="..\..\include\wx\textentry.h">\r |
2572 | </File>\r | |
adcda299 | 2573 | <File\r |
00405b6c VZ |
2574 | RelativePath="..\..\include\wx\textwrapper.h">\r |
2575 | </File>\r | |
2576 | <File\r | |
2577 | RelativePath="..\..\include\wx\tglbtn.h">\r | |
2578 | </File>\r | |
2579 | <File\r | |
2580 | RelativePath="..\..\include\wx\timectrl.h">\r | |
2581 | </File>\r | |
2582 | <File\r | |
2583 | RelativePath="..\..\include\wx\tipdlg.h">\r | |
2584 | </File>\r | |
2585 | <File\r | |
2586 | RelativePath="..\..\include\wx\tipwin.h">\r | |
2587 | </File>\r | |
2588 | <File\r | |
85449262 VZ |
2589 | RelativePath="..\..\include\wx\ribbon\toolbar.h">\r |
2590 | </File>\r | |
6e0fbb3d | 2591 | <File\r |
8ece421c VZ |
2592 | RelativePath="..\..\include\wx\toolbar.h">\r |
2593 | </File>\r | |
6e0fbb3d | 2594 | <File\r |
8ece421c VZ |
2595 | RelativePath="..\..\include\wx\toolbook.h">\r |
2596 | </File>\r | |
6e0fbb3d | 2597 | <File\r |
8ece421c VZ |
2598 | RelativePath="..\..\include\wx\tooltip.h">\r |
2599 | </File>\r | |
6e0fbb3d | 2600 | <File\r |
00eef16d | 2601 | RelativePath="..\..\include\wx\persist\toplevel.h">\r |
8ece421c | 2602 | </File>\r |
0fa541e8 | 2603 | <File\r |
00eef16d | 2604 | RelativePath="..\..\include\wx\toplevel.h">\r |
0fa541e8 | 2605 | </File>\r |
6e0fbb3d | 2606 | <File\r |
8ece421c VZ |
2607 | RelativePath="..\..\include\wx\treebase.h">\r |
2608 | </File>\r | |
6e0fbb3d | 2609 | <File\r |
00eef16d | 2610 | RelativePath="..\..\include\wx\persist\treebook.h">\r |
8ece421c | 2611 | </File>\r |
0fa541e8 | 2612 | <File\r |
00eef16d | 2613 | RelativePath="..\..\include\wx\treebook.h">\r |
0fa541e8 | 2614 | </File>\r |
6e0fbb3d | 2615 | <File\r |
8ece421c VZ |
2616 | RelativePath="..\..\include\wx\treectrl.h">\r |
2617 | </File>\r | |
b0a50d5a | 2618 | <File\r |
d6397a9f VZ |
2619 | RelativePath="..\..\include\wx\treelist.h">\r |
2620 | </File>\r | |
2621 | <File\r | |
b0a50d5a KO |
2622 | RelativePath="..\..\include\wx\uiaction.h">\r |
2623 | </File>\r | |
6e0fbb3d | 2624 | <File\r |
8ece421c VZ |
2625 | RelativePath="..\..\include\wx\valgen.h">\r |
2626 | </File>\r | |
6e0fbb3d | 2627 | <File\r |
8ece421c VZ |
2628 | RelativePath="..\..\include\wx\validate.h">\r |
2629 | </File>\r | |
6e0fbb3d | 2630 | <File\r |
00eef16d VZ |
2631 | RelativePath="..\..\include\wx\valnum.h">\r |
2632 | </File>\r | |
2633 | <File\r | |
8ece421c VZ |
2634 | RelativePath="..\..\include\wx\valtext.h">\r |
2635 | </File>\r | |
6e0fbb3d | 2636 | <File\r |
8ece421c VZ |
2637 | RelativePath="..\..\include\wx\vidmode.h">\r |
2638 | </File>\r | |
6e0fbb3d | 2639 | <File\r |
8ece421c VZ |
2640 | RelativePath="..\..\include\wx\vlbox.h">\r |
2641 | </File>\r | |
6e0fbb3d | 2642 | <File\r |
8ece421c VZ |
2643 | RelativePath="..\..\include\wx\vms_x_fix.h">\r |
2644 | </File>\r | |
6e0fbb3d | 2645 | <File\r |
8ece421c VZ |
2646 | RelativePath="..\..\include\wx\vscroll.h">\r |
2647 | </File>\r | |
6e0fbb3d | 2648 | <File\r |
00405b6c VZ |
2649 | RelativePath="..\..\include\wx\webview.h">\r |
2650 | </File>\r | |
2651 | <File\r | |
2652 | RelativePath="..\..\include\wx\webviewarchivehandler.h">\r | |
2653 | </File>\r | |
0bfd90b3 SL |
2654 | <File\r |
2655 | RelativePath="..\..\include\wx\webviewfshandler.h">\r | |
2656 | </File>\r | |
00405b6c | 2657 | <File\r |
00eef16d | 2658 | RelativePath="..\..\include\wx\persist\window.h">\r |
8ece421c | 2659 | </File>\r |
0fa541e8 | 2660 | <File\r |
00eef16d | 2661 | RelativePath="..\..\include\wx\window.h">\r |
0fa541e8 | 2662 | </File>\r |
6e0fbb3d | 2663 | <File\r |
8ece421c VZ |
2664 | RelativePath="..\..\include\wx\windowid.h">\r |
2665 | </File>\r | |
c80d4c1e VS |
2666 | <File\r |
2667 | RelativePath="..\..\include\wx\windowptr.h">\r | |
2668 | </File>\r | |
6e0fbb3d | 2669 | <File\r |
f4308cf5 DS |
2670 | RelativePath="..\..\include\wx\withimages.h">\r |
2671 | </File>\r | |
2672 | <File\r | |
8ece421c VZ |
2673 | RelativePath="..\..\include\wx\wizard.h">\r |
2674 | </File>\r | |
13a38887 | 2675 | <File\r |
8ece421c VZ |
2676 | RelativePath="..\..\include\wx\wrapsizer.h">\r |
2677 | </File>\r | |
6e0fbb3d | 2678 | <File\r |
8ece421c VZ |
2679 | RelativePath="..\..\include\wx\wupdlock.h">\r |
2680 | </File>\r | |
6e0fbb3d | 2681 | <File\r |
8ece421c VZ |
2682 | RelativePath="..\..\include\wx\wxhtml.h">\r |
2683 | </File>\r | |
6e0fbb3d | 2684 | <File\r |
8ece421c VZ |
2685 | RelativePath="..\..\include\wx\xrc\xh_all.h">\r |
2686 | </File>\r | |
6e0fbb3d | 2687 | <File\r |
8ece421c VZ |
2688 | RelativePath="..\..\include\wx\xrc\xh_animatctrl.h">\r |
2689 | </File>\r | |
00b4e7c9 VZ |
2690 | <File\r |
2691 | RelativePath="..\..\include\wx\xrc\xh_auinotbk.h">\r | |
2692 | </File>\r | |
6e0fbb3d | 2693 | <File\r |
f4308cf5 DS |
2694 | RelativePath="..\..\include\wx\xrc\xh_bannerwindow.h">\r |
2695 | </File>\r | |
2696 | <File\r | |
8ece421c VZ |
2697 | RelativePath="..\..\include\wx\xrc\xh_bmp.h">\r |
2698 | </File>\r | |
6e0fbb3d | 2699 | <File\r |
8ece421c VZ |
2700 | RelativePath="..\..\include\wx\xrc\xh_bmpbt.h">\r |
2701 | </File>\r | |
6e0fbb3d | 2702 | <File\r |
8ece421c VZ |
2703 | RelativePath="..\..\include\wx\xrc\xh_bmpcbox.h">\r |
2704 | </File>\r | |
6e0fbb3d | 2705 | <File\r |
8ece421c VZ |
2706 | RelativePath="..\..\include\wx\xrc\xh_bttn.h">\r |
2707 | </File>\r | |
6e0fbb3d | 2708 | <File\r |
8ece421c VZ |
2709 | RelativePath="..\..\include\wx\xrc\xh_cald.h">\r |
2710 | </File>\r | |
6e0fbb3d | 2711 | <File\r |
8ece421c VZ |
2712 | RelativePath="..\..\include\wx\xrc\xh_chckb.h">\r |
2713 | </File>\r | |
6e0fbb3d | 2714 | <File\r |
8ece421c VZ |
2715 | RelativePath="..\..\include\wx\xrc\xh_chckl.h">\r |
2716 | </File>\r | |
6e0fbb3d | 2717 | <File\r |
8ece421c VZ |
2718 | RelativePath="..\..\include\wx\xrc\xh_choic.h">\r |
2719 | </File>\r | |
6e0fbb3d | 2720 | <File\r |
8ece421c VZ |
2721 | RelativePath="..\..\include\wx\xrc\xh_choicbk.h">\r |
2722 | </File>\r | |
6e0fbb3d | 2723 | <File\r |
8ece421c VZ |
2724 | RelativePath="..\..\include\wx\xrc\xh_clrpicker.h">\r |
2725 | </File>\r | |
53cdd2c1 VZ |
2726 | <File\r |
2727 | RelativePath="..\..\include\wx\xrc\xh_cmdlinkbn.h">\r | |
2728 | </File>\r | |
6e0fbb3d | 2729 | <File\r |
8ece421c VZ |
2730 | RelativePath="..\..\include\wx\xrc\xh_collpane.h">\r |
2731 | </File>\r | |
6e0fbb3d | 2732 | <File\r |
8ece421c VZ |
2733 | RelativePath="..\..\include\wx\xrc\xh_combo.h">\r |
2734 | </File>\r | |
fef4b46d JS |
2735 | <File\r |
2736 | RelativePath="..\..\include\wx\xrc\xh_comboctrl.h">\r | |
2737 | </File>\r | |
6e0fbb3d | 2738 | <File\r |
8ece421c VZ |
2739 | RelativePath="..\..\include\wx\xrc\xh_datectrl.h">\r |
2740 | </File>\r | |
6e0fbb3d | 2741 | <File\r |
8ece421c VZ |
2742 | RelativePath="..\..\include\wx\xrc\xh_dirpicker.h">\r |
2743 | </File>\r | |
6e0fbb3d | 2744 | <File\r |
8ece421c VZ |
2745 | RelativePath="..\..\include\wx\xrc\xh_dlg.h">\r |
2746 | </File>\r | |
adcda299 VZ |
2747 | <File\r |
2748 | RelativePath="..\..\include\wx\xrc\xh_editlbox.h">\r | |
2749 | </File>\r | |
0d14e4f2 VZ |
2750 | <File\r |
2751 | RelativePath="..\..\include\wx\xrc\xh_filectrl.h">\r | |
2752 | </File>\r | |
6e0fbb3d | 2753 | <File\r |
8ece421c VZ |
2754 | RelativePath="..\..\include\wx\xrc\xh_filepicker.h">\r |
2755 | </File>\r | |
6e0fbb3d | 2756 | <File\r |
8ece421c VZ |
2757 | RelativePath="..\..\include\wx\xrc\xh_fontpicker.h">\r |
2758 | </File>\r | |
6e0fbb3d | 2759 | <File\r |
8ece421c VZ |
2760 | RelativePath="..\..\include\wx\xrc\xh_frame.h">\r |
2761 | </File>\r | |
6e0fbb3d | 2762 | <File\r |
8ece421c VZ |
2763 | RelativePath="..\..\include\wx\xrc\xh_gauge.h">\r |
2764 | </File>\r | |
6e0fbb3d | 2765 | <File\r |
8ece421c VZ |
2766 | RelativePath="..\..\include\wx\xrc\xh_gdctl.h">\r |
2767 | </File>\r | |
6e0fbb3d | 2768 | <File\r |
8ece421c VZ |
2769 | RelativePath="..\..\include\wx\xrc\xh_grid.h">\r |
2770 | </File>\r | |
6e0fbb3d | 2771 | <File\r |
8ece421c VZ |
2772 | RelativePath="..\..\include\wx\xrc\xh_html.h">\r |
2773 | </File>\r | |
6e0fbb3d | 2774 | <File\r |
8ece421c VZ |
2775 | RelativePath="..\..\include\wx\xrc\xh_htmllbox.h">\r |
2776 | </File>\r | |
6e0fbb3d | 2777 | <File\r |
8ece421c VZ |
2778 | RelativePath="..\..\include\wx\xrc\xh_hyperlink.h">\r |
2779 | </File>\r | |
6e0fbb3d | 2780 | <File\r |
8ece421c VZ |
2781 | RelativePath="..\..\include\wx\xrc\xh_listb.h">\r |
2782 | </File>\r | |
6e0fbb3d | 2783 | <File\r |
8ece421c VZ |
2784 | RelativePath="..\..\include\wx\xrc\xh_listbk.h">\r |
2785 | </File>\r | |
6e0fbb3d | 2786 | <File\r |
8ece421c VZ |
2787 | RelativePath="..\..\include\wx\xrc\xh_listc.h">\r |
2788 | </File>\r | |
6e0fbb3d | 2789 | <File\r |
8ece421c VZ |
2790 | RelativePath="..\..\include\wx\xrc\xh_mdi.h">\r |
2791 | </File>\r | |
6e0fbb3d | 2792 | <File\r |
8ece421c VZ |
2793 | RelativePath="..\..\include\wx\xrc\xh_menu.h">\r |
2794 | </File>\r | |
6e0fbb3d | 2795 | <File\r |
8ece421c VZ |
2796 | RelativePath="..\..\include\wx\xrc\xh_notbk.h">\r |
2797 | </File>\r | |
6e0fbb3d | 2798 | <File\r |
8ece421c VZ |
2799 | RelativePath="..\..\include\wx\xrc\xh_odcombo.h">\r |
2800 | </File>\r | |
6e0fbb3d | 2801 | <File\r |
8ece421c VZ |
2802 | RelativePath="..\..\include\wx\xrc\xh_panel.h">\r |
2803 | </File>\r | |
6e0fbb3d | 2804 | <File\r |
8ece421c VZ |
2805 | RelativePath="..\..\include\wx\xrc\xh_propdlg.h">\r |
2806 | </File>\r | |
6e0fbb3d | 2807 | <File\r |
8ece421c VZ |
2808 | RelativePath="..\..\include\wx\xrc\xh_radbt.h">\r |
2809 | </File>\r | |
6e0fbb3d | 2810 | <File\r |
8ece421c VZ |
2811 | RelativePath="..\..\include\wx\xrc\xh_radbx.h">\r |
2812 | </File>\r | |
74a59798 VZ |
2813 | <File\r |
2814 | RelativePath="..\..\include\wx\xrc\xh_ribbon.h">\r | |
2815 | </File>\r | |
a3b9c43b VZ |
2816 | <File\r |
2817 | RelativePath="..\..\include\wx\xrc\xh_richtext.h">\r | |
2818 | </File>\r | |
6e0fbb3d | 2819 | <File\r |
8ece421c VZ |
2820 | RelativePath="..\..\include\wx\xrc\xh_scrol.h">\r |
2821 | </File>\r | |
6e0fbb3d | 2822 | <File\r |
8ece421c VZ |
2823 | RelativePath="..\..\include\wx\xrc\xh_scwin.h">\r |
2824 | </File>\r | |
6e0fbb3d | 2825 | <File\r |
8ece421c VZ |
2826 | RelativePath="..\..\include\wx\xrc\xh_sizer.h">\r |
2827 | </File>\r | |
6e0fbb3d | 2828 | <File\r |
8ece421c VZ |
2829 | RelativePath="..\..\include\wx\xrc\xh_slidr.h">\r |
2830 | </File>\r | |
6e0fbb3d | 2831 | <File\r |
8ece421c VZ |
2832 | RelativePath="..\..\include\wx\xrc\xh_spin.h">\r |
2833 | </File>\r | |
6e0fbb3d | 2834 | <File\r |
8ece421c VZ |
2835 | RelativePath="..\..\include\wx\xrc\xh_split.h">\r |
2836 | </File>\r | |
6e0fbb3d | 2837 | <File\r |
8ece421c VZ |
2838 | RelativePath="..\..\include\wx\xrc\xh_srchctrl.h">\r |
2839 | </File>\r | |
6e0fbb3d | 2840 | <File\r |
8ece421c VZ |
2841 | RelativePath="..\..\include\wx\xrc\xh_statbar.h">\r |
2842 | </File>\r | |
6e0fbb3d | 2843 | <File\r |
8ece421c VZ |
2844 | RelativePath="..\..\include\wx\xrc\xh_stbmp.h">\r |
2845 | </File>\r | |
6e0fbb3d | 2846 | <File\r |
8ece421c VZ |
2847 | RelativePath="..\..\include\wx\xrc\xh_stbox.h">\r |
2848 | </File>\r | |
6e0fbb3d | 2849 | <File\r |
8ece421c VZ |
2850 | RelativePath="..\..\include\wx\xrc\xh_stlin.h">\r |
2851 | </File>\r | |
6e0fbb3d | 2852 | <File\r |
8ece421c VZ |
2853 | RelativePath="..\..\include\wx\xrc\xh_sttxt.h">\r |
2854 | </File>\r | |
6e0fbb3d | 2855 | <File\r |
00405b6c VZ |
2856 | RelativePath="..\..\include\wx\xrc\xh_text.h">\r |
2857 | </File>\r | |
2858 | <File\r | |
2859 | RelativePath="..\..\include\wx\xrc\xh_tglbtn.h">\r | |
2860 | </File>\r | |
2861 | <File\r | |
2862 | RelativePath="..\..\include\wx\xrc\xh_timectrl.h">\r | |
2863 | </File>\r | |
2864 | <File\r | |
2865 | RelativePath="..\..\include\wx\xrc\xh_toolb.h">\r | |
2866 | </File>\r | |
2867 | <File\r | |
2868 | RelativePath="..\..\include\wx\xrc\xh_toolbk.h">\r | |
2869 | </File>\r | |
2870 | <File\r | |
8ece421c VZ |
2871 | RelativePath="..\..\include\wx\xrc\xh_tree.h">\r |
2872 | </File>\r | |
6e0fbb3d | 2873 | <File\r |
8ece421c VZ |
2874 | RelativePath="..\..\include\wx\xrc\xh_treebk.h">\r |
2875 | </File>\r | |
6e0fbb3d | 2876 | <File\r |
8ece421c VZ |
2877 | RelativePath="..\..\include\wx\xrc\xh_unkwn.h">\r |
2878 | </File>\r | |
6e0fbb3d | 2879 | <File\r |
8ece421c VZ |
2880 | RelativePath="..\..\include\wx\xrc\xh_wizrd.h">\r |
2881 | </File>\r | |
6e0fbb3d | 2882 | <File\r |
8ece421c VZ |
2883 | RelativePath="..\..\include\wx\xrc\xmlres.h">\r |
2884 | </File>\r | |
a3b9c43b VZ |
2885 | <File\r |
2886 | RelativePath="..\..\include\wx\xrc\xmlreshandler.h">\r | |
2887 | </File>\r | |
6e0fbb3d | 2888 | <File\r |
8ece421c VZ |
2889 | RelativePath="..\..\include\wx\xpmdecod.h">\r |
2890 | </File>\r | |
6e0fbb3d | 2891 | <File\r |
8ece421c VZ |
2892 | RelativePath="..\..\include\wx\xpmhand.h">\r |
2893 | </File>\r | |
6e0fbb3d | 2894 | </Filter>\r |
a3b9c43b VZ |
2895 | <Filter\r |
2896 | Name="Source Files"\r | |
2897 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"\r | |
2898 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">\r | |
2899 | <File\r | |
2900 | RelativePath="..\..\src\xrc\xmlreshandler.cpp">\r | |
2901 | </File>\r | |
2902 | </Filter>\r | |
6e0fbb3d VS |
2903 | </Files>\r |
2904 | <Globals>\r | |
2905 | \r | |
2906 | </Globals>\r | |
2907 | </VisualStudioProject>\r | |
2908 | \r |