Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/statechart/example/Camera/Camera.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.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Camera"
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                                Optimization="0"
22                                AdditionalIncludeDirectories="..\..\..\.."
23                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="5"
27                                BufferSecurityCheck="TRUE"
28                                DisableLanguageExtensions="TRUE"
29                                TreatWChar_tAsBuiltInType="TRUE"
30                                ForceConformanceInForLoopScope="TRUE"
31                                RuntimeTypeInfo="TRUE"
32                                UsePrecompiledHeader="3"
33                                PrecompiledHeaderThrough="Precompiled.hpp"
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)/Camera.exe"
43                                LinkIncremental="2"
44                                GenerateDebugInformation="TRUE"
45                                ProgramDatabaseFile="$(OutDir)/Camera.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                                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="3"
90                                PrecompiledHeaderThrough="Precompiled.hpp"
91                                WarningLevel="4"
92                                WarnAsError="TRUE"
93                                Detect64BitPortabilityProblems="TRUE"
94                                DebugInformationFormat="0"/>
95                        <Tool
96                                Name="VCCustomBuildTool"/>
97                        <Tool
98                                Name="VCLinkerTool"
99                                OutputFile="$(OutDir)/Camera.exe"
100                                LinkIncremental="1"
101                                GenerateDebugInformation="FALSE"
102                                SubSystem="1"
103                                OptimizeReferences="2"
104                                EnableCOMDATFolding="2"
105                                TargetMachine="1"/>
106                        <Tool
107                                Name="VCMIDLTool"/>
108                        <Tool
109                                Name="VCPostBuildEventTool"/>
110                        <Tool
111                                Name="VCPreBuildEventTool"/>
112                        <Tool
113                                Name="VCPreLinkEventTool"/>
114                        <Tool
115                                Name="VCResourceCompilerTool"/>
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"/>
118                        <Tool
119                                Name="VCXMLDataGeneratorTool"/>
120                        <Tool
121                                Name="VCWebDeploymentTool"/>
122                        <Tool
123                                Name="VCManagedWrapperGeneratorTool"/>
124                        <Tool
125                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
126                </Configuration>
127        </Configurations>
128        <References>
129        </References>
130        <Files>
131                <Filter
132                        Name="Source Files"
133                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
134                        <File
135                                RelativePath="Camera.cpp">
136                        </File>
137                        <File
138                                RelativePath=".\Configuring.cpp">
139                        </File>
140                        <File
141                                RelativePath="Main.cpp">
142                        </File>
143                        <File
144                                RelativePath="Precompiled.cpp">
145                                <FileConfiguration
146                                        Name="Debug|Win32">
147                                        <Tool
148                                                Name="VCCLCompilerTool"
149                                                UsePrecompiledHeader="1"/>
150                                </FileConfiguration>
151                                <FileConfiguration
152                                        Name="Release|Win32">
153                                        <Tool
154                                                Name="VCCLCompilerTool"
155                                                UsePrecompiledHeader="1"/>
156                                </FileConfiguration>
157                        </File>
158                        <File
159                                RelativePath=".\Shooting.cpp">
160                        </File>
161                </Filter>
162                <Filter
163                        Name="Header Files"
164                        Filter="h;hpp;hxx;hm;inl;inc">
165                        <File
166                                RelativePath="Camera.hpp">
167                        </File>
168                        <File
169                                RelativePath="Configuring.hpp">
170                        </File>
171                        <File
172                                RelativePath="Precompiled.hpp">
173                        </File>
174                        <File
175                                RelativePath="Shooting.hpp">
176                        </File>
177                </Filter>
178                <Filter
179                        Name="Statechart Header Files"
180                        Filter="">
181                        <File
182                                RelativePath="..\..\..\..\boost\statechart\asynchronous_state_machine.hpp">
183                        </File>
184                        <File
185                                RelativePath="..\..\..\..\boost\statechart\custom_reaction.hpp">
186                        </File>
187                        <File
188                                RelativePath="..\..\..\..\boost\statechart\deep_history.hpp">
189                        </File>
190                        <File
191                                RelativePath="..\..\..\..\boost\statechart\deferral.hpp">
192                        </File>
193                        <File
194                                RelativePath="..\..\..\..\boost\statechart\event.hpp">
195                        </File>
196                        <File
197                                RelativePath="..\..\..\..\boost\statechart\event_base.hpp">
198                        </File>
199                        <File
200                                RelativePath="..\..\..\..\boost\statechart\event_processor.hpp">
201                        </File>
202                        <File
203                                RelativePath="..\..\..\..\boost\statechart\exception_translator.hpp">
204                        </File>
205                        <File
206                                RelativePath="..\..\..\..\boost\statechart\fifo_scheduler.hpp">
207                        </File>
208                        <File
209                                RelativePath="..\..\..\..\boost\statechart\in_state_reaction.hpp">
210                        </File>
211                        <File
212                                RelativePath="..\..\..\..\boost\statechart\null_exception_translator.hpp">
213                        </File>
214                        <File
215                                RelativePath="..\..\..\..\boost\statechart\result.hpp">
216                        </File>
217                        <File
218                                RelativePath="..\..\..\..\boost\statechart\shallow_history.hpp">
219                        </File>
220                        <File
221                                RelativePath="..\..\..\..\boost\statechart\simple_state.hpp">
222                        </File>
223                        <File
224                                RelativePath="..\..\..\..\boost\statechart\state.hpp">
225                        </File>
226                        <File
227                                RelativePath="..\..\..\..\boost\statechart\state_machine.hpp">
228                        </File>
229                        <File
230                                RelativePath="..\..\..\..\boost\statechart\termination.hpp">
231                        </File>
232                        <File
233                                RelativePath="..\..\..\..\boost\statechart\transition.hpp">
234                        </File>
235                </Filter>
236        </Files>
237        <Globals>
238        </Globals>
239</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.