/[LeafOK_CVS]/pvpgn-1.7.4/Win32-Projects/bnftp.vcproj
ViewVC logotype

Contents of /pvpgn-1.7.4/Win32-Projects/bnftp.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Tue Jun 6 03:41:38 2006 UTC (19 years, 9 months ago) by sysadm
Branch: GNU, MAIN
CVS Tags: arelease, HEAD
Changes since 1.1: +0 -0 lines
no message

1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="bnftp"
6 ProjectGUID="{300F80E0-1A0E-4639-AEB9-18A692FF35F5}"
7 RootNamespace="bnftp"
8 Keyword="ManagedCProj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="..\bin"
17 IntermediateDirectory="..\obj\$(ProjectName)_debug"
18 ConfigurationType="1"
19 UseOfMFC="0"
20 UseOfATL="0"
21 CharacterSet="2"
22 WholeProgramOptimization="TRUE">
23 <Tool
24 Name="VCCLCompilerTool"
25 Optimization="2"
26 GlobalOptimizations="FALSE"
27 InlineFunctionExpansion="1"
28 EnableIntrinsicFunctions="FALSE"
29 FavorSizeOrSpeed="1"
30 OmitFramePointers="TRUE"
31 OptimizeForProcessor="0"
32 OptimizeForWindowsApplication="TRUE"
33 AdditionalIncludeDirectories="../src;&quot;$(SolutionDir)/..&quot;"
34 PreprocessorDefinitions="_DEBUG;WIN32"
35 StringPooling="TRUE"
36 RuntimeLibrary="0"
37 StructMemberAlignment="1"
38 EnableFunctionLevelLinking="TRUE"
39 UsePrecompiledHeader="0"
40 WarningLevel="1"
41 Detect64BitPortabilityProblems="TRUE"
42 DebugInformationFormat="3"
43 CallingConvention="0"
44 CompileAs="1"/>
45 <Tool
46 Name="VCCustomBuildTool"/>
47 <Tool
48 Name="VCLinkerTool"
49 AdditionalOptions="ws2_32.lib"
50 OutputFile="$(OutDir)/$(ProjectName)_debug.exe"
51 LinkIncremental="1"
52 GenerateDebugInformation="TRUE"
53 SubSystem="1"
54 OptimizeReferences="2"
55 EnableCOMDATFolding="2"
56 TargetMachine="1"/>
57 <Tool
58 Name="VCMIDLTool"/>
59 <Tool
60 Name="VCPostBuildEventTool"/>
61 <Tool
62 Name="VCPreBuildEventTool"/>
63 <Tool
64 Name="VCPreLinkEventTool"/>
65 <Tool
66 Name="VCResourceCompilerTool"
67 AdditionalIncludeDirectories="..\src\"/>
68 <Tool
69 Name="VCWebServiceProxyGeneratorTool"/>
70 <Tool
71 Name="VCXMLDataGeneratorTool"/>
72 <Tool
73 Name="VCWebDeploymentTool"/>
74 <Tool
75 Name="VCManagedWrapperGeneratorTool"/>
76 <Tool
77 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
78 </Configuration>
79 <Configuration
80 Name="Release|Win32"
81 OutputDirectory="..\bin"
82 IntermediateDirectory="..\obj\$(ProjectName)"
83 ConfigurationType="1"
84 UseOfMFC="0"
85 UseOfATL="0"
86 CharacterSet="2"
87 WholeProgramOptimization="TRUE">
88 <Tool
89 Name="VCCLCompilerTool"
90 Optimization="2"
91 GlobalOptimizations="FALSE"
92 InlineFunctionExpansion="1"
93 EnableIntrinsicFunctions="FALSE"
94 FavorSizeOrSpeed="1"
95 OmitFramePointers="TRUE"
96 OptimizeForProcessor="0"
97 OptimizeForWindowsApplication="TRUE"
98 AdditionalIncludeDirectories="../src;&quot;$(SolutionDir)/..&quot;"
99 PreprocessorDefinitions="NDEBUG;WIN32"
100 StringPooling="TRUE"
101 RuntimeLibrary="0"
102 StructMemberAlignment="1"
103 EnableFunctionLevelLinking="TRUE"
104 UsePrecompiledHeader="0"
105 WarningLevel="1"
106 Detect64BitPortabilityProblems="TRUE"
107 DebugInformationFormat="0"
108 CallingConvention="0"
109 CompileAs="1"/>
110 <Tool
111 Name="VCCustomBuildTool"/>
112 <Tool
113 Name="VCLinkerTool"
114 AdditionalOptions="ws2_32.lib"
115 OutputFile="$(OutDir)/$(ProjectName).exe"
116 LinkIncremental="1"
117 GenerateDebugInformation="FALSE"
118 SubSystem="1"
119 OptimizeReferences="2"
120 EnableCOMDATFolding="2"
121 TargetMachine="1"/>
122 <Tool
123 Name="VCMIDLTool"/>
124 <Tool
125 Name="VCPostBuildEventTool"/>
126 <Tool
127 Name="VCPreBuildEventTool"/>
128 <Tool
129 Name="VCPreLinkEventTool"/>
130 <Tool
131 Name="VCResourceCompilerTool"
132 AdditionalIncludeDirectories="..\src\"/>
133 <Tool
134 Name="VCWebServiceProxyGeneratorTool"/>
135 <Tool
136 Name="VCXMLDataGeneratorTool"/>
137 <Tool
138 Name="VCWebDeploymentTool"/>
139 <Tool
140 Name="VCManagedWrapperGeneratorTool"/>
141 <Tool
142 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
143 </Configuration>
144 </Configurations>
145 <References>
146 </References>
147 <Files>
148 <Filter
149 Name="Source Files"
150 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
151 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
152 <Filter
153 Name="bnchat"
154 Filter="">
155 <File
156 RelativePath="..\src\client\bnftp.c">
157 </File>
158 <File
159 RelativePath="..\src\client\client.c">
160 </File>
161 </Filter>
162 <Filter
163 Name="common"
164 Filter="">
165 <File
166 RelativePath="..\src\common\bn_type.c">
167 </File>
168 <File
169 RelativePath="..\src\common\bnettime.c">
170 </File>
171 <File
172 RelativePath="..\src\common\eventlog.c">
173 </File>
174 <File
175 RelativePath="..\src\common\hexdump.c">
176 </File>
177 <File
178 RelativePath="..\src\common\network.c">
179 </File>
180 <File
181 RelativePath="..\src\common\packet.c">
182 </File>
183 <File
184 RelativePath="..\src\common\queue.c">
185 </File>
186 <File
187 RelativePath="..\src\common\util.c">
188 </File>
189 <File
190 RelativePath="..\src\common\xalloc.c">
191 </File>
192 </Filter>
193 <Filter
194 Name="compat"
195 Filter="">
196 <File
197 RelativePath="..\src\compat\gettimeofday.c">
198 </File>
199 <File
200 RelativePath="..\src\compat\inet_ntoa.c">
201 </File>
202 <File
203 RelativePath="..\src\compat\psock.c">
204 </File>
205 <File
206 RelativePath="..\src\compat\strerror.c">
207 </File>
208 <File
209 RelativePath="..\src\compat\strftime.c">
210 </File>
211 </Filter>
212 </Filter>
213 <Filter
214 Name="Header Files"
215 Filter="h;hpp;hxx;hm;inl;inc;xsd"
216 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
217 <Filter
218 Name="common"
219 Filter="">
220 <File
221 RelativePath="..\src\common\bn_type.h">
222 </File>
223 <File
224 RelativePath="..\src\common\bnettime.h">
225 </File>
226 <File
227 RelativePath="..\src\common\eventlog.h">
228 </File>
229 <File
230 RelativePath="..\src\common\hexdump.h">
231 </File>
232 <File
233 RelativePath="..\src\common\network.h">
234 </File>
235 <File
236 RelativePath="..\src\common\packet.h">
237 </File>
238 <File
239 RelativePath="..\src\common\queue.h">
240 </File>
241 <File
242 RelativePath="..\src\common\setup_before.h">
243 </File>
244 <File
245 RelativePath="..\src\common\util.h">
246 </File>
247 <File
248 RelativePath="..\src\common\xalloc.h">
249 </File>
250 </Filter>
251 <Filter
252 Name="compat"
253 Filter="">
254 <File
255 RelativePath="..\src\compat\gettimeofday.h">
256 </File>
257 <File
258 RelativePath="..\src\compat\inet_ntoa.h">
259 </File>
260 <File
261 RelativePath="..\src\compat\psock.h">
262 </File>
263 <File
264 RelativePath="..\src\compat\strerror.h">
265 </File>
266 <File
267 RelativePath="..\src\compat\strftime.h">
268 </File>
269 </Filter>
270 <Filter
271 Name="bncdb"
272 Filter="">
273 <File
274 RelativePath="..\src\client\client.h">
275 </File>
276 </Filter>
277 </Filter>
278 <Filter
279 Name="Resource Files"
280 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
281 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
282 <File
283 RelativePath="..\src\win32\console_resource.rc">
284 </File>
285 </Filter>
286 </Files>
287 <Globals>
288 </Globals>
289 </VisualStudioProject>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1