1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="Examples"
6	ProjectGUID="{D086AEFC-5004-4D97-B68B-F884F7C75436}"
7	TargetFrameworkVersion="0"
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=".\ExamplesDebug"
20			IntermediateDirectory=".\ExamplesDebug"
21			ConfigurationType="1"
22			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23			UseOfMFC="0"
24			ATLMinimizesCRunTimeLibraryUsage="false"
25			CharacterSet="2"
26			>
27			<Tool
28				Name="VCPreBuildEventTool"
29			/>
30			<Tool
31				Name="VCCustomBuildTool"
32			/>
33			<Tool
34				Name="VCXMLDataGeneratorTool"
35			/>
36			<Tool
37				Name="VCWebServiceProxyGeneratorTool"
38			/>
39			<Tool
40				Name="VCMIDLTool"
41				TypeLibraryName="\acpica/generate/msvc/ExamplesDebug/Examples.tlb"
42				HeaderFileName=""
43			/>
44			<Tool
45				Name="VCCLCompilerTool"
46				UseUnicodeResponseFiles="false"
47				Optimization="0"
48				AdditionalIncludeDirectories="..\..\source\Include"
49				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;ACPI_EXAMPLE_APP"
50				StringPooling="true"
51				MinimalRebuild="true"
52				ExceptionHandling="0"
53				BasicRuntimeChecks="3"
54				RuntimeLibrary="1"
55				DisableLanguageExtensions="true"
56				PrecompiledHeaderFile=".\ExamplesDebug\Examples.pch"
57				AssemblerListingLocation=".\ExamplesDebug\"
58				ObjectFile=".\ExamplesDebug\"
59				ProgramDataBaseFileName=".\ExamplesDebug\"
60				BrowseInformation="1"
61				WarningLevel="4"
62				SuppressStartupBanner="true"
63				DebugInformationFormat="3"
64				CallingConvention="1"
65				CompileAs="1"
66			/>
67			<Tool
68				Name="VCManagedResourceCompilerTool"
69			/>
70			<Tool
71				Name="VCResourceCompilerTool"
72				PreprocessorDefinitions="_DEBUG"
73				Culture="1033"
74			/>
75			<Tool
76				Name="VCPreLinkEventTool"
77				CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
78			/>
79			<Tool
80				Name="VCLinkerTool"
81				AdditionalDependencies="odbc32.lib odbccp32.lib"
82				OutputFile=".\ExamplesDebug\Examples.exe"
83				LinkIncremental="1"
84				SuppressStartupBanner="true"
85				GenerateDebugInformation="true"
86				ProgramDatabaseFile=".\ExamplesDebug\Examples.pdb"
87				GenerateMapFile="true"
88				MapFileName=".\ExamplesDebug\Examples.map"
89				SubSystem="1"
90				RandomizedBaseAddress="1"
91				DataExecutionPrevention="0"
92				TargetMachine="1"
93			/>
94			<Tool
95				Name="VCALinkTool"
96			/>
97			<Tool
98				Name="VCManifestTool"
99			/>
100			<Tool
101				Name="VCXDCMakeTool"
102			/>
103			<Tool
104				Name="VCBscMakeTool"
105				SuppressStartupBanner="true"
106				OutputFile="$(IntDir)\"
107			/>
108			<Tool
109				Name="VCFxCopTool"
110			/>
111			<Tool
112				Name="VCAppVerifierTool"
113			/>
114			<Tool
115				Name="VCPostBuildEventTool"
116				Description="Copy ExamplesDebug.exe to Libraries (DEBUG)"
117				CommandLine="copy examplesDebug\examples.exe ..\..\libraries\ExamplesDebug.exe&#x0D;&#x0A;dir ..\..\libraries\examplesDebug.exe&#x0D;&#x0A;"
118			/>
119		</Configuration>
120		<Configuration
121			Name="Release|Win32"
122			OutputDirectory=".\Examples"
123			IntermediateDirectory=".\Examples"
124			ConfigurationType="1"
125			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
126			UseOfMFC="0"
127			ATLMinimizesCRunTimeLibraryUsage="false"
128			CharacterSet="2"
129			WholeProgramOptimization="1"
130			>
131			<Tool
132				Name="VCPreBuildEventTool"
133			/>
134			<Tool
135				Name="VCCustomBuildTool"
136			/>
137			<Tool
138				Name="VCXMLDataGeneratorTool"
139			/>
140			<Tool
141				Name="VCWebServiceProxyGeneratorTool"
142			/>
143			<Tool
144				Name="VCMIDLTool"
145				TypeLibraryName="\acpica/generate/msvc/Examples/Examples.tlb"
146				HeaderFileName=""
147			/>
148			<Tool
149				Name="VCCLCompilerTool"
150				UseUnicodeResponseFiles="false"
151				Optimization="2"
152				InlineFunctionExpansion="2"
153				FavorSizeOrSpeed="1"
154				AdditionalIncludeDirectories="..\..\source\Include"
155				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;ACPI_EXAMPLE_APP"
156				StringPooling="true"
157				ExceptionHandling="0"
158				RuntimeLibrary="0"
159				EnableFunctionLevelLinking="true"
160				DisableLanguageExtensions="true"
161				PrecompiledHeaderFile=".\Examples\Examples.pch"
162				AssemblerListingLocation=".\Examples\"
163				ObjectFile=".\Examples\"
164				ProgramDataBaseFileName=".\Examples\"
165				BrowseInformation="1"
166				WarningLevel="4"
167				SuppressStartupBanner="true"
168				CallingConvention="1"
169				CompileAs="1"
170			/>
171			<Tool
172				Name="VCManagedResourceCompilerTool"
173			/>
174			<Tool
175				Name="VCResourceCompilerTool"
176				PreprocessorDefinitions="NDEBUG"
177				Culture="1033"
178			/>
179			<Tool
180				Name="VCPreLinkEventTool"
181				CommandLine="if NOT EXIST ..\..\libraries mkdir ..\..\libraries"
182			/>
183			<Tool
184				Name="VCLinkerTool"
185				AdditionalDependencies="odbc32.lib odbccp32.lib"
186				OutputFile=".\Examples\Examples.exe"
187				LinkIncremental="1"
188				SuppressStartupBanner="true"
189				IgnoreDefaultLibraryNames="LIBCMTD"
190				ProgramDatabaseFile=".\Examples\Examples.pdb"
191				GenerateMapFile="true"
192				MapFileName=".\Examples\Examples.map"
193				SubSystem="1"
194				RandomizedBaseAddress="1"
195				DataExecutionPrevention="0"
196				TargetMachine="1"
197			/>
198			<Tool
199				Name="VCALinkTool"
200			/>
201			<Tool
202				Name="VCManifestTool"
203			/>
204			<Tool
205				Name="VCXDCMakeTool"
206			/>
207			<Tool
208				Name="VCBscMakeTool"
209				SuppressStartupBanner="true"
210				OutputFile="$(IntDir)\"
211			/>
212			<Tool
213				Name="VCFxCopTool"
214			/>
215			<Tool
216				Name="VCAppVerifierTool"
217			/>
218			<Tool
219				Name="VCPostBuildEventTool"
220				Description="Copy Examples.exe to Libraries"
221				CommandLine="copy examples\examples.exe ..\..\libraries\Examples.exe&#x0D;&#x0A;dir ..\..\libraries\examples.exe&#x0D;&#x0A;"
222			/>
223		</Configuration>
224	</Configurations>
225	<References>
226	</References>
227	<Files>
228		<Filter
229			Name="Source"
230			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
231			>
232			<Filter
233				Name="Common"
234				>
235				<File
236					RelativePath="..\..\source\os_specific\service_layers\oslibcfs.c"
237					>
238				</File>
239				<File
240					RelativePath="..\..\source\os_specific\service_layers\oswinxf.c"
241					>
242					<FileConfiguration
243						Name="Debug|Win32"
244						>
245						<Tool
246							Name="VCCLCompilerTool"
247							DisableLanguageExtensions="false"
248						/>
249					</FileConfiguration>
250					<FileConfiguration
251						Name="Release|Win32"
252						>
253						<Tool
254							Name="VCCLCompilerTool"
255							DisableLanguageExtensions="false"
256						/>
257					</FileConfiguration>
258				</File>
259			</Filter>
260			<Filter
261				Name="Local"
262				>
263				<File
264					RelativePath="..\..\source\tools\examples\examples.c"
265					>
266				</File>
267				<File
268					RelativePath="..\..\source\tools\examples\exstubs.c"
269					>
270				</File>
271				<File
272					RelativePath="..\..\source\tools\examples\extables.c"
273					>
274				</File>
275			</Filter>
276			<Filter
277				Name="Utilities"
278				>
279				<File
280					RelativePath="..\..\source\components\utilities\utaddress.c"
281					>
282				</File>
283				<File
284					RelativePath="..\..\source\components\utilities\utalloc.c"
285					>
286				</File>
287				<File
288					RelativePath="..\..\source\components\utilities\utascii.c"
289					>
290				</File>
291				<File
292					RelativePath="..\..\source\components\utilities\utbuffer.c"
293					>
294				</File>
295				<File
296					RelativePath="..\..\source\components\utilities\utcache.c"
297					>
298				</File>
299				<File
300					RelativePath="..\..\source\components\utilities\utcopy.c"
301					>
302				</File>
303				<File
304					RelativePath="..\..\source\components\utilities\utdecode.c"
305					>
306				</File>
307				<File
308					RelativePath="..\..\source\components\utilities\utdelete.c"
309					>
310				</File>
311				<File
312					RelativePath="..\..\source\components\utilities\uterror.c"
313					>
314				</File>
315				<File
316					RelativePath="..\..\source\components\utilities\uteval.c"
317					>
318				</File>
319				<File
320					RelativePath="..\..\source\components\utilities\utexcep.c"
321					>
322				</File>
323				<File
324					RelativePath="..\..\source\components\utilities\utglobal.c"
325					>
326				</File>
327				<File
328					RelativePath="..\..\source\components\utilities\uthex.c"
329					>
330				</File>
331				<File
332					RelativePath="..\..\source\components\utilities\utids.c"
333					>
334				</File>
335				<File
336					RelativePath="..\..\source\components\utilities\utinit.c"
337					>
338				</File>
339				<File
340					RelativePath="..\..\source\components\utilities\utlock.c"
341					>
342				</File>
343				<File
344					RelativePath="..\..\source\components\utilities\utmath.c"
345					>
346				</File>
347				<File
348					RelativePath="..\..\source\components\utilities\utmisc.c"
349					>
350				</File>
351				<File
352					RelativePath="..\..\source\components\utilities\utmutex.c"
353					>
354				</File>
355				<File
356					RelativePath="..\..\source\components\utilities\utnonansi.c"
357					>
358				</File>
359				<File
360					RelativePath="..\..\source\components\utilities\utobject.c"
361					>
362				</File>
363				<File
364					RelativePath="..\..\source\components\utilities\utosi.c"
365					>
366				</File>
367				<File
368					RelativePath="..\..\source\components\utilities\utownerid.c"
369					>
370				</File>
371				<File
372					RelativePath="..\..\source\components\utilities\utpredef.c"
373					>
374				</File>
375				<File
376					RelativePath="..\..\source\components\utilities\utprint.c"
377					>
378				</File>
379				<File
380					RelativePath="..\..\source\components\utilities\utresrc.c"
381					>
382				</File>
383				<File
384					RelativePath="..\..\source\components\utilities\utstate.c"
385					>
386				</File>
387				<File
388					RelativePath="..\..\source\components\utilities\utstring.c"
389					>
390				</File>
391				<File
392					RelativePath="..\..\source\components\utilities\utxface.c"
393					>
394				</File>
395				<File
396					RelativePath="..\..\source\components\utilities\utxferror.c"
397					>
398				</File>
399				<File
400					RelativePath="..\..\source\components\utilities\utxfinit.c"
401					>
402				</File>
403			</Filter>
404			<Filter
405				Name="Tables"
406				>
407				<File
408					RelativePath="..\..\source\components\tables\tbdata.c"
409					>
410				</File>
411				<File
412					RelativePath="..\..\source\components\tables\tbfadt.c"
413					>
414				</File>
415				<File
416					RelativePath="..\..\source\components\tables\tbfind.c"
417					>
418				</File>
419				<File
420					RelativePath="..\..\source\components\tables\tbinstal.c"
421					>
422				</File>
423				<File
424					RelativePath="..\..\source\components\tables\tbprint.c"
425					>
426				</File>
427				<File
428					RelativePath="..\..\source\components\tables\tbutils.c"
429					>
430				</File>
431				<File
432					RelativePath="..\..\source\components\tables\tbxface.c"
433					>
434				</File>
435				<File
436					RelativePath="..\..\source\components\tables\tbxfload.c"
437					>
438				</File>
439				<File
440					RelativePath="..\..\source\components\tables\tbxfroot.c"
441					>
442				</File>
443			</Filter>
444			<Filter
445				Name="Namespace"
446				>
447				<File
448					RelativePath="..\..\source\components\namespace\nsaccess.c"
449					>
450				</File>
451				<File
452					RelativePath="..\..\source\components\namespace\nsalloc.c"
453					>
454				</File>
455				<File
456					RelativePath="..\..\source\components\namespace\nsarguments.c"
457					>
458				</File>
459				<File
460					RelativePath="..\..\source\components\namespace\nsconvert.c"
461					>
462				</File>
463				<File
464					RelativePath="..\..\source\components\namespace\nsdump.c"
465					>
466				</File>
467				<File
468					RelativePath="..\..\source\components\namespace\nseval.c"
469					>
470				</File>
471				<File
472					RelativePath="..\..\source\components\namespace\nsinit.c"
473					>
474				</File>
475				<File
476					RelativePath="..\..\source\components\namespace\nsload.c"
477					>
478				</File>
479				<File
480					RelativePath="..\..\source\components\namespace\nsnames.c"
481					>
482				</File>
483				<File
484					RelativePath="..\..\source\components\namespace\nsobject.c"
485					>
486				</File>
487				<File
488					RelativePath="..\..\source\components\namespace\nsparse.c"
489					>
490				</File>
491				<File
492					RelativePath="..\..\source\components\namespace\nspredef.c"
493					>
494				</File>
495				<File
496					RelativePath="..\..\source\components\namespace\nsprepkg.c"
497					>
498				</File>
499				<File
500					RelativePath="..\..\source\components\namespace\nsrepair.c"
501					>
502				</File>
503				<File
504					RelativePath="..\..\source\components\namespace\nsrepair2.c"
505					>
506				</File>
507				<File
508					RelativePath="..\..\source\components\namespace\nssearch.c"
509					>
510				</File>
511				<File
512					RelativePath="..\..\source\components\namespace\nsutils.c"
513					>
514				</File>
515				<File
516					RelativePath="..\..\source\components\namespace\nswalk.c"
517					>
518				</File>
519				<File
520					RelativePath="..\..\source\components\namespace\nsxfeval.c"
521					>
522				</File>
523				<File
524					RelativePath="..\..\source\components\namespace\nsxfname.c"
525					>
526				</File>
527				<File
528					RelativePath="..\..\source\components\namespace\nsxfobj.c"
529					>
530				</File>
531			</Filter>
532			<Filter
533				Name="Parser"
534				>
535				<File
536					RelativePath="..\..\source\components\parser\psargs.c"
537					>
538				</File>
539				<File
540					RelativePath="..\..\source\components\parser\psloop.c"
541					>
542				</File>
543				<File
544					RelativePath="..\..\source\components\parser\psobject.c"
545					>
546				</File>
547				<File
548					RelativePath="..\..\source\components\parser\psopcode.c"
549					>
550				</File>
551				<File
552					RelativePath="..\..\source\components\parser\psopinfo.c"
553					>
554				</File>
555				<File
556					RelativePath="..\..\source\components\parser\psparse.c"
557					>
558				</File>
559				<File
560					RelativePath="..\..\source\components\parser\psscope.c"
561					>
562				</File>
563				<File
564					RelativePath="..\..\source\components\parser\pstree.c"
565					>
566				</File>
567				<File
568					RelativePath="..\..\source\components\parser\psutils.c"
569					>
570				</File>
571				<File
572					RelativePath="..\..\source\components\parser\pswalk.c"
573					>
574				</File>
575				<File
576					RelativePath="..\..\source\components\parser\psxface.c"
577					>
578				</File>
579			</Filter>
580			<Filter
581				Name="Interpreter"
582				>
583				<File
584					RelativePath="..\..\source\components\executer\exconcat.c"
585					>
586				</File>
587				<File
588					RelativePath="..\..\source\components\executer\exconfig.c"
589					>
590				</File>
591				<File
592					RelativePath="..\..\source\components\executer\exconvrt.c"
593					>
594				</File>
595				<File
596					RelativePath="..\..\source\components\executer\excreate.c"
597					>
598				</File>
599				<File
600					RelativePath="..\..\source\components\executer\exdebug.c"
601					>
602				</File>
603				<File
604					RelativePath="..\..\source\components\executer\exdump.c"
605					>
606				</File>
607				<File
608					RelativePath="..\..\source\components\executer\exfield.c"
609					>
610				</File>
611				<File
612					RelativePath="..\..\source\components\executer\exfldio.c"
613					>
614				</File>
615				<File
616					RelativePath="..\..\source\components\executer\exmisc.c"
617					>
618				</File>
619				<File
620					RelativePath="..\..\source\components\executer\exmutex.c"
621					>
622				</File>
623				<File
624					RelativePath="..\..\source\components\executer\exnames.c"
625					>
626				</File>
627				<File
628					RelativePath="..\..\source\components\executer\exoparg1.c"
629					>
630				</File>
631				<File
632					RelativePath="..\..\source\components\executer\exoparg2.c"
633					>
634				</File>
635				<File
636					RelativePath="..\..\source\components\executer\exoparg3.c"
637					>
638				</File>
639				<File
640					RelativePath="..\..\source\components\executer\exoparg6.c"
641					>
642				</File>
643				<File
644					RelativePath="..\..\source\components\executer\exprep.c"
645					>
646				</File>
647				<File
648					RelativePath="..\..\source\components\executer\exregion.c"
649					>
650				</File>
651				<File
652					RelativePath="..\..\source\components\executer\exresnte.c"
653					>
654				</File>
655				<File
656					RelativePath="..\..\source\components\executer\exresolv.c"
657					>
658				</File>
659				<File
660					RelativePath="..\..\source\components\executer\exresop.c"
661					>
662				</File>
663				<File
664					RelativePath="..\..\source\components\executer\exstore.c"
665					>
666				</File>
667				<File
668					RelativePath="..\..\source\components\executer\exstoren.c"
669					>
670				</File>
671				<File
672					RelativePath="..\..\source\components\executer\exstorob.c"
673					>
674				</File>
675				<File
676					RelativePath="..\..\source\components\executer\exsystem.c"
677					>
678				</File>
679				<File
680					RelativePath="..\..\source\components\executer\extrace.c"
681					>
682				</File>
683				<File
684					RelativePath="..\..\source\components\executer\exutils.c"
685					>
686				</File>
687			</Filter>
688			<Filter
689				Name="Dispatcher"
690				>
691				<File
692					RelativePath="..\..\source\components\dispatcher\dsargs.c"
693					>
694				</File>
695				<File
696					RelativePath="..\..\source\components\dispatcher\dscontrol.c"
697					>
698				</File>
699				<File
700					RelativePath="..\..\source\components\dispatcher\dsdebug.c"
701					>
702				</File>
703				<File
704					RelativePath="..\..\source\components\dispatcher\dsfield.c"
705					>
706				</File>
707				<File
708					RelativePath="..\..\source\components\dispatcher\dsinit.c"
709					>
710				</File>
711				<File
712					RelativePath="..\..\source\components\dispatcher\dsmethod.c"
713					>
714				</File>
715				<File
716					RelativePath="..\..\source\components\dispatcher\dsmthdat.c"
717					>
718				</File>
719				<File
720					RelativePath="..\..\source\components\dispatcher\dsobject.c"
721					>
722				</File>
723				<File
724					RelativePath="..\..\source\components\dispatcher\dsopcode.c"
725					>
726				</File>
727				<File
728					RelativePath="..\..\source\components\dispatcher\dsutils.c"
729					>
730				</File>
731				<File
732					RelativePath="..\..\source\components\dispatcher\dswexec.c"
733					>
734				</File>
735				<File
736					RelativePath="..\..\source\components\dispatcher\dswload.c"
737					>
738				</File>
739				<File
740					RelativePath="..\..\source\components\dispatcher\dswload2.c"
741					>
742				</File>
743				<File
744					RelativePath="..\..\source\components\dispatcher\dswscope.c"
745					>
746				</File>
747				<File
748					RelativePath="..\..\source\components\dispatcher\dswstate.c"
749					>
750				</File>
751			</Filter>
752			<Filter
753				Name="Hardware"
754				>
755				<File
756					RelativePath="..\..\source\components\hardware\hwpci.c"
757					>
758				</File>
759			</Filter>
760			<Filter
761				Name="Events"
762				>
763				<File
764					RelativePath="..\..\source\components\events\evhandler.c"
765					>
766				</File>
767				<File
768					RelativePath="..\..\source\components\events\evmisc.c"
769					>
770				</File>
771				<File
772					RelativePath="..\..\source\components\events\evregion.c"
773					>
774				</File>
775				<File
776					RelativePath="..\..\source\components\events\evrgnini.c"
777					>
778				</File>
779				<File
780					RelativePath="..\..\source\components\events\evxface.c"
781					>
782				</File>
783				<File
784					RelativePath="..\..\source\components\events\evxfregn.c"
785					>
786				</File>
787			</Filter>
788		</Filter>
789		<Filter
790			Name="Local Headers"
791			Filter="h;hpp;hxx;hm;inl"
792			>
793			<File
794				RelativePath="..\..\source\tools\examples\examples.h"
795				>
796			</File>
797		</Filter>
798	</Files>
799	<Globals>
800	</Globals>
801</VisualStudioProject>
802