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

Annotation of /pvpgn-1.7.4/Win32-Projects/bncdb.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="bncdb"
6     ProjectGUID="{300F80E0-1A0E-4639-AEB9-18A692FF35F0}"
7     RootNamespace="bncdb"
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     OutputFile="$(OutDir)/$(ProjectName)_debug.exe"
50     LinkIncremental="1"
51     GenerateDebugInformation="TRUE"
52     SubSystem="1"
53     OptimizeReferences="2"
54     EnableCOMDATFolding="2"
55     TargetMachine="1"/>
56     <Tool
57     Name="VCMIDLTool"/>
58     <Tool
59     Name="VCPostBuildEventTool"/>
60     <Tool
61     Name="VCPreBuildEventTool"/>
62     <Tool
63     Name="VCPreLinkEventTool"/>
64     <Tool
65     Name="VCResourceCompilerTool"
66     AdditionalIncludeDirectories="..\src\"/>
67     <Tool
68     Name="VCWebServiceProxyGeneratorTool"/>
69     <Tool
70     Name="VCXMLDataGeneratorTool"/>
71     <Tool
72     Name="VCWebDeploymentTool"/>
73     <Tool
74     Name="VCManagedWrapperGeneratorTool"/>
75     <Tool
76     Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
77     </Configuration>
78     <Configuration
79     Name="Release|Win32"
80     OutputDirectory="..\bin"
81     IntermediateDirectory="..\obj\$(ProjectName)"
82     ConfigurationType="1"
83     UseOfMFC="0"
84     UseOfATL="0"
85     CharacterSet="2"
86     WholeProgramOptimization="TRUE">
87     <Tool
88     Name="VCCLCompilerTool"
89     Optimization="2"
90     GlobalOptimizations="FALSE"
91     InlineFunctionExpansion="1"
92     EnableIntrinsicFunctions="FALSE"
93     FavorSizeOrSpeed="1"
94     OmitFramePointers="TRUE"
95     OptimizeForProcessor="0"
96     OptimizeForWindowsApplication="TRUE"
97     AdditionalIncludeDirectories="../src;&quot;$(SolutionDir)/..&quot;"
98     PreprocessorDefinitions="NDEBUG;WIN32"
99     StringPooling="TRUE"
100     RuntimeLibrary="0"
101     StructMemberAlignment="1"
102     EnableFunctionLevelLinking="TRUE"
103     UsePrecompiledHeader="0"
104     WarningLevel="1"
105     Detect64BitPortabilityProblems="TRUE"
106     DebugInformationFormat="0"
107     CallingConvention="0"
108     CompileAs="1"/>
109     <Tool
110     Name="VCCustomBuildTool"/>
111     <Tool
112     Name="VCLinkerTool"
113     OutputFile="$(OutDir)/$(ProjectName).exe"
114     LinkIncremental="1"
115     GenerateDebugInformation="FALSE"
116     SubSystem="1"
117     OptimizeReferences="2"
118     EnableCOMDATFolding="2"
119     TargetMachine="1"/>
120     <Tool
121     Name="VCMIDLTool"/>
122     <Tool
123     Name="VCPostBuildEventTool"/>
124     <Tool
125     Name="VCPreBuildEventTool"/>
126     <Tool
127     Name="VCPreLinkEventTool"/>
128     <Tool
129     Name="VCResourceCompilerTool"
130     AdditionalIncludeDirectories="..\src\"/>
131     <Tool
132     Name="VCWebServiceProxyGeneratorTool"/>
133     <Tool
134     Name="VCXMLDataGeneratorTool"/>
135     <Tool
136     Name="VCWebDeploymentTool"/>
137     <Tool
138     Name="VCManagedWrapperGeneratorTool"/>
139     <Tool
140     Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
141     </Configuration>
142     </Configurations>
143     <References>
144     </References>
145     <Files>
146     <Filter
147     Name="Source Files"
148     Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
149     UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
150     <Filter
151     Name="bncdb"
152     Filter="">
153     <File
154     RelativePath="..\src\tinycdb\cdb.c">
155     </File>
156     <File
157     RelativePath="..\src\tinycdb\cdb_find.c">
158     </File>
159     <File
160     RelativePath="..\src\tinycdb\cdb_findnext.c">
161     </File>
162     <File
163     RelativePath="..\src\tinycdb\cdb_hash.c">
164     </File>
165     <File
166     RelativePath="..\src\tinycdb\cdb_init.c">
167     </File>
168     <File
169     RelativePath="..\src\tinycdb\cdb_make.c">
170     </File>
171     <File
172     RelativePath="..\src\tinycdb\cdb_make_add.c">
173     </File>
174     <File
175     RelativePath="..\src\tinycdb\cdb_make_find.c">
176     </File>
177     <File
178     RelativePath="..\src\tinycdb\cdb_make_put.c">
179     </File>
180     <File
181     RelativePath="..\src\tinycdb\cdb_seek.c">
182     </File>
183     <File
184     RelativePath="..\src\tinycdb\cdb_seq.c">
185     </File>
186     <File
187     RelativePath="..\src\tinycdb\cdb_unpack.c">
188     </File>
189     </Filter>
190     <Filter
191     Name="common"
192     Filter="">
193     <File
194     RelativePath="..\src\common\eventlog.c">
195     </File>
196     <File
197     RelativePath="..\src\common\hexdump.c">
198     </File>
199     <File
200     RelativePath="..\src\common\xalloc.c">
201     </File>
202     </Filter>
203     <Filter
204     Name="compat"
205     Filter="">
206     <File
207     RelativePath="..\src\compat\getopt.c">
208     </File>
209     <File
210     RelativePath="..\src\compat\mmap.c">
211     </File>
212     <File
213     RelativePath="..\src\compat\strerror.c">
214     </File>
215     </Filter>
216     </Filter>
217     <Filter
218     Name="Header Files"
219     Filter="h;hpp;hxx;hm;inl;inc;xsd"
220     UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
221     <Filter
222     Name="common"
223     Filter="">
224     <File
225     RelativePath="..\src\common\eventlog.h">
226     </File>
227     <File
228     RelativePath="..\src\common\setup_before.h">
229     </File>
230     <File
231     RelativePath="..\src\common\xalloc.h">
232     </File>
233     </Filter>
234     <Filter
235     Name="compat"
236     Filter="">
237     <File
238     RelativePath="..\src\compat\getopt.h">
239     </File>
240     <File
241     RelativePath="..\src\compat\mmap.h">
242     </File>
243     <File
244     RelativePath="..\src\compat\strerror.h">
245     </File>
246     </Filter>
247     <Filter
248     Name="bncdb"
249     Filter="">
250     <File
251     RelativePath="..\src\tinycdb\cdb.h">
252     </File>
253     <File
254     RelativePath="..\src\tinycdb\cdb_int.h">
255     </File>
256     </Filter>
257     </Filter>
258     <Filter
259     Name="Resource Files"
260     Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
261     UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
262     <File
263     RelativePath="..\src\win32\console_resource.rc">
264     </File>
265     </Filter>
266     </Files>
267     <Globals>
268     </Globals>
269     </VisualStudioProject>

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