Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/statechart/example/BitMachine/BitMachine.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: 5.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="BitMachine"
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                                RuntimeTypeInfo="TRUE"
33                                UsePrecompiledHeader="0"
34                                WarningLevel="4"
35                                WarnAsError="TRUE"
36                                Detect64BitPortabilityProblems="TRUE"
37                                DebugInformationFormat="4"/>
38                        <Tool
39                                Name="VCCustomBuildTool"/>
40                        <Tool
41                                Name="VCLinkerTool"
42                                OutputFile="$(OutDir)/BitMachine.exe"
43                                LinkIncremental="2"
44                                GenerateDebugInformation="TRUE"
45                                ProgramDatabaseFile="$(OutDir)/BitMachine.pdb"
46                                SubSystem="1"
47                                TargetMachine="1"/>
48                        <Tool
49                                Name="VCMIDLTool"/>
50                        <Tool
51                                Name="VCPostBuildEventTool"/>
52                        <Tool
53                                Name="VCPreBuildEventTool"/>
54                        <Tool
55                                Name="VCPreLinkEventTool"/>
56                        <Tool
57                                Name="VCResourceCompilerTool"/>
58                        <Tool
59                                Name="VCWebServiceProxyGeneratorTool"/>
60                        <Tool
61                                Name="VCXMLDataGeneratorTool"/>
62                        <Tool
63                                Name="VCWebDeploymentTool"/>
64                        <Tool
65                                Name="VCManagedWrapperGeneratorTool"/>
66                        <Tool
67                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68                </Configuration>
69                <Configuration
70                        Name="Release|Win32"
71                        OutputDirectory="Release"
72                        IntermediateDirectory="Release"
73                        ConfigurationType="1"
74                        CharacterSet="2">
75                        <Tool
76                                Name="VCCLCompilerTool"
77                                AdditionalOptions="/Zm300"
78                                Optimization="3"
79                                GlobalOptimizations="TRUE"
80                                InlineFunctionExpansion="2"
81                                AdditionalIncludeDirectories="..\..\..\.."
82                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
83                                StringPooling="TRUE"
84                                ExceptionHandling="TRUE"
85                                RuntimeLibrary="4"
86                                BufferSecurityCheck="FALSE"
87                                EnableFunctionLevelLinking="TRUE"
88                                DisableLanguageExtensions="TRUE"
89                                TreatWChar_tAsBuiltInType="TRUE"
90                                ForceConformanceInForLoopScope="TRUE"
91                                RuntimeTypeInfo="TRUE"
92                                UsePrecompiledHeader="0"
93                                WarningLevel="4"
94                                WarnAsError="TRUE"
95                                Detect64BitPortabilityProblems="TRUE"
96                                DebugInformationFormat="0"/>
97                        <Tool
98                                Name="VCCustomBuildTool"/>
99                        <Tool
100                                Name="VCLinkerTool"
101                                OutputFile="$(OutDir)/BitMachine.exe"
102                                LinkIncremental="1"
103                                GenerateDebugInformation="FALSE"
104                                SubSystem="1"
105                                OptimizeReferences="2"
106                                EnableCOMDATFolding="2"
107                                TargetMachine="1"/>
108                        <Tool
109                                Name="VCMIDLTool"/>
110                        <Tool
111                                Name="VCPostBuildEventTool"/>
112                        <Tool
113                                Name="VCPreBuildEventTool"/>
114                        <Tool
115                                Name="VCPreLinkEventTool"/>
116                        <Tool
117                                Name="VCResourceCompilerTool"/>
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"/>
120                        <Tool
121                                Name="VCXMLDataGeneratorTool"/>
122                        <Tool
123                                Name="VCWebDeploymentTool"/>
124                        <Tool
125                                Name="VCManagedWrapperGeneratorTool"/>
126                        <Tool
127                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
128                </Configuration>
129        </Configurations>
130        <References>
131        </References>
132        <Files>
133                <Filter
134                        Name="Source Files"
135                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
136                        <File
137                                RelativePath="BitMachine.cpp">
138                        </File>
139                </Filter>
140                <Filter
141                        Name="Statechart Header Files"
142                        Filter="h;hpp;hxx;hm;inl;inc">
143                        <File
144                                RelativePath="..\..\..\..\boost\statechart\asynchronous_state_machine.hpp">
145                        </File>
146                        <File
147                                RelativePath="..\..\..\..\boost\statechart\custom_reaction.hpp">
148                        </File>
149                        <File
150                                RelativePath="..\..\..\..\boost\statechart\deep_history.hpp">
151                        </File>
152                        <File
153                                RelativePath="..\..\..\..\boost\statechart\deferral.hpp">
154                        </File>
155                        <File
156                                RelativePath="..\..\..\..\boost\statechart\event.hpp">
157                        </File>
158                        <File
159                                RelativePath="..\..\..\..\boost\statechart\event_base.hpp">
160                        </File>
161                        <File
162                                RelativePath="..\..\..\..\boost\statechart\event_processor.hpp">
163                        </File>
164                        <File
165                                RelativePath="..\..\..\..\boost\statechart\exception_translator.hpp">
166                        </File>
167                        <File
168                                RelativePath="..\..\..\..\boost\statechart\fifo_scheduler.hpp">
169                        </File>
170                        <File
171                                RelativePath="..\..\..\..\boost\statechart\in_state_reaction.hpp">
172                        </File>
173                        <File
174                                RelativePath="..\..\..\..\boost\statechart\null_exception_translator.hpp">
175                        </File>
176                        <File
177                                RelativePath="..\..\..\..\boost\statechart\result.hpp">
178                        </File>
179                        <File
180                                RelativePath="..\..\..\..\boost\statechart\shallow_history.hpp">
181                        </File>
182                        <File
183                                RelativePath="..\..\..\..\boost\statechart\simple_state.hpp">
184                        </File>
185                        <File
186                                RelativePath="..\..\..\..\boost\statechart\state.hpp">
187                        </File>
188                        <File
189                                RelativePath="..\..\..\..\boost\statechart\state_machine.hpp">
190                        </File>
191                        <File
192                                RelativePath="..\..\..\..\boost\statechart\termination.hpp">
193                        </File>
194                        <File
195                                RelativePath="..\..\..\..\boost\statechart\transition.hpp">
196                        </File>
197                </Filter>
198                <Filter
199                        Name="Header Files"
200                        Filter="">
201                        <File
202                                RelativePath=".\UniqueObject.hpp">
203                        </File>
204                        <File
205                                RelativePath=".\UniqueObjectAllocator.hpp">
206                        </File>
207                </Filter>
208        </Files>
209        <Globals>
210        </Globals>
211</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.