Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/statechart/example/StopWatch/StopWatch.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.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="StopWatch"
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="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)/StopWatch.exe"
42                                LinkIncremental="2"
43                                GenerateDebugInformation="TRUE"
44                                ProgramDatabaseFile="$(OutDir)/StopWatch.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                                Optimization="3"
77                                GlobalOptimizations="TRUE"
78                                InlineFunctionExpansion="2"
79                                AdditionalIncludeDirectories="..\..\..\.."
80                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
81                                StringPooling="TRUE"
82                                RuntimeLibrary="4"
83                                BufferSecurityCheck="FALSE"
84                                EnableFunctionLevelLinking="TRUE"
85                                DisableLanguageExtensions="TRUE"
86                                TreatWChar_tAsBuiltInType="TRUE"
87                                ForceConformanceInForLoopScope="TRUE"
88                                RuntimeTypeInfo="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)/StopWatch.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="StopWatch.cpp">
135                        </File>
136                </Filter>
137                <Filter
138                        Name="Statechart Header Files"
139                        Filter="h;hpp;hxx;hm;inl;inc">
140                        <File
141                                RelativePath="..\..\..\..\boost\statechart\asynchronous_state_machine.hpp">
142                        </File>
143                        <File
144                                RelativePath="..\..\..\..\boost\statechart\custom_reaction.hpp">
145                        </File>
146                        <File
147                                RelativePath="..\..\..\..\boost\statechart\deep_history.hpp">
148                        </File>
149                        <File
150                                RelativePath="..\..\..\..\boost\statechart\deferral.hpp">
151                        </File>
152                        <File
153                                RelativePath="..\..\..\..\boost\statechart\event.hpp">
154                        </File>
155                        <File
156                                RelativePath="..\..\..\..\boost\statechart\event_base.hpp">
157                        </File>
158                        <File
159                                RelativePath="..\..\..\..\boost\statechart\event_processor.hpp">
160                        </File>
161                        <File
162                                RelativePath="..\..\..\..\boost\statechart\exception_translator.hpp">
163                        </File>
164                        <File
165                                RelativePath="..\..\..\..\boost\statechart\fifo_scheduler.hpp">
166                        </File>
167                        <File
168                                RelativePath="..\..\..\..\boost\statechart\in_state_reaction.hpp">
169                        </File>
170                        <File
171                                RelativePath="..\..\..\..\boost\statechart\null_exception_translator.hpp">
172                        </File>
173                        <File
174                                RelativePath="..\..\..\..\boost\statechart\result.hpp">
175                        </File>
176                        <File
177                                RelativePath="..\..\..\..\boost\statechart\shallow_history.hpp">
178                        </File>
179                        <File
180                                RelativePath="..\..\..\..\boost\statechart\simple_state.hpp">
181                        </File>
182                        <File
183                                RelativePath="..\..\..\..\boost\statechart\state.hpp">
184                        </File>
185                        <File
186                                RelativePath="..\..\..\..\boost\statechart\state_machine.hpp">
187                        </File>
188                        <File
189                                RelativePath="..\..\..\..\boost\statechart\termination.hpp">
190                        </File>
191                        <File
192                                RelativePath="..\..\..\..\boost\statechart\transition.hpp">
193                        </File>
194                </Filter>
195        </Files>
196        <Globals>
197        </Globals>
198</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.