]> git.lyx.org Git - lyx.git/blob - boost/libs/signals/signals.vcproj
update to boost 1.41.0
[lyx.git] / boost / libs / signals / signals.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="libboost_signals"
6         ProjectGUID="{3BF0EC29-8B64-460F-AE0A-96794D38088D}"
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="4"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="..\.."
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="0"
26                                 RuntimeLibrary="2"
27                                 BufferSecurityCheck="FALSE"
28                                 TreatWChar_tAsBuiltInType="TRUE"
29                                 ForceConformanceInForLoopScope="TRUE"
30                                 RuntimeTypeInfo="TRUE"
31                                 UsePrecompiledHeader="0"
32                                 WarningLevel="3"
33                                 Detect64BitPortabilityProblems="TRUE"
34                                 DebugInformationFormat="3"/>
35                         <Tool
36                                 Name="VCCustomBuildTool"/>
37                         <Tool
38                                 Name="VCLibrarianTool"
39                                 OutputFile="$(OutDir)/libboost_signals-vc71-mt-gd-1_32.lib"/>
40                         <Tool
41                                 Name="VCMIDLTool"/>
42                         <Tool
43                                 Name="VCPostBuildEventTool"/>
44                         <Tool
45                                 Name="VCPreBuildEventTool"/>
46                         <Tool
47                                 Name="VCPreLinkEventTool"/>
48                         <Tool
49                                 Name="VCResourceCompilerTool"/>
50                         <Tool
51                                 Name="VCWebServiceProxyGeneratorTool"/>
52                         <Tool
53                                 Name="VCXMLDataGeneratorTool"/>
54                         <Tool
55                                 Name="VCManagedWrapperGeneratorTool"/>
56                         <Tool
57                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
58                 </Configuration>
59                 <Configuration
60                         Name="Release|Win32"
61                         OutputDirectory="Release"
62                         IntermediateDirectory="Release"
63                         ConfigurationType="4"
64                         CharacterSet="2">
65                         <Tool
66                                 Name="VCCLCompilerTool"
67                                 AdditionalIncludeDirectories="..\.."
68                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
69                                 RuntimeLibrary="2"
70                                 TreatWChar_tAsBuiltInType="TRUE"
71                                 ForceConformanceInForLoopScope="TRUE"
72                                 RuntimeTypeInfo="TRUE"
73                                 UsePrecompiledHeader="0"
74                                 WarningLevel="3"
75                                 Detect64BitPortabilityProblems="TRUE"
76                                 DebugInformationFormat="3"/>
77                         <Tool
78                                 Name="VCCustomBuildTool"/>
79                         <Tool
80                                 Name="VCLibrarianTool"
81                                 OutputFile="$(OutDir)/libboost_signals-vc71-mt-1_32.lib"/>
82                         <Tool
83                                 Name="VCMIDLTool"/>
84                         <Tool
85                                 Name="VCPostBuildEventTool"/>
86                         <Tool
87                                 Name="VCPreBuildEventTool"/>
88                         <Tool
89                                 Name="VCPreLinkEventTool"/>
90                         <Tool
91                                 Name="VCResourceCompilerTool"/>
92                         <Tool
93                                 Name="VCWebServiceProxyGeneratorTool"/>
94                         <Tool
95                                 Name="VCXMLDataGeneratorTool"/>
96                         <Tool
97                                 Name="VCManagedWrapperGeneratorTool"/>
98                         <Tool
99                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100                 </Configuration>
101         </Configurations>
102         <References>
103         </References>
104         <Files>
105                 <Filter
106                         Name="detail"
107                         Filter="">
108                         <File
109                                 RelativePath="..\..\boost\signals\detail\config.hpp">
110                         </File>
111                         <File
112                                 RelativePath="..\..\boost\signals\detail\named_slot_map.hpp">
113                         </File>
114                         <File
115                                 RelativePath="..\..\boost\signals\detail\signal_base.hpp">
116                         </File>
117                         <File
118                                 RelativePath="..\..\boost\signals\detail\signals_common.hpp">
119                         </File>
120                         <File
121                                 RelativePath="..\..\boost\signals\detail\slot_call_iterator.hpp">
122                         </File>
123                 </Filter>
124                 <File
125                         RelativePath=".\src\connection.cpp">
126                 </File>
127                 <File
128                         RelativePath="..\..\boost\signals\connection.hpp">
129                 </File>
130                 <File
131                         RelativePath=".\src\named_slot_map.cpp">
132                 </File>
133                 <File
134                         RelativePath="..\..\boost\signals\signal0.hpp">
135                 </File>
136                 <File
137                         RelativePath="..\..\boost\signals\signal1.hpp">
138                 </File>
139                 <File
140                         RelativePath="..\..\boost\signals\signal10.hpp">
141                 </File>
142                 <File
143                         RelativePath="..\..\boost\signals\signal2.hpp">
144                 </File>
145                 <File
146                         RelativePath="..\..\boost\signals\signal3.hpp">
147                 </File>
148                 <File
149                         RelativePath="..\..\boost\signals\signal4.hpp">
150                 </File>
151                 <File
152                         RelativePath="..\..\boost\signals\signal5.hpp">
153                 </File>
154                 <File
155                         RelativePath="..\..\boost\signals\signal6.hpp">
156                 </File>
157                 <File
158                         RelativePath="..\..\boost\signals\signal7.hpp">
159                 </File>
160                 <File
161                         RelativePath="..\..\boost\signals\signal8.hpp">
162                 </File>
163                 <File
164                         RelativePath="..\..\boost\signals\signal9.hpp">
165                 </File>
166                 <File
167                         RelativePath=".\src\signal_base.cpp">
168                 </File>
169                 <File
170                         RelativePath="..\..\boost\signals\signal_template.hpp">
171                 </File>
172                 <File
173                         RelativePath=".\src\slot.cpp">
174                 </File>
175                 <File
176                         RelativePath="..\..\boost\signals\slot.hpp">
177                 </File>
178                 <File
179                         RelativePath=".\src\trackable.cpp">
180                 </File>
181                 <File
182                         RelativePath="..\..\boost\signals\trackable.hpp">
183                 </File>
184         </Files>
185         <Globals>
186         </Globals>
187 </VisualStudioProject>