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

Annotation of /pvpgn-1.7.4/Win32-Projects/bnchat.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Tue Jun 6 03:41:38 2006 UTC (19 years, 9 months ago) by sysadm
CVS Tags: pvpgn_1-7-4-0_MIL
Branch point for: GNU, MAIN
Initial revision

1 sysadm 1.1 <?xml version="1.0" encoding="Windows-1252"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="7.10"
5     Name="bnchat"
6     ProjectGUID="{300F80E0-1A0E-4639-AEB9-18A692FF35F4}"
7     RootNamespace="bnchat"
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;_MBCS"
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\bnchat.c">
157     </File>
158     <File
159     RelativePath="..\src\client\client.c">
160     </File>
161     <File
162     RelativePath="..\src\client\client_connect.c">
163     </File>
164     <File
165     RelativePath="..\src\client\udptest.c">
166     </File>
167     </Filter>
168     <Filter
169     Name="common"
170     Filter="">
171     <File
172     RelativePath="..\src\common\bn_type.c">
173     </File>
174     <File
175     RelativePath="..\src\common\bnethash.c">
176     </File>
177     <File
178     RelativePath="..\src\common\bnethashconv.c">
179     </File>
180     <File
181     RelativePath="..\src\common\bnettime.c">
182     </File>
183     <File
184     RelativePath="..\src\common\eventlog.c">
185     </File>
186     <File
187     RelativePath="..\src\common\hexdump.c">
188     </File>
189     <File
190     RelativePath="..\src\common\network.c">
191     </File>
192     <File
193     RelativePath="..\src\common\packet.c">
194     </File>
195     <File
196     RelativePath="..\src\common\proginfo.c">
197     </File>
198     <File
199     RelativePath="..\src\common\queue.c">
200     </File>
201     <File
202     RelativePath="..\src\common\util.c">
203     </File>
204     <File
205     RelativePath="..\src\common\xalloc.c">
206     </File>
207     </Filter>
208     <Filter
209     Name="compat"
210     Filter="">
211     <File
212     RelativePath="..\src\compat\gettimeofday.c">
213     </File>
214     <File
215     RelativePath="..\src\compat\inet_ntoa.c">
216     </File>
217     <File
218     RelativePath="..\src\compat\psock.c">
219     </File>
220     <File
221     RelativePath="..\src\compat\strerror.c">
222     </File>
223     <File
224     RelativePath="..\src\compat\vsnprintf.c">
225     </File>
226     </Filter>
227     </Filter>
228     <Filter
229     Name="Header Files"
230     Filter="h;hpp;hxx;hm;inl;inc;xsd"
231     UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
232     <Filter
233     Name="common"
234     Filter="">
235     <File
236     RelativePath="..\src\common\bn_type.h">
237     </File>
238     <File
239     RelativePath="..\src\common\bnethash.h">
240     </File>
241     <File
242     RelativePath="..\src\common\bnethashconv.h">
243     </File>
244     <File
245     RelativePath="..\src\common\bnettime.h">
246     </File>
247     <File
248     RelativePath="..\src\common\eventlog.h">
249     </File>
250     <File
251     RelativePath="..\src\common\hexdump.h">
252     </File>
253     <File
254     RelativePath="..\src\common\network.h">
255     </File>
256     <File
257     RelativePath="..\src\common\packet.h">
258     </File>
259     <File
260     RelativePath="..\src\common\proginfo.h">
261     </File>
262     <File
263     RelativePath="..\src\common\queue.h">
264     </File>
265     <File
266     RelativePath="..\src\common\setup_before.h">
267     </File>
268     <File
269     RelativePath="..\src\common\util.h">
270     </File>
271     <File
272     RelativePath="..\src\common\xalloc.h">
273     </File>
274     </Filter>
275     <Filter
276     Name="compat"
277     Filter="">
278     <File
279     RelativePath="..\src\compat\gettimeofday.h">
280     </File>
281     <File
282     RelativePath="..\src\compat\inet_ntoa.h">
283     </File>
284     <File
285     RelativePath="..\src\compat\psock.h">
286     </File>
287     <File
288     RelativePath="..\src\compat\strerror.h">
289     </File>
290     <File
291     RelativePath="..\src\compat\vsnprintf.h">
292     </File>
293     </Filter>
294     <Filter
295     Name="bnchat"
296     Filter="">
297     <File
298     RelativePath="..\src\client\client.h">
299     </File>
300     <File
301     RelativePath="..\src\client\client_connect.h">
302     </File>
303     <File
304     RelativePath="..\src\client\udptest.h">
305     </File>
306     </Filter>
307     </Filter>
308     <Filter
309     Name="Resource Files"
310     Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
311     UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
312     <File
313     RelativePath="..\src\win32\console_resource.rc">
314     </File>
315     </Filter>
316     </Files>
317     <Globals>
318     </Globals>
319     </VisualStudioProject>

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