]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/math/dot_net_example/boost_math/boost_math.vcproj
bump version to 12.2.12-pve1
[ceph.git] / ceph / src / boost / libs / math / dot_net_example / boost_math / boost_math.vcproj
CommitLineData
7c673cae
FG
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="boost_math"
6 ProjectGUID="{CEE4BAD0-967A-4193-9EDB-C0DD6C3B05C9}"
7 RootNamespace="boost_math"
8 Keyword="ManagedCProj"
9 TargetFrameworkVersion="131072"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="2"
24 CharacterSet="1"
25 ManagedExtensions="1"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 Optimization="0"
45 AdditionalIncludeDirectories="../../../../"
46 PreprocessorDefinitions="WIN32;_DEBUG;"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="2"
49 WarningLevel="4"
50 DebugInformationFormat="3"
51 />
52 <Tool
53 Name="VCManagedResourceCompilerTool"
54 />
55 <Tool
56 Name="VCResourceCompilerTool"
57 />
58 <Tool
59 Name="VCPreLinkEventTool"
60 />
61 <Tool
62 Name="VCLinkerTool"
63 AdditionalDependencies="$(NoInherit)"
64 LinkIncremental="1"
65 GenerateDebugInformation="true"
66 AssemblyDebug="1"
67 RandomizedBaseAddress="1"
68 DataExecutionPrevention="0"
69 TargetMachine="1"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCManifestTool"
76 />
77 <Tool
78 Name="VCXDCMakeTool"
79 />
80 <Tool
81 Name="VCBscMakeTool"
82 />
83 <Tool
84 Name="VCFxCopTool"
85 />
86 <Tool
87 Name="VCAppVerifierTool"
88 />
89 <Tool
90 Name="VCPostBuildEventTool"
91 />
92 </Configuration>
93 <Configuration
94 Name="Release|Win32"
95 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96 IntermediateDirectory="$(ConfigurationName)"
97 ConfigurationType="2"
98 CharacterSet="1"
99 ManagedExtensions="1"
100 WholeProgramOptimization="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 Optimization="3"
120 AdditionalIncludeDirectories="../../../../"
121 PreprocessorDefinitions="WIN32;NDEBUG;"
122 ExceptionHandling="2"
123 RuntimeLibrary="2"
124 UsePrecompiledHeader="2"
125 WarningLevel="4"
126 DebugInformationFormat="3"
127 />
128 <Tool
129 Name="VCManagedResourceCompilerTool"
130 />
131 <Tool
132 Name="VCResourceCompilerTool"
133 />
134 <Tool
135 Name="VCPreLinkEventTool"
136 />
137 <Tool
138 Name="VCLinkerTool"
139 AdditionalDependencies="$(NoInherit)"
140 LinkIncremental="1"
141 GenerateDebugInformation="false"
142 RandomizedBaseAddress="1"
143 DataExecutionPrevention="0"
144 TargetMachine="1"
145 />
146 <Tool
147 Name="VCALinkTool"
148 />
149 <Tool
150 Name="VCManifestTool"
151 />
152 <Tool
153 Name="VCXDCMakeTool"
154 />
155 <Tool
156 Name="VCBscMakeTool"
157 />
158 <Tool
159 Name="VCFxCopTool"
160 />
161 <Tool
162 Name="VCAppVerifierTool"
163 />
164 <Tool
165 Name="VCPostBuildEventTool"
166 />
167 </Configuration>
168 </Configurations>
169 <References>
170 <AssemblyReference
171 RelativePath="System.dll"
172 AssemblyName="System, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
173 MinFrameworkVersion="131072"
174 />
175 <AssemblyReference
176 RelativePath="System.Data.dll"
177 AssemblyName="System.Data, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
178 MinFrameworkVersion="131072"
179 />
180 <AssemblyReference
181 RelativePath="System.XML.dll"
182 AssemblyName="System.Xml, Version=4.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
183 MinFrameworkVersion="131072"
184 />
185 </References>
186 <Files>
187 <Filter
188 Name="Source Files"
189 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
190 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
191 >
192 <File
193 RelativePath=".\AssemblyInfo.cpp"
194 >
195 </File>
196 <File
197 RelativePath=".\boost_math.cpp"
198 >
199 </File>
200 <File
201 RelativePath=".\Stdafx.cpp"
202 >
203 <FileConfiguration
204 Name="Debug|Win32"
205 >
206 <Tool
207 Name="VCCLCompilerTool"
208 UsePrecompiledHeader="1"
209 />
210 </FileConfiguration>
211 <FileConfiguration
212 Name="Release|Win32"
213 >
214 <Tool
215 Name="VCCLCompilerTool"
216 UsePrecompiledHeader="1"
217 />
218 </FileConfiguration>
219 </File>
220 </Filter>
221 <Filter
222 Name="Header Files"
223 Filter="h;hpp;hxx;hm;inl;inc;xsd"
224 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
225 >
226 <File
227 RelativePath=".\boost_math.h"
228 >
229 </File>
230 <File
231 RelativePath=".\resource.h"
232 >
233 </File>
234 <File
235 RelativePath=".\Stdafx.h"
236 >
237 </File>
238 </Filter>
239 <Filter
240 Name="Resource Files"
241 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
242 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
243 >
244 <File
245 RelativePath=".\app.ico"
246 >
247 </File>
248 <File
249 RelativePath=".\app.rc"
250 >
251 </File>
252 </Filter>
253 <File
254 RelativePath=".\ReadMe.txt"
255 >
256 </File>
257 </Files>
258 <Globals>
259 </Globals>
260</VisualStudioProject>