Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/statechart/example/Handcrafted/Handcrafted.vcproj @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Handcrafted"
6        ProjectGUID="{CF66596F-7DEA-4BB6-A728-F7FEF2889855}"
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                                AdditionalOptions="/Zm300"
22                                Optimization="0"
23                                AdditionalIncludeDirectories="..\..\..\.."
24                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="5"
28                                BufferSecurityCheck="TRUE"
29                                DisableLanguageExtensions="TRUE"
30                                TreatWChar_tAsBuiltInType="TRUE"
31                                ForceConformanceInForLoopScope="TRUE"
32                                UsePrecompiledHeader="0"
33                                WarningLevel="4"
34                                WarnAsError="TRUE"
35                                Detect64BitPortabilityProblems="TRUE"
36                                DebugInformationFormat="4"/>
37                        <Tool
38                                Name="VCCustomBuildTool"/>
39                        <Tool
40                                Name="VCLinkerTool"
41                                OutputFile="$(OutDir)/Handcrafted.exe"
42                                LinkIncremental="2"
43                                GenerateDebugInformation="TRUE"
44                                ProgramDatabaseFile="$(OutDir)/Handcrafted.pdb"
45                                SubSystem="1"
46                                TargetMachine="1"/>
47                        <Tool
48                                Name="VCMIDLTool"/>
49                        <Tool
50                                Name="VCPostBuildEventTool"/>
51                        <Tool
52                                Name="VCPreBuildEventTool"/>
53                        <Tool
54                                Name="VCPreLinkEventTool"/>
55                        <Tool
56                                Name="VCResourceCompilerTool"/>
57                        <Tool
58                                Name="VCWebServiceProxyGeneratorTool"/>
59                        <Tool
60                                Name="VCXMLDataGeneratorTool"/>
61                        <Tool
62                                Name="VCWebDeploymentTool"/>
63                        <Tool
64                                Name="VCManagedWrapperGeneratorTool"/>
65                        <Tool
66                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67                </Configuration>
68                <Configuration
69                        Name="Release|Win32"
70                        OutputDirectory="Release"
71                        IntermediateDirectory="Release"
72                        ConfigurationType="1"
73                        CharacterSet="2">
74                        <Tool
75                                Name="VCCLCompilerTool"
76                                AdditionalOptions="/Zm300"
77                                Optimization="3"
78                                GlobalOptimizations="TRUE"
79                                InlineFunctionExpansion="2"
80                                AdditionalIncludeDirectories="..\..\..\.."
81                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
82                                StringPooling="TRUE"
83                                RuntimeLibrary="4"
84                                BufferSecurityCheck="FALSE"
85                                EnableFunctionLevelLinking="TRUE"
86                                DisableLanguageExtensions="TRUE"
87                                TreatWChar_tAsBuiltInType="TRUE"
88                                ForceConformanceInForLoopScope="TRUE"
89                                UsePrecompiledHeader="0"
90                                WarningLevel="4"
91                                WarnAsError="TRUE"
92                                Detect64BitPortabilityProblems="TRUE"
93                                DebugInformationFormat="0"/>
94                        <Tool
95                                Name="VCCustomBuildTool"/>
96                        <Tool
97                                Name="VCLinkerTool"
98                                OutputFile="$(OutDir)/Handcrafted.exe"
99                                LinkIncremental="1"
100                                GenerateDebugInformation="FALSE"
101                                SubSystem="1"
102                                OptimizeReferences="2"
103                                EnableCOMDATFolding="2"
104                                TargetMachine="1"/>
105                        <Tool
106                                Name="VCMIDLTool"/>
107                        <Tool
108                                Name="VCPostBuildEventTool"/>
109                        <Tool
110                                Name="VCPreBuildEventTool"/>
111                        <Tool
112                                Name="VCPreLinkEventTool"/>
113                        <Tool
114                                Name="VCResourceCompilerTool"/>
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"/>
117                        <Tool
118                                Name="VCXMLDataGeneratorTool"/>
119                        <Tool
120                                Name="VCWebDeploymentTool"/>
121                        <Tool
122                                Name="VCManagedWrapperGeneratorTool"/>
123                        <Tool
124                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
125                </Configuration>
126        </Configurations>
127        <References>
128        </References>
129        <Files>
130                <Filter
131                        Name="Source Files"
132                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
133                        <File
134                                RelativePath="Handcrafted.cpp">
135                        </File>
136                </Filter>
137        </Files>
138        <Globals>
139        </Globals>
140</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.