Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/statechart/example/Keyboard/Keyboard.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.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Keyboard"
6        ProjectGUID="{4CBF564B-EEC6-49E1-B69B-CABF5DDFC684}"
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                                ExceptionHandling="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)/Keyboard.exe"
43                                LinkIncremental="2"
44                                GenerateDebugInformation="TRUE"
45                                ProgramDatabaseFile="$(OutDir)/Keyboard.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                                ExceptionHandling="TRUE"
84                                RuntimeLibrary="4"
85                                BufferSecurityCheck="FALSE"
86                                EnableFunctionLevelLinking="TRUE"
87                                DisableLanguageExtensions="TRUE"
88                                TreatWChar_tAsBuiltInType="TRUE"
89                                ForceConformanceInForLoopScope="TRUE"
90                                RuntimeTypeInfo="TRUE"
91                                UsePrecompiledHeader="0"
92                                WarningLevel="4"
93                                WarnAsError="TRUE"
94                                Detect64BitPortabilityProblems="TRUE"
95                                DebugInformationFormat="0"/>
96                        <Tool
97                                Name="VCCustomBuildTool"/>
98                        <Tool
99                                Name="VCLinkerTool"
100                                OutputFile="$(OutDir)/Keyboard.exe"
101                                LinkIncremental="1"
102                                GenerateDebugInformation="FALSE"
103                                SubSystem="1"
104                                OptimizeReferences="2"
105                                EnableCOMDATFolding="2"
106                                TargetMachine="1"/>
107                        <Tool
108                                Name="VCMIDLTool"/>
109                        <Tool
110                                Name="VCPostBuildEventTool"/>
111                        <Tool
112                                Name="VCPreBuildEventTool"/>
113                        <Tool
114                                Name="VCPreLinkEventTool"/>
115                        <Tool
116                                Name="VCResourceCompilerTool"/>
117                        <Tool
118                                Name="VCWebServiceProxyGeneratorTool"/>
119                        <Tool
120                                Name="VCXMLDataGeneratorTool"/>
121                        <Tool
122                                Name="VCWebDeploymentTool"/>
123                        <Tool
124                                Name="VCManagedWrapperGeneratorTool"/>
125                        <Tool
126                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
127                </Configuration>
128        </Configurations>
129        <References>
130        </References>
131        <Files>
132                <Filter
133                        Name="Source Files"
134                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
135                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
136                        <File
137                                RelativePath=".\Keyboard.cpp">
138                        </File>
139                </Filter>
140                <Filter
141                        Name="Statechart Header Files"
142                        Filter="">
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        </Files>
199        <Globals>
200        </Globals>
201</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.