Mercurial > libpst
comparison w32pst.vcproj @ 0:6b1b602514db libpst_0_5
Initial revision
author | carl |
---|---|
date | Fri, 09 Jul 2004 07:26:16 -0700 |
parents | |
children | 43e8802f08c5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6b1b602514db |
---|---|
1 <?xml version="1.0" encoding = "Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="7.00" | |
5 Name="w32pst" | |
6 ProjectGUID="{7ABFA22F-27B6-4771-A63A-F3BD9BB5E819}" | |
7 Keyword="Win32Proj"> | |
8 <Platforms> | |
9 <Platform | |
10 Name="Win32"/> | |
11 </Platforms> | |
12 <Configurations> | |
13 <Configuration | |
14 Name="Debug|Win32" | |
15 OutputDirectory="Debug" | |
16 IntermediateDirectory="Debug" | |
17 ConfigurationType="1" | |
18 CharacterSet="2"> | |
19 <Tool | |
20 Name="VCCLCompilerTool" | |
21 Optimization="0" | |
22 AdditionalIncludeDirectories=" " | |
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |
24 MinimalRebuild="TRUE" | |
25 BasicRuntimeChecks="3" | |
26 RuntimeLibrary="5" | |
27 UsePrecompiledHeader="0" | |
28 PrecompiledHeaderThrough="" | |
29 WarningLevel="3" | |
30 Detect64BitPortabilityProblems="TRUE" | |
31 DebugInformationFormat="4"/> | |
32 <Tool | |
33 Name="VCCustomBuildTool"/> | |
34 <Tool | |
35 Name="VCLinkerTool" | |
36 OutputFile="$(OutDir)/readpst.exe" | |
37 LinkIncremental="2" | |
38 GenerateDebugInformation="TRUE" | |
39 ProgramDatabaseFile="$(OutDir)/w32pst.pdb" | |
40 SubSystem="1" | |
41 TargetMachine="1"/> | |
42 <Tool | |
43 Name="VCMIDLTool"/> | |
44 <Tool | |
45 Name="VCPostBuildEventTool"/> | |
46 <Tool | |
47 Name="VCPreBuildEventTool"/> | |
48 <Tool | |
49 Name="VCPreLinkEventTool"/> | |
50 <Tool | |
51 Name="VCResourceCompilerTool"/> | |
52 <Tool | |
53 Name="VCWebServiceProxyGeneratorTool"/> | |
54 <Tool | |
55 Name="VCWebDeploymentTool"/> | |
56 </Configuration> | |
57 <Configuration | |
58 Name="Release|Win32" | |
59 OutputDirectory="Release" | |
60 IntermediateDirectory="Release" | |
61 ConfigurationType="1" | |
62 CharacterSet="2"> | |
63 <Tool | |
64 Name="VCCLCompilerTool" | |
65 Optimization="2" | |
66 InlineFunctionExpansion="1" | |
67 OmitFramePointers="TRUE" | |
68 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |
69 StringPooling="TRUE" | |
70 RuntimeLibrary="4" | |
71 EnableFunctionLevelLinking="TRUE" | |
72 UsePrecompiledHeader="0" | |
73 WarningLevel="3" | |
74 Detect64BitPortabilityProblems="TRUE" | |
75 DebugInformationFormat="3"/> | |
76 <Tool | |
77 Name="VCCustomBuildTool"/> | |
78 <Tool | |
79 Name="VCLinkerTool" | |
80 OutputFile="$(OutDir)/readpst.exe" | |
81 LinkIncremental="1" | |
82 GenerateDebugInformation="TRUE" | |
83 SubSystem="1" | |
84 OptimizeReferences="2" | |
85 EnableCOMDATFolding="2" | |
86 TargetMachine="1"/> | |
87 <Tool | |
88 Name="VCMIDLTool"/> | |
89 <Tool | |
90 Name="VCPostBuildEventTool"/> | |
91 <Tool | |
92 Name="VCPreBuildEventTool"/> | |
93 <Tool | |
94 Name="VCPreLinkEventTool"/> | |
95 <Tool | |
96 Name="VCResourceCompilerTool"/> | |
97 <Tool | |
98 Name="VCWebServiceProxyGeneratorTool"/> | |
99 <Tool | |
100 Name="VCWebDeploymentTool"/> | |
101 </Configuration> | |
102 </Configurations> | |
103 <Files> | |
104 <Filter | |
105 Name="Source Files" | |
106 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |
107 <File | |
108 RelativePath="XGetopt.c"> | |
109 </File> | |
110 <File | |
111 RelativePath="debug.c"> | |
112 </File> | |
113 <File | |
114 RelativePath="libpst.c"> | |
115 </File> | |
116 <File | |
117 RelativePath="libstrfunc.c"> | |
118 </File> | |
119 <File | |
120 RelativePath="lzfu.c"> | |
121 </File> | |
122 <File | |
123 RelativePath="readpst.c"> | |
124 </File> | |
125 <File | |
126 RelativePath="timeconv.c"> | |
127 <FileConfiguration | |
128 Name="Debug|Win32" | |
129 ExcludedFromBuild="TRUE"> | |
130 <Tool | |
131 Name="VCCLCompilerTool" | |
132 UsePrecompiledHeader="0"/> | |
133 </FileConfiguration> | |
134 <FileConfiguration | |
135 Name="Release|Win32" | |
136 ExcludedFromBuild="TRUE"> | |
137 <Tool | |
138 Name="VCCLCompilerTool"/> | |
139 </FileConfiguration> | |
140 </File> | |
141 </Filter> | |
142 <Filter | |
143 Name="Header Files" | |
144 Filter="h;hpp;hxx;hm;inl;inc"> | |
145 <File | |
146 RelativePath="XGetopt.h"> | |
147 </File> | |
148 <File | |
149 RelativePath="common.h"> | |
150 </File> | |
151 <File | |
152 RelativePath="define.h"> | |
153 </File> | |
154 <File | |
155 RelativePath="libpst.h"> | |
156 </File> | |
157 <File | |
158 RelativePath="libstrfunc.h"> | |
159 </File> | |
160 <File | |
161 RelativePath="lzfu.h"> | |
162 </File> | |
163 <File | |
164 RelativePath="timeconv.h"> | |
165 </File> | |
166 </Filter> | |
167 <Filter | |
168 Name="Resource Files" | |
169 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
170 </Filter> | |
171 </Files> | |
172 <Globals> | |
173 </Globals> | |
174 </VisualStudioProject> |