Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/serialization/vc7ide/demo_pimpl.vcproj @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 12.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="demo_pimpl"
6        ProjectGUID="{A7D4CC95-F2AC-11D6-9E47-525400E2CF85}"
7        RootNamespace="demo_pimpl"
8        Keyword="Win32Proj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug runtime-static|Win32"
16                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/example/$(ProjectName).exe/vc-7_1/debug/runtime-link-static/&quot;"
17                        IntermediateDirectory="$(OutDir)"
18                        ConfigurationType="1"
19                        CharacterSet="0">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                AdditionalOptions="/Zm800 /Ob0"
23                                Optimization="0"
24                                ImproveFloatingPointConsistency="TRUE"
25                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
26                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
27                                MinimalRebuild="FALSE"
28                                BasicRuntimeChecks="0"
29                                RuntimeLibrary="5"
30                                BufferSecurityCheck="FALSE"
31                                EnableFunctionLevelLinking="FALSE"
32                                TreatWChar_tAsBuiltInType="TRUE"
33                                ForceConformanceInForLoopScope="TRUE"
34                                RuntimeTypeInfo="TRUE"
35                                UsePrecompiledHeader="0"
36                                WarningLevel="3"
37                                Detect64BitPortabilityProblems="FALSE"
38                                DebugInformationFormat="1"
39                                CompileAs="0"/>
40                        <Tool
41                                Name="VCCustomBuildTool"/>
42                        <Tool
43                                Name="VCLinkerTool"
44                                IgnoreImportLibrary="TRUE"
45                                LinkIncremental="2"
46                                SuppressStartupBanner="TRUE"
47                                AdditionalLibraryDirectories=""
48                                DelayLoadDLLs="$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static"
49                                GenerateDebugInformation="TRUE"
50                                SubSystem="1"
51                                TargetMachine="1"/>
52                        <Tool
53                                Name="VCMIDLTool"/>
54                        <Tool
55                                Name="VCPostBuildEventTool"
56                                Description="run $(TargetName) with $(ConfigurationName)"
57                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
58                        <Tool
59                                Name="VCPreBuildEventTool"/>
60                        <Tool
61                                Name="VCPreLinkEventTool"/>
62                        <Tool
63                                Name="VCResourceCompilerTool"/>
64                        <Tool
65                                Name="VCWebServiceProxyGeneratorTool"/>
66                        <Tool
67                                Name="VCXMLDataGeneratorTool"/>
68                        <Tool
69                                Name="VCWebDeploymentTool"/>
70                        <Tool
71                                Name="VCManagedWrapperGeneratorTool"/>
72                        <Tool
73                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
74                </Configuration>
75                <Configuration
76                        Name="Debug runtime-dynamic|Win32"
77                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/example/$(ProjectName).exe/vc-7_1/debug/threading-multi/&quot;"
78                        IntermediateDirectory="$(OutDir)"
79                        ConfigurationType="1"
80                        CharacterSet="0">
81                        <Tool
82                                Name="VCCLCompilerTool"
83                                AdditionalOptions="/Zm800 /Ob0"
84                                Optimization="0"
85                                ImproveFloatingPointConsistency="TRUE"
86                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
87                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
88                                MinimalRebuild="FALSE"
89                                BasicRuntimeChecks="0"
90                                RuntimeLibrary="3"
91                                BufferSecurityCheck="FALSE"
92                                EnableFunctionLevelLinking="FALSE"
93                                TreatWChar_tAsBuiltInType="TRUE"
94                                ForceConformanceInForLoopScope="TRUE"
95                                RuntimeTypeInfo="TRUE"
96                                UsePrecompiledHeader="0"
97                                WarningLevel="3"
98                                Detect64BitPortabilityProblems="FALSE"
99                                DebugInformationFormat="1"
100                                CompileAs="0"/>
101                        <Tool
102                                Name="VCCustomBuildTool"/>
103                        <Tool
104                                Name="VCLinkerTool"
105                                IgnoreImportLibrary="TRUE"
106                                LinkIncremental="2"
107                                SuppressStartupBanner="TRUE"
108                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/debug/threading-multi&quot;"
109                                GenerateDebugInformation="TRUE"
110                                SubSystem="1"
111                                TargetMachine="1"/>
112                        <Tool
113                                Name="VCMIDLTool"/>
114                        <Tool
115                                Name="VCPostBuildEventTool"
116                                Description="run $(TargetName) with $(ConfigurationName)"
117                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
118                        <Tool
119                                Name="VCPreBuildEventTool"/>
120                        <Tool
121                                Name="VCPreLinkEventTool"/>
122                        <Tool
123                                Name="VCResourceCompilerTool"/>
124                        <Tool
125                                Name="VCWebServiceProxyGeneratorTool"/>
126                        <Tool
127                                Name="VCXMLDataGeneratorTool"/>
128                        <Tool
129                                Name="VCWebDeploymentTool"/>
130                        <Tool
131                                Name="VCManagedWrapperGeneratorTool"/>
132                        <Tool
133                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
134                </Configuration>
135                <Configuration
136                        Name="Debug runtime-static threading-multi|Win32"
137                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/example/$(ProjectName).exe/vc-7_1/debug/runtime-link-static/threading-multi/&quot;"
138                        IntermediateDirectory="$(OutDir)"
139                        ConfigurationType="1"
140                        CharacterSet="0">
141                        <Tool
142                                Name="VCCLCompilerTool"
143                                AdditionalOptions="/Zm800 /Ob0"
144                                Optimization="0"
145                                ImproveFloatingPointConsistency="TRUE"
146                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
147                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
148                                MinimalRebuild="FALSE"
149                                BasicRuntimeChecks="0"
150                                RuntimeLibrary="1"
151                                BufferSecurityCheck="FALSE"
152                                EnableFunctionLevelLinking="FALSE"
153                                TreatWChar_tAsBuiltInType="TRUE"
154                                ForceConformanceInForLoopScope="TRUE"
155                                RuntimeTypeInfo="TRUE"
156                                UsePrecompiledHeader="0"
157                                WarningLevel="3"
158                                Detect64BitPortabilityProblems="FALSE"
159                                DebugInformationFormat="1"
160                                CompileAs="0"/>
161                        <Tool
162                                Name="VCCustomBuildTool"/>
163                        <Tool
164                                Name="VCLinkerTool"
165                                IgnoreImportLibrary="TRUE"
166                                LinkIncremental="2"
167                                SuppressStartupBanner="TRUE"
168                                AdditionalLibraryDirectories=""
169                                DelayLoadDLLs="$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/debug/runtime-link-static/threading-multi"
170                                GenerateDebugInformation="TRUE"
171                                SubSystem="1"
172                                TargetMachine="1"/>
173                        <Tool
174                                Name="VCMIDLTool"/>
175                        <Tool
176                                Name="VCPostBuildEventTool"
177                                Description="run $(TargetName) with $(ConfigurationName)"
178                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
179                        <Tool
180                                Name="VCPreBuildEventTool"/>
181                        <Tool
182                                Name="VCPreLinkEventTool"/>
183                        <Tool
184                                Name="VCResourceCompilerTool"/>
185                        <Tool
186                                Name="VCWebServiceProxyGeneratorTool"/>
187                        <Tool
188                                Name="VCXMLDataGeneratorTool"/>
189                        <Tool
190                                Name="VCWebDeploymentTool"/>
191                        <Tool
192                                Name="VCManagedWrapperGeneratorTool"/>
193                        <Tool
194                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
195                </Configuration>
196                <Configuration
197                        Name="Release runtime-static|Win32"
198                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/example/$(ProjectName).exe/vc-7_1/release/runtime-link-static/&quot;"
199                        IntermediateDirectory="$(OutDir)"
200                        ConfigurationType="1"
201                        CharacterSet="0">
202                        <Tool
203                                Name="VCCLCompilerTool"
204                                AdditionalOptions="/Zm800"
205                                Optimization="2"
206                                GlobalOptimizations="TRUE"
207                                InlineFunctionExpansion="2"
208                                EnableIntrinsicFunctions="TRUE"
209                                ImproveFloatingPointConsistency="TRUE"
210                                FavorSizeOrSpeed="1"
211                                OmitFramePointers="TRUE"
212                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
213                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
214                                StringPooling="FALSE"
215                                RuntimeLibrary="4"
216                                BufferSecurityCheck="FALSE"
217                                EnableFunctionLevelLinking="TRUE"
218                                TreatWChar_tAsBuiltInType="TRUE"
219                                ForceConformanceInForLoopScope="TRUE"
220                                RuntimeTypeInfo="TRUE"
221                                UsePrecompiledHeader="0"
222                                WarningLevel="3"
223                                Detect64BitPortabilityProblems="FALSE"
224                                DebugInformationFormat="1"
225                                CompileAs="0"/>
226                        <Tool
227                                Name="VCCustomBuildTool"/>
228                        <Tool
229                                Name="VCLinkerTool"
230                                IgnoreImportLibrary="TRUE"
231                                LinkIncremental="1"
232                                SuppressStartupBanner="TRUE"
233                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static&quot;"
234                                GenerateDebugInformation="FALSE"
235                                SubSystem="1"
236                                OptimizeReferences="1"
237                                EnableCOMDATFolding="2"
238                                TargetMachine="1"/>
239                        <Tool
240                                Name="VCMIDLTool"/>
241                        <Tool
242                                Name="VCPostBuildEventTool"
243                                Description="run $(TargetName) with $(ConfigurationName)"
244                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
245                        <Tool
246                                Name="VCPreBuildEventTool"/>
247                        <Tool
248                                Name="VCPreLinkEventTool"/>
249                        <Tool
250                                Name="VCResourceCompilerTool"/>
251                        <Tool
252                                Name="VCWebServiceProxyGeneratorTool"/>
253                        <Tool
254                                Name="VCXMLDataGeneratorTool"/>
255                        <Tool
256                                Name="VCWebDeploymentTool"/>
257                        <Tool
258                                Name="VCManagedWrapperGeneratorTool"/>
259                        <Tool
260                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
261                </Configuration>
262                <Configuration
263                        Name="Release runtime-static threading-multi|Win32"
264                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/example/$(ProjectName).exe/vc-7_1/release/runtime-link-static/threading-multi&quot;"
265                        IntermediateDirectory="$(OutDir)"
266                        ConfigurationType="1"
267                        CharacterSet="0">
268                        <Tool
269                                Name="VCCLCompilerTool"
270                                AdditionalOptions="/Zm800"
271                                Optimization="2"
272                                GlobalOptimizations="TRUE"
273                                InlineFunctionExpansion="2"
274                                EnableIntrinsicFunctions="TRUE"
275                                ImproveFloatingPointConsistency="TRUE"
276                                FavorSizeOrSpeed="1"
277                                OmitFramePointers="TRUE"
278                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
279                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
280                                StringPooling="FALSE"
281                                RuntimeLibrary="0"
282                                BufferSecurityCheck="FALSE"
283                                EnableFunctionLevelLinking="TRUE"
284                                TreatWChar_tAsBuiltInType="TRUE"
285                                ForceConformanceInForLoopScope="TRUE"
286                                RuntimeTypeInfo="TRUE"
287                                UsePrecompiledHeader="0"
288                                WarningLevel="3"
289                                Detect64BitPortabilityProblems="FALSE"
290                                DebugInformationFormat="1"
291                                CompileAs="0"/>
292                        <Tool
293                                Name="VCCustomBuildTool"/>
294                        <Tool
295                                Name="VCLinkerTool"
296                                IgnoreImportLibrary="TRUE"
297                                LinkIncremental="1"
298                                SuppressStartupBanner="TRUE"
299                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-static/threading-multi&quot;"
300                                GenerateDebugInformation="FALSE"
301                                SubSystem="1"
302                                OptimizeReferences="1"
303                                EnableCOMDATFolding="2"
304                                TargetMachine="1"/>
305                        <Tool
306                                Name="VCMIDLTool"/>
307                        <Tool
308                                Name="VCPostBuildEventTool"
309                                Description="run $(TargetName) with $(ConfigurationName)"
310                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
311                        <Tool
312                                Name="VCPreBuildEventTool"/>
313                        <Tool
314                                Name="VCPreLinkEventTool"/>
315                        <Tool
316                                Name="VCResourceCompilerTool"/>
317                        <Tool
318                                Name="VCWebServiceProxyGeneratorTool"/>
319                        <Tool
320                                Name="VCXMLDataGeneratorTool"/>
321                        <Tool
322                                Name="VCWebDeploymentTool"/>
323                        <Tool
324                                Name="VCManagedWrapperGeneratorTool"/>
325                        <Tool
326                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
327                </Configuration>
328                <Configuration
329                        Name="Release runtime-dynamic|Win32"
330                        OutputDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/example/$(ProjectName).exe/vc-7_1/release/threading-multi/&quot;"
331                        IntermediateDirectory="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/example/$(ProjectName).exe/vc-7_1/release/threading-multi/&quot;"
332                        ConfigurationType="1"
333                        CharacterSet="0">
334                        <Tool
335                                Name="VCCLCompilerTool"
336                                AdditionalOptions="/Zm800 /Ob0"
337                                Optimization="0"
338                                ImproveFloatingPointConsistency="TRUE"
339                                AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..&quot;"
340                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
341                                MinimalRebuild="FALSE"
342                                BasicRuntimeChecks="0"
343                                RuntimeLibrary="2"
344                                BufferSecurityCheck="FALSE"
345                                EnableFunctionLevelLinking="TRUE"
346                                TreatWChar_tAsBuiltInType="TRUE"
347                                ForceConformanceInForLoopScope="TRUE"
348                                RuntimeTypeInfo="TRUE"
349                                UsePrecompiledHeader="0"
350                                WarningLevel="3"
351                                Detect64BitPortabilityProblems="FALSE"
352                                DebugInformationFormat="1"
353                                CompileAs="0"/>
354                        <Tool
355                                Name="VCCustomBuildTool"/>
356                        <Tool
357                                Name="VCLinkerTool"
358                                IgnoreImportLibrary="TRUE"
359                                LinkIncremental="1"
360                                SuppressStartupBanner="TRUE"
361                                AdditionalLibraryDirectories="&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/threading-multi&quot;;&quot;$(ProjectDir)../../../bin/boost/libs/serialization/build/boost_serialization.dll/vc-7_1/release/threading-multi&quot;"
362                                DelayLoadDLLs="$(ProjectDir)../../../bin/boost/libs/serialization/build/libboost_serialization.lib/vc-7_1/release/runtime-link-dynamic"
363                                GenerateDebugInformation="FALSE"
364                                SubSystem="1"
365                                TargetMachine="1"/>
366                        <Tool
367                                Name="VCMIDLTool"/>
368                        <Tool
369                                Name="VCPostBuildEventTool"
370                                Description="run $(TargetName) with $(ConfigurationName)"
371                                CommandLine="&quot;$(TargetDir)/$(TargetName).exe&quot;"/>
372                        <Tool
373                                Name="VCPreBuildEventTool"/>
374                        <Tool
375                                Name="VCPreLinkEventTool"/>
376                        <Tool
377                                Name="VCResourceCompilerTool"/>
378                        <Tool
379                                Name="VCWebServiceProxyGeneratorTool"/>
380                        <Tool
381                                Name="VCXMLDataGeneratorTool"/>
382                        <Tool
383                                Name="VCWebDeploymentTool"/>
384                        <Tool
385                                Name="VCManagedWrapperGeneratorTool"/>
386                        <Tool
387                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
388                </Configuration>
389        </Configurations>
390        <References>
391        </References>
392        <Files>
393                <File
394                        RelativePath="..\example\demo_pimpl.cpp">
395                </File>
396                <File
397                        RelativePath="..\example\demo_pimpl_A.cpp">
398                </File>
399                <File
400                        RelativePath="..\example\demo_pimpl_A.hpp">
401                </File>
402        </Files>
403        <Globals>
404        </Globals>
405</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.