Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r57249 - trunk/libs/xpressive/example
From: eric_at_[hidden]
Date: 2009-10-30 11:53:27


Author: eric_niebler
Date: 2009-10-30 11:53:27 EDT (Fri, 30 Oct 2009)
New Revision: 57249
URL: http://svn.boost.org/trac/boost/changeset/57249

Log:
updated vcproj file
Text files modified:
   trunk/libs/xpressive/example/example.vcproj | 196 ++-------------------------------------
   1 files changed, 14 insertions(+), 182 deletions(-)

Modified: trunk/libs/xpressive/example/example.vcproj
==============================================================================
--- trunk/libs/xpressive/example/example.vcproj (original)
+++ trunk/libs/xpressive/example/example.vcproj 2009-10-30 11:53:27 EDT (Fri, 30 Oct 2009)
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
         ProjectType="Visual C++"
- Version="8.00"
- Name="example"
+ Version="9.00"
+ Name="example-vc9"
         ProjectGUID="{5B83CA94-A2A6-43A6-8363-E5F4731443F7}"
         Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
         <Platforms>
                 <Platform
@@ -47,12 +48,13 @@
                                 ExceptionHandling="0"
                                 BasicRuntimeChecks="3"
                                 RuntimeLibrary="3"
+ DisableLanguageExtensions="false"
                                 TreatWChar_tAsBuiltInType="true"
                                 ForceConformanceInForLoopScope="true"
                                 RuntimeTypeInfo="true"
                                 UsePrecompiledHeader="0"
                                 WarningLevel="3"
- Detect64BitPortabilityProblems="true"
+ Detect64BitPortabilityProblems="false"
                                 DebugInformationFormat="3"
                         />
                         <Tool
@@ -71,6 +73,8 @@
                                 GenerateDebugInformation="true"
                                 ProgramDatabaseFile="$(OutDir)/example.pdb"
                                 SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
                                 TargetMachine="1"
                         />
                         <Tool
@@ -92,9 +96,6 @@
                                 Name="VCAppVerifierTool"
                         />
                         <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
                                 Name="VCPostBuildEventTool"
                         />
                 </Configuration>
@@ -128,7 +129,7 @@
                                 RuntimeLibrary="0"
                                 UsePrecompiledHeader="0"
                                 WarningLevel="3"
- Detect64BitPortabilityProblems="true"
+ Detect64BitPortabilityProblems="false"
                                 DebugInformationFormat="3"
                         />
                         <Tool
@@ -148,6 +149,8 @@
                                 SubSystem="1"
                                 OptimizeReferences="2"
                                 EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
                                 TargetMachine="1"
                         />
                         <Tool
@@ -169,9 +172,6 @@
                                 Name="VCAppVerifierTool"
                         />
                         <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
                                 Name="VCPostBuildEventTool"
                         />
                 </Configuration>
@@ -306,6 +306,10 @@
>
                                         </File>
                                         <File
+ RelativePath="..\..\..\boost\xpressive\detail\core\list.hpp"
+ >
+ </File>
+ <File
                                                 RelativePath="..\..\..\boost\xpressive\detail\core\matchers.hpp"
>
                                         </File>
@@ -727,178 +731,6 @@
                                         </File>
                                 </Filter>
                         </Filter>
- <Filter
- Name="proto"
- >
- <File
- RelativePath="..\..\..\boost\xpressive\proto\args.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\context.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\debug.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\deep_copy.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\domain.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\eval.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\expr.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\extends.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\fusion.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\generate.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\literal.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\make_expr.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\matches.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\operators.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\proto.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\proto_fwd.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\proto_typeof.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\ref.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\tags.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\traits.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform.hpp"
- >
- </File>
- <Filter
- Name="context"
- >
- <File
- RelativePath="..\..\..\boost\xpressive\proto\context\callable.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\context\default.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\context\null.hpp"
- >
- </File>
- </Filter>
- <Filter
- Name="transform"
- >
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\arg.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\bind.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\call.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\fold.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\fold_tree.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\make.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\pass_through.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\transform\when.hpp"
- >
- </File>
- </Filter>
- <Filter
- Name="detail"
- >
- <File
- RelativePath="..\..\..\boost\xpressive\proto\detail\as_lvalue.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\detail\dont_care.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\detail\funop.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\detail\pop_front.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\detail\prefix.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\detail\reverse.hpp"
- >
- </File>
- <File
- RelativePath="..\..\..\boost\xpressive\proto\detail\suffix.hpp"
- >
- </File>
- </Filter>
- </Filter>
                 </Filter>
         </Files>
         <Globals>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk