Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/statechart/example/PingPong/PingPong.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.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="PingPong"
6        ProjectGUID="{11CCA9FC-6012-4B64-8C61-808D0F8D1B51}"
7        RootNamespace="PingPong"
8        Keyword="Win32Proj">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory="Debug"
17                        IntermediateDirectory="Debug"
18                        ConfigurationType="1"
19                        CharacterSet="2">
20                        <Tool
21                                Name="VCCLCompilerTool"
22                                Optimization="0"
23                                AdditionalIncludeDirectories="..\..\..\.."
24                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25                                MinimalRebuild="TRUE"
26                                BasicRuntimeChecks="3"
27                                RuntimeLibrary="3"
28                                BufferSecurityCheck="TRUE"
29                                DisableLanguageExtensions="FALSE"
30                                TreatWChar_tAsBuiltInType="TRUE"
31                                ForceConformanceInForLoopScope="TRUE"
32                                RuntimeTypeInfo="TRUE"
33                                UsePrecompiledHeader="0"
34                                WarningLevel="4"
35                                WarnAsError="FALSE"
36                                Detect64BitPortabilityProblems="TRUE"
37                                DebugInformationFormat="4"/>
38                        <Tool
39                                Name="VCCustomBuildTool"/>
40                        <Tool
41                                Name="VCLinkerTool"
42                                OutputFile="$(OutDir)/PingPong.exe"
43                                LinkIncremental="2"
44                                AdditionalLibraryDirectories="&quot;..\..\..\..\bin\boost\libs\thread\build\libboost_thread.lib\vc-7_1\debug\threading-multi&quot;"
45                                GenerateDebugInformation="TRUE"
46                                ProgramDatabaseFile="$(OutDir)/PingPong.pdb"
47                                SubSystem="1"
48                                TargetMachine="1"/>
49                        <Tool
50                                Name="VCMIDLTool"/>
51                        <Tool
52                                Name="VCPostBuildEventTool"/>
53                        <Tool
54                                Name="VCPreBuildEventTool"/>
55                        <Tool
56                                Name="VCPreLinkEventTool"/>
57                        <Tool
58                                Name="VCResourceCompilerTool"/>
59                        <Tool
60                                Name="VCWebServiceProxyGeneratorTool"/>
61                        <Tool
62                                Name="VCXMLDataGeneratorTool"/>
63                        <Tool
64                                Name="VCWebDeploymentTool"/>
65                        <Tool
66                                Name="VCManagedWrapperGeneratorTool"/>
67                        <Tool
68                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
69                </Configuration>
70                <Configuration
71                        Name="Release|Win32"
72                        OutputDirectory="Release"
73                        IntermediateDirectory="Release"
74                        ConfigurationType="1"
75                        CharacterSet="2">
76                        <Tool
77                                Name="VCCLCompilerTool"
78                                Optimization="3"
79                                GlobalOptimizations="TRUE"
80                                InlineFunctionExpansion="2"
81                                AdditionalIncludeDirectories="..\..\..\.."
82                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
83                                StringPooling="TRUE"
84                                RuntimeLibrary="2"
85                                BufferSecurityCheck="FALSE"
86                                EnableFunctionLevelLinking="TRUE"
87                                DisableLanguageExtensions="FALSE"
88                                TreatWChar_tAsBuiltInType="TRUE"
89                                ForceConformanceInForLoopScope="TRUE"
90                                UsePrecompiledHeader="0"
91                                WarningLevel="4"
92                                WarnAsError="FALSE"
93                                Detect64BitPortabilityProblems="TRUE"
94                                DebugInformationFormat="0"/>
95                        <Tool
96                                Name="VCCustomBuildTool"/>
97                        <Tool
98                                Name="VCLinkerTool"
99                                OutputFile="$(OutDir)/PingPong.exe"
100                                LinkIncremental="1"
101                                AdditionalLibraryDirectories="&quot;..\..\..\..\bin\boost\libs\thread\build\libboost_thread.lib\vc-7_1\release\threading-multi&quot;"
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=".\PingPong.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.