]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/tools/bsmtp/bsmtp.vcproj
Fix bug # 688.
[bacula/bacula] / bacula / src / win32 / tools / bsmtp / bsmtp.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="bsmtp"
6         ProjectGUID="{AB67F297-8491-4515-8E52-BFF5340EC242}"
7         RootNamespace="bsmtp"
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                         >
24                         <Tool
25                                 Name="VCPreBuildEventTool"
26                         />
27                         <Tool
28                                 Name="VCCustomBuildTool"
29                         />
30                         <Tool
31                                 Name="VCXMLDataGeneratorTool"
32                         />
33                         <Tool
34                                 Name="VCWebServiceProxyGeneratorTool"
35                         />
36                         <Tool
37                                 Name="VCMIDLTool"
38                         />
39                         <Tool
40                                 Name="VCCLCompilerTool"
41                                 Optimization="0"
42                                 AdditionalIncludeDirectories="../../compat;../../..;../../stored;../../../../../depkgs-msvc/include"
43                                 PreprocessorDefinitions="_DEBUG;_CONSOLE;HAVE_WIN32;USING_DLL;_USE_32BIT_TIME_T;_WIN32_WINNT=0x0500;_CRT_SECURE_NO_DEPRECATE"
44                                 MinimalRebuild="true"
45                                 BasicRuntimeChecks="3"
46                                 RuntimeLibrary="3"
47                                 UsePrecompiledHeader="0"
48                                 BrowseInformation="1"
49                                 WarningLevel="3"
50                                 SuppressStartupBanner="true"
51                                 Detect64BitPortabilityProblems="false"
52                                 DebugInformationFormat="4"
53                         />
54                         <Tool
55                                 Name="VCManagedResourceCompilerTool"
56                         />
57                         <Tool
58                                 Name="VCResourceCompilerTool"
59                         />
60                         <Tool
61                                 Name="VCPreLinkEventTool"
62                         />
63                         <Tool
64                                 Name="VCLinkerTool"
65                                 AdditionalDependencies="ws2_32.lib"
66                                 LinkIncremental="0"
67                                 SuppressStartupBanner="true"
68                                 AdditionalLibraryDirectories="..\..\debug"
69                                 GenerateDebugInformation="true"
70                                 SubSystem="1"
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                         WholeProgramOptimization="1"
105                         >
106                         <Tool
107                                 Name="VCPreBuildEventTool"
108                         />
109                         <Tool
110                                 Name="VCCustomBuildTool"
111                         />
112                         <Tool
113                                 Name="VCXMLDataGeneratorTool"
114                         />
115                         <Tool
116                                 Name="VCWebServiceProxyGeneratorTool"
117                         />
118                         <Tool
119                                 Name="VCMIDLTool"
120                         />
121                         <Tool
122                                 Name="VCCLCompilerTool"
123                                 Optimization="4"
124                                 InlineFunctionExpansion="2"
125                                 EnableIntrinsicFunctions="true"
126                                 AdditionalIncludeDirectories="../../compat;../../..;../../stored;../../../../../depkgs-msvc/include"
127                                 PreprocessorDefinitions="NDEBUG;_CONSOLE;HAVE_WIN32;USING_DLL;_USE_32BIT_TIME_T;_WIN32_WINNT=0x0500;_CRT_SECURE_NO_DEPRECATE"
128                                 StringPooling="true"
129                                 BasicRuntimeChecks="3"
130                                 RuntimeLibrary="2"
131                                 EnableFunctionLevelLinking="true"
132                                 UsePrecompiledHeader="0"
133                                 BrowseInformation="1"
134                                 WarningLevel="3"
135                                 SuppressStartupBanner="true"
136                                 Detect64BitPortabilityProblems="false"
137                                 DebugInformationFormat="3"
138                         />
139                         <Tool
140                                 Name="VCManagedResourceCompilerTool"
141                         />
142                         <Tool
143                                 Name="VCResourceCompilerTool"
144                         />
145                         <Tool
146                                 Name="VCPreLinkEventTool"
147                         />
148                         <Tool
149                                 Name="VCLinkerTool"
150                                 AdditionalDependencies="ws2_32.lib"
151                                 LinkIncremental="0"
152                                 AdditionalLibraryDirectories="..\..\release"
153                                 GenerateDebugInformation="true"
154                                 SubSystem="1"
155                                 OptimizeReferences="2"
156                                 EnableCOMDATFolding="2"
157                                 TargetMachine="1"
158                         />
159                         <Tool
160                                 Name="VCALinkTool"
161                         />
162                         <Tool
163                                 Name="VCManifestTool"
164                         />
165                         <Tool
166                                 Name="VCXDCMakeTool"
167                         />
168                         <Tool
169                                 Name="VCBscMakeTool"
170                         />
171                         <Tool
172                                 Name="VCFxCopTool"
173                         />
174                         <Tool
175                                 Name="VCAppVerifierTool"
176                         />
177                         <Tool
178                                 Name="VCWebDeploymentTool"
179                         />
180                         <Tool
181                                 Name="VCPostBuildEventTool"
182                         />
183                 </Configuration>
184         </Configurations>
185         <References>
186         </References>
187         <Files>
188                 <Filter
189                         Name="Source Files"
190                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
191                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
192                         >
193                         <File
194                                 RelativePath="..\..\..\tools\bsmtp.c"
195                                 >
196                                 <FileConfiguration
197                                         Name="Debug|Win32"
198                                         >
199                                         <Tool
200                                                 Name="VCCLCompilerTool"
201                                                 CompileAs="2"
202                                         />
203                                 </FileConfiguration>
204                                 <FileConfiguration
205                                         Name="Release|Win32"
206                                         >
207                                         <Tool
208                                                 Name="VCCLCompilerTool"
209                                                 CompileAs="2"
210                                         />
211                                 </FileConfiguration>
212                         </File>
213                 </Filter>
214                 <Filter
215                         Name="Header Files"
216                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
217                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
218                         >
219                 </Filter>
220                 <Filter
221                         Name="Resource Files"
222                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
223                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
224                         >
225                 </Filter>
226         </Files>
227         <Globals>
228         </Globals>
229 </VisualStudioProject>