1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="wx-console"
6        ProjectGUID="{9BA8E10D-0D82-4B25-8543-DE34641FBC10}"
7        RootNamespace="wx-console"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
20                        IntermediateDirectory="$(ConfigurationName)"
21                        ConfigurationType="1"
22                        CharacterSet="2"
23                        DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="../compat;../../../../depkgs-msvc/include;../..;../../../../depkgs-msvc/lib/wx_dll/msw"
44                                PreprocessorDefinitions="WIN32;_WINDOWS;wxUSE_GUI;WXUSINGDLL;__WXMSW__;_CONSOLE;HAVE_WIN32;HAVE_WXCONSOLE;USING_DLL;_STAT_H;_STAT_DEFINED;_USE_32BIT_TIME_T;_WIN32_WINNT=0x0500;_CRT_SECURE_NO_DEPRECATE"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                UsePrecompiledHeader="0"
49                                BrowseInformation="1"
50                                WarningLevel="3"
51                                SuppressStartupBanner="true"
52                                Detect64BitPortabilityProblems="false"
53                                DebugInformationFormat="4"
54                        />
55                        <Tool
56                                Name="VCManagedResourceCompilerTool"
57                        />
58                        <Tool
59                                Name="VCResourceCompilerTool"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                AdditionalDependencies="wxmsw28_core.lib wxbase27.lib pthreadVCE.lib zlib.lib wsock32.lib comctl32.lib rpcrt4.lib atlsd.lib"
67                                LinkIncremental="2"
68                                AdditionalLibraryDirectories="../../../../depkgs-msvc/lib;../../../../depkgs-msvc/lib/wx_dll"
69                                GenerateDebugInformation="true"
70                                SubSystem="2"
71                                TargetMachine="1"
72                        />
73                        <Tool
74                                Name="VCALinkTool"
75                        />
76                        <Tool
77                                Name="VCManifestTool"
78                        />
79                        <Tool
80                                Name="VCXDCMakeTool"
81                        />
82                        <Tool
83                                Name="VCBscMakeTool"
84                        />
85                        <Tool
86                                Name="VCFxCopTool"
87                        />
88                        <Tool
89                                Name="VCAppVerifierTool"
90                        />
91                        <Tool
92                                Name="VCWebDeploymentTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                        />
97                </Configuration>
98                <Configuration
99                        Name="Release|Win32"
100                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101                        IntermediateDirectory="$(ConfigurationName)"
102                        ConfigurationType="1"
103                        CharacterSet="2"
104                        DeleteExtensionsOnClean="*.obj;*.ilk;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;$(TargetPath)"
105                        WholeProgramOptimization="1"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                AdditionalIncludeDirectories="../compat;../../../../depkgs-msvc/include;../..;../../../../depkgs-msvc\lib\wx_dll\msw"
125                                PreprocessorDefinitions="NDEBUG;_WINDOWS;wxUSE_GUI;WXUSINGDLL;__WXMSW__;HAVE_WIN32;HAVE_WXCONSOLE;USING_DLL;_STAT_H;_STAT_DEFINED;_USE_32BIT_TIME_T;_WIN32_WINNT=0x0500;_CRT_SECURE_NO_DEPRECATE"
126                                RuntimeLibrary="2"
127                                UsePrecompiledHeader="0"
128                                BrowseInformation="1"
129                                WarningLevel="3"
130                                Detect64BitPortabilityProblems="false"
131                                DebugInformationFormat="3"
132                        />
133                        <Tool
134                                Name="VCManagedResourceCompilerTool"
135                        />
136                        <Tool
137                                Name="VCResourceCompilerTool"
138                        />
139                        <Tool
140                                Name="VCPreLinkEventTool"
141                        />
142                        <Tool
143                                Name="VCLinkerTool"
144                                AdditionalDependencies="wxmsw28_core.lib wxbase27.lib pthreadVCE.lib zlib.lib wsock32.lib comctl32.lib rpcrt4.lib atls.lib"
145                                LinkIncremental="0"
146                                AdditionalLibraryDirectories="&quot;../../../../depkgs-msvc/lib&quot;;&quot;../../../../depkgs-msvc/lib/wx_dll&quot;"
147                                IgnoreDefaultLibraryNames=""
148                                GenerateDebugInformation="true"
149                                SubSystem="2"
150                                OptimizeReferences="2"
151                                EnableCOMDATFolding="2"
152                                TargetMachine="1"
153                        />
154                        <Tool
155                                Name="VCALinkTool"
156                        />
157                        <Tool
158                                Name="VCManifestTool"
159                        />
160                        <Tool
161                                Name="VCXDCMakeTool"
162                        />
163                        <Tool
164                                Name="VCBscMakeTool"
165                        />
166                        <Tool
167                                Name="VCFxCopTool"
168                        />
169                        <Tool
170                                Name="VCAppVerifierTool"
171                        />
172                        <Tool
173                                Name="VCWebDeploymentTool"
174                        />
175                        <Tool
176                                Name="VCPostBuildEventTool"
177                        />
178                </Configuration>
179        </Configurations>
180        <References>
181        </References>
182        <Files>
183                <Filter
184                        Name="Header Files"
185                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
186                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
187                        >
188                        <File
189                                RelativePath="..\..\wx-console\console_conf.h"
190                                >
191                        </File>
192                        <File
193                                RelativePath="..\..\wx-console\console_thread.h"
194                                >
195                        </File>
196                        <File
197                                RelativePath="..\..\wx-console\csprint.h"
198                                >
199                        </File>
200                        <File
201                                RelativePath=".\w32api.h"
202                                >
203                        </File>
204                        <File
205                                RelativePath="..\..\wx-console\wx-console_private.h"
206                                >
207                        </File>
208                        <File
209                                RelativePath="..\..\wx-console\wxbconfigfileeditor.h"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\..\wx-console\wxbconfigpanel.h"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\..\wx-console\wxbhistorytextctrl.h"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\..\wx-console\wxblistctrl.h"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\..\wx-console\wxbmainframe.h"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\..\wx-console\wxbrestorepanel.h"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\..\wx-console\wxbtableparser.h"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\..\wx-console\wxbtreectrl.h"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\..\wx-console\wxbutils.h"
242                                >
243                        </File>
244                </Filter>
245                <Filter
246                        Name="Resource Files"
247                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
248                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
249                        >
250                        <File
251                                RelativePath=".\wx-console.manifest"
252                                >
253                        </File>
254                        <File
255                                RelativePath="..\..\wx-console\wx-console_private.rc"
256                                >
257                        </File>
258                </Filter>
259                <Filter
260                        Name="Source Files"
261                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
262                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
263                        >
264                        <File
265                                RelativePath="..\..\wx-console\authenticate.c"
266                                >
267                                <FileConfiguration
268                                        Name="Debug|Win32"
269                                        >
270                                        <Tool
271                                                Name="VCCLCompilerTool"
272                                                CompileAs="2"
273                                        />
274                                </FileConfiguration>
275                                <FileConfiguration
276                                        Name="Release|Win32"
277                                        >
278                                        <Tool
279                                                Name="VCCLCompilerTool"
280                                                CompileAs="2"
281                                        />
282                                </FileConfiguration>
283                        </File>
284                        <File
285                                RelativePath="..\..\wx-console\console_conf.c"
286                                >
287                                <FileConfiguration
288                                        Name="Debug|Win32"
289                                        >
290                                        <Tool
291                                                Name="VCCLCompilerTool"
292                                                CompileAs="2"
293                                        />
294                                </FileConfiguration>
295                                <FileConfiguration
296                                        Name="Release|Win32"
297                                        >
298                                        <Tool
299                                                Name="VCCLCompilerTool"
300                                                CompileAs="2"
301                                        />
302                                </FileConfiguration>
303                        </File>
304                        <File
305                                RelativePath="..\..\wx-console\console_thread.cpp"
306                                >
307                        </File>
308                        <File
309                                RelativePath="..\..\wx-console\main.cpp"
310                                >
311                        </File>
312                        <File
313                                RelativePath="..\..\wx-console\wxbconfigfileeditor.cpp"
314                                >
315                        </File>
316                        <File
317                                RelativePath="..\..\wx-console\wxbconfigpanel.cpp"
318                                >
319                        </File>
320                        <File
321                                RelativePath="..\..\wx-console\wxbhistorytextctrl.cpp"
322                                >
323                        </File>
324                        <File
325                                RelativePath="..\..\wx-console\wxblistctrl.cpp"
326                                >
327                        </File>
328                        <File
329                                RelativePath="..\..\wx-console\wxbmainframe.cpp"
330                                >
331                        </File>
332                        <File
333                                RelativePath="..\..\wx-console\wxbrestorepanel.cpp"
334                                >
335                        </File>
336                        <File
337                                RelativePath="..\..\wx-console\wxbtableparser.cpp"
338                                >
339                        </File>
340                        <File
341                                RelativePath="..\..\wx-console\wxbtreectrl.cpp"
342                                >
343                        </File>
344                        <File
345                                RelativePath="..\..\wx-console\wxbutils.cpp"
346                                >
347                        </File>
348                </Filter>
349        </Files>
350        <Globals>
351        </Globals>
352</VisualStudioProject>
353