1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="baculafd"
6	ProjectGUID="{6A435DBB-4D3D-4DAE-8CB3-E0AF169A240B}"
7	RootNamespace="baculafd"
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			UseOfMFC="0"
23			ATLMinimizesCRunTimeLibraryUsage="false"
24			CharacterSet="2"
25			>
26			<Tool
27				Name="VCPreBuildEventTool"
28			/>
29			<Tool
30				Name="VCCustomBuildTool"
31			/>
32			<Tool
33				Name="VCXMLDataGeneratorTool"
34			/>
35			<Tool
36				Name="VCWebServiceProxyGeneratorTool"
37			/>
38			<Tool
39				Name="VCMIDLTool"
40				TypeLibraryName=".\Debug/baculafd.tlb"
41				HeaderFileName=""
42			/>
43			<Tool
44				Name="VCCLCompilerTool"
45				Optimization="0"
46				AdditionalIncludeDirectories=".;../compat;../../../../depkgs-msvc/include;../..;../../../../depkgs-msvc/vss;../libwin32"
47				PreprocessorDefinitions="_DEBUG;_WINMAIN_;PTW32_BUILD;_CONSOLE;HAVE_WIN32;USING_DLL;_USE_32BIT_TIME_T;WIN32_VSS;_WIN32_WINNT=0x0500;_CRT_SECURE_NO_DEPRECATE;__need_getopt"
48				MinimalRebuild="true"
49				BasicRuntimeChecks="3"
50				RuntimeLibrary="3"
51				UsePrecompiledHeader="0"
52				BrowseInformation="1"
53				WarningLevel="3"
54				SuppressStartupBanner="true"
55				Detect64BitPortabilityProblems="false"
56				DebugInformationFormat="4"
57			/>
58			<Tool
59				Name="VCManagedResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCResourceCompilerTool"
63				PreprocessorDefinitions="_DEBUG"
64				Culture="1033"
65			/>
66			<Tool
67				Name="VCPreLinkEventTool"
68			/>
69			<Tool
70				Name="VCLinkerTool"
71				AdditionalDependencies="pthreadVCE.lib zlib.lib comctl32.lib wsock32.lib atlsd.lib"
72				OutputFile="$(OutDir)\bacula-fd.exe"
73				LinkIncremental="0"
74				SuppressStartupBanner="true"
75				AdditionalLibraryDirectories="../../../../depkgs-msvc/lib"
76				IgnoreDefaultLibraryNames="msvcrt"
77				GenerateDebugInformation="true"
78				SubSystem="2"
79				TargetMachine="1"
80			/>
81			<Tool
82				Name="VCALinkTool"
83			/>
84			<Tool
85				Name="VCManifestTool"
86			/>
87			<Tool
88				Name="VCXDCMakeTool"
89			/>
90			<Tool
91				Name="VCBscMakeTool"
92				SuppressStartupBanner="true"
93				OutputFile=".\Debug/baculafd.bsc"
94			/>
95			<Tool
96				Name="VCFxCopTool"
97			/>
98			<Tool
99				Name="VCAppVerifierTool"
100			/>
101			<Tool
102				Name="VCWebDeploymentTool"
103			/>
104			<Tool
105				Name="VCPostBuildEventTool"
106			/>
107		</Configuration>
108		<Configuration
109			Name="Release|Win32"
110			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
111			IntermediateDirectory="$(ConfigurationName)"
112			ConfigurationType="1"
113			UseOfMFC="0"
114			UseOfATL="0"
115			ATLMinimizesCRunTimeLibraryUsage="false"
116			CharacterSet="2"
117			WholeProgramOptimization="1"
118			>
119			<Tool
120				Name="VCPreBuildEventTool"
121			/>
122			<Tool
123				Name="VCCustomBuildTool"
124			/>
125			<Tool
126				Name="VCXMLDataGeneratorTool"
127			/>
128			<Tool
129				Name="VCWebServiceProxyGeneratorTool"
130			/>
131			<Tool
132				Name="VCMIDLTool"
133				TypeLibraryName=".\Release/baculafd.tlb"
134				HeaderFileName=""
135			/>
136			<Tool
137				Name="VCCLCompilerTool"
138				Optimization="4"
139				InlineFunctionExpansion="2"
140				EnableIntrinsicFunctions="true"
141				AdditionalIncludeDirectories=".;../compat;../../../../depkgs-msvc/include;../..;../../../../depkgs-msvc/vss;../libwin32"
142				PreprocessorDefinitions="NDEBUG;_CONSOLE;HAVE_WIN32;WIN32_VSS;USING_DLL;_USE_32BIT_TIME_T;_WIN32_WINNT=0x0500;_CRT_SECURE_NO_DEPRECATE"
143				StringPooling="true"
144				BasicRuntimeChecks="3"
145				RuntimeLibrary="2"
146				EnableFunctionLevelLinking="true"
147				UsePrecompiledHeader="0"
148				BrowseInformation="1"
149				WarningLevel="3"
150				SuppressStartupBanner="true"
151				Detect64BitPortabilityProblems="false"
152				DebugInformationFormat="3"
153			/>
154			<Tool
155				Name="VCManagedResourceCompilerTool"
156			/>
157			<Tool
158				Name="VCResourceCompilerTool"
159				PreprocessorDefinitions="NDEBUG"
160				Culture="1033"
161				AdditionalIncludeDirectories=""
162			/>
163			<Tool
164				Name="VCPreLinkEventTool"
165			/>
166			<Tool
167				Name="VCLinkerTool"
168				AdditionalDependencies="pthreadVCE.lib zlib.lib wsock32.lib comctl32.lib atls.lib"
169				OutputFile="$(OutDir)\bacula-fd.exe"
170				LinkIncremental="0"
171				SuppressStartupBanner="true"
172				AdditionalLibraryDirectories="../../../../depkgs-msvc/lib"
173				DelayLoadDLLs="$(NOINHERIT)"
174				GenerateDebugInformation="true"
175				SubSystem="2"
176				TargetMachine="1"
177			/>
178			<Tool
179				Name="VCALinkTool"
180			/>
181			<Tool
182				Name="VCManifestTool"
183			/>
184			<Tool
185				Name="VCXDCMakeTool"
186			/>
187			<Tool
188				Name="VCBscMakeTool"
189				SuppressStartupBanner="true"
190				OutputFile=".\Release/baculafd.bsc"
191			/>
192			<Tool
193				Name="VCFxCopTool"
194			/>
195			<Tool
196				Name="VCAppVerifierTool"
197			/>
198			<Tool
199				Name="VCWebDeploymentTool"
200			/>
201			<Tool
202				Name="VCPostBuildEventTool"
203			/>
204		</Configuration>
205	</Configurations>
206	<References>
207	</References>
208	<Files>
209		<Filter
210			Name="Source Files"
211			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
212			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
213			>
214			<File
215				RelativePath="..\..\filed\acl.c"
216				>
217				<FileConfiguration
218					Name="Debug|Win32"
219					>
220					<Tool
221						Name="VCCLCompilerTool"
222						CompileAs="2"
223					/>
224				</FileConfiguration>
225				<FileConfiguration
226					Name="Release|Win32"
227					>
228					<Tool
229						Name="VCCLCompilerTool"
230						CompileAs="2"
231					/>
232				</FileConfiguration>
233			</File>
234			<File
235				RelativePath="..\..\filed\authenticate.c"
236				>
237				<FileConfiguration
238					Name="Debug|Win32"
239					>
240					<Tool
241						Name="VCCLCompilerTool"
242						CompileAs="2"
243					/>
244				</FileConfiguration>
245				<FileConfiguration
246					Name="Release|Win32"
247					>
248					<Tool
249						Name="VCCLCompilerTool"
250						CompileAs="2"
251					/>
252				</FileConfiguration>
253			</File>
254			<File
255				RelativePath="..\..\filed\backup.c"
256				>
257				<FileConfiguration
258					Name="Debug|Win32"
259					>
260					<Tool
261						Name="VCCLCompilerTool"
262						CompileAs="2"
263					/>
264				</FileConfiguration>
265				<FileConfiguration
266					Name="Release|Win32"
267					>
268					<Tool
269						Name="VCCLCompilerTool"
270						CompileAs="2"
271					/>
272				</FileConfiguration>
273			</File>
274			<File
275				RelativePath="..\..\filed\estimate.c"
276				>
277				<FileConfiguration
278					Name="Debug|Win32"
279					>
280					<Tool
281						Name="VCCLCompilerTool"
282						CompileAs="2"
283					/>
284				</FileConfiguration>
285				<FileConfiguration
286					Name="Release|Win32"
287					>
288					<Tool
289						Name="VCCLCompilerTool"
290						CompileAs="2"
291					/>
292				</FileConfiguration>
293			</File>
294			<File
295				RelativePath="..\..\filed\filed.c"
296				>
297				<FileConfiguration
298					Name="Debug|Win32"
299					>
300					<Tool
301						Name="VCCLCompilerTool"
302						CompileAs="2"
303					/>
304				</FileConfiguration>
305				<FileConfiguration
306					Name="Release|Win32"
307					>
308					<Tool
309						Name="VCCLCompilerTool"
310						CompileAs="2"
311					/>
312				</FileConfiguration>
313			</File>
314			<File
315				RelativePath="..\..\filed\filed_conf.c"
316				>
317				<FileConfiguration
318					Name="Debug|Win32"
319					>
320					<Tool
321						Name="VCCLCompilerTool"
322						CompileAs="2"
323					/>
324				</FileConfiguration>
325				<FileConfiguration
326					Name="Release|Win32"
327					>
328					<Tool
329						Name="VCCLCompilerTool"
330						CompileAs="2"
331					/>
332				</FileConfiguration>
333			</File>
334			<File
335				RelativePath="..\..\filed\heartbeat.c"
336				>
337				<FileConfiguration
338					Name="Debug|Win32"
339					>
340					<Tool
341						Name="VCCLCompilerTool"
342						CompileAs="2"
343					/>
344				</FileConfiguration>
345				<FileConfiguration
346					Name="Release|Win32"
347					>
348					<Tool
349						Name="VCCLCompilerTool"
350						CompileAs="2"
351					/>
352				</FileConfiguration>
353			</File>
354			<File
355				RelativePath="..\..\filed\job.c"
356				>
357				<FileConfiguration
358					Name="Debug|Win32"
359					>
360					<Tool
361						Name="VCCLCompilerTool"
362						CompileAs="2"
363					/>
364				</FileConfiguration>
365				<FileConfiguration
366					Name="Release|Win32"
367					>
368					<Tool
369						Name="VCCLCompilerTool"
370						CompileAs="2"
371					/>
372				</FileConfiguration>
373			</File>
374			<File
375				RelativePath="..\..\filed\pythonfd.c"
376				>
377				<FileConfiguration
378					Name="Debug|Win32"
379					>
380					<Tool
381						Name="VCCLCompilerTool"
382						CompileAs="2"
383					/>
384				</FileConfiguration>
385				<FileConfiguration
386					Name="Release|Win32"
387					>
388					<Tool
389						Name="VCCLCompilerTool"
390						CompileAs="2"
391					/>
392				</FileConfiguration>
393			</File>
394			<File
395				RelativePath="..\..\filed\restore.c"
396				>
397				<FileConfiguration
398					Name="Debug|Win32"
399					>
400					<Tool
401						Name="VCCLCompilerTool"
402						CompileAs="2"
403					/>
404				</FileConfiguration>
405				<FileConfiguration
406					Name="Release|Win32"
407					>
408					<Tool
409						Name="VCCLCompilerTool"
410						CompileAs="2"
411					/>
412				</FileConfiguration>
413			</File>
414			<File
415				RelativePath="..\..\filed\status.c"
416				>
417				<FileConfiguration
418					Name="Debug|Win32"
419					>
420					<Tool
421						Name="VCCLCompilerTool"
422						CompileAs="2"
423					/>
424				</FileConfiguration>
425				<FileConfiguration
426					Name="Release|Win32"
427					>
428					<Tool
429						Name="VCCLCompilerTool"
430						CompileAs="2"
431					/>
432				</FileConfiguration>
433			</File>
434			<File
435				RelativePath="..\..\filed\verify.c"
436				>
437				<FileConfiguration
438					Name="Debug|Win32"
439					>
440					<Tool
441						Name="VCCLCompilerTool"
442						CompileAs="2"
443					/>
444				</FileConfiguration>
445				<FileConfiguration
446					Name="Release|Win32"
447					>
448					<Tool
449						Name="VCCLCompilerTool"
450						CompileAs="2"
451					/>
452				</FileConfiguration>
453			</File>
454			<File
455				RelativePath="..\..\filed\verify_vol.c"
456				>
457				<FileConfiguration
458					Name="Debug|Win32"
459					>
460					<Tool
461						Name="VCCLCompilerTool"
462						CompileAs="2"
463					/>
464				</FileConfiguration>
465				<FileConfiguration
466					Name="Release|Win32"
467					>
468					<Tool
469						Name="VCCLCompilerTool"
470						CompileAs="2"
471					/>
472				</FileConfiguration>
473			</File>
474			<File
475				RelativePath=".\vss.cpp"
476				>
477			</File>
478			<File
479				RelativePath=".\vss_W2K3.cpp"
480				>
481			</File>
482			<File
483				RelativePath=".\vss_XP.cpp"
484				>
485			</File>
486			<File
487				RelativePath="..\libwin32\winabout.cpp"
488				>
489			</File>
490			<File
491				RelativePath=".\winmain.cpp"
492				>
493			</File>
494			<File
495				RelativePath=".\winservice.cpp"
496				>
497			</File>
498			<File
499				RelativePath="..\libwin32\winstat.cpp"
500				>
501			</File>
502			<File
503				RelativePath="..\libwin32\wintray.cpp"
504				>
505			</File>
506		</Filter>
507		<Filter
508			Name="Header Files"
509			Filter="h;hpp;hxx;hm;inl"
510			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
511			>
512			<File
513				RelativePath="..\..\filed\acl.h"
514				>
515			</File>
516			<File
517				RelativePath="..\..\filed\filed.h"
518				>
519			</File>
520			<File
521				RelativePath="..\..\filed\filed_conf.h"
522				>
523			</File>
524			<File
525				RelativePath="..\..\filed\protos.h"
526				>
527			</File>
528			<File
529				RelativePath="..\libwin32\resource.h"
530				>
531			</File>
532			<File
533				RelativePath=".\vss.h"
534				>
535			</File>
536			<File
537				RelativePath="..\libwin32\winabout.h"
538				>
539			</File>
540			<File
541				RelativePath="..\libwin32\winbacula.h"
542				>
543			</File>
544			<File
545				RelativePath="..\compat\winconfig.h"
546				>
547			</File>
548			<File
549				RelativePath="..\libwin32\winres.h"
550				>
551			</File>
552			<File
553				RelativePath="..\libwin32\winservice.h"
554				>
555			</File>
556			<File
557				RelativePath="..\libwin32\winstat.h"
558				>
559			</File>
560			<File
561				RelativePath="..\libwin32\wintray.h"
562				>
563			</File>
564		</Filter>
565		<Filter
566			Name="Resource Files"
567			Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
568			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
569			>
570			<File
571				RelativePath=".\bacula-fd.manifest"
572				>
573			</File>
574			<File
575				RelativePath="..\libwin32\bacula.bmp"
576				>
577			</File>
578			<File
579				RelativePath="..\libwin32\bacula.ico"
580				>
581			</File>
582			<File
583				RelativePath="..\libwin32\error.ico"
584				>
585			</File>
586			<File
587				RelativePath="..\libwin32\idle.ico"
588				>
589			</File>
590			<File
591				RelativePath="..\libwin32\running.ico"
592				>
593			</File>
594			<File
595				RelativePath="..\libwin32\saving.ico"
596				>
597			</File>
598			<File
599				RelativePath="..\libwin32\warn.ico"
600				>
601			</File>
602			<File
603				RelativePath="..\libwin32\winres.rc"
604				>
605			</File>
606		</Filter>
607	</Files>
608	<Globals>
609	</Globals>
610</VisualStudioProject>
611