]> git.mxchange.org Git - flightgear.git/blob - projects/VC90/metar/metar.vcproj
Merge branch 'timoore/ptrfix'
[flightgear.git] / projects / VC90 / metar / metar.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9,00"
5         Name="metar"
6         ProjectGUID="{FC424099-5D77-4BC2-A93F-2EE59F816B51}"
7         Keyword="Win32Proj"
8         TargetFrameworkVersion="131072"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="Debug|Win32"
23                         OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
24                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25                         ConfigurationType="1"
26                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
27                         CharacterSet="2"
28                         >
29                         <Tool
30                                 Name="VCPreBuildEventTool"
31                         />
32                         <Tool
33                                 Name="VCCustomBuildTool"
34                         />
35                         <Tool
36                                 Name="VCXMLDataGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCWebServiceProxyGeneratorTool"
40                         />
41                         <Tool
42                                 Name="VCMIDLTool"
43                         />
44                         <Tool
45                                 Name="VCCLCompilerTool"
46                                 Optimization="0"
47                                 AdditionalIncludeDirectories="..\..\..\..\SimGear;..\..\..\..\3rdParty\include"
48                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
49                                 MinimalRebuild="true"
50                                 BasicRuntimeChecks="3"
51                                 RuntimeLibrary="3"
52                                 UsePrecompiledHeader="0"
53                                 WarningLevel="3"
54                                 Detect64BitPortabilityProblems="false"
55                                 DebugInformationFormat="4"
56                         />
57                         <Tool
58                                 Name="VCManagedResourceCompilerTool"
59                         />
60                         <Tool
61                                 Name="VCResourceCompilerTool"
62                         />
63                         <Tool
64                                 Name="VCPreLinkEventTool"
65                         />
66                         <Tool
67                                 Name="VCLinkerTool"
68                                 AdditionalDependencies="sg_d.lib ul_d.lib net_d.lib ws2_32.lib"
69                                 LinkIncremental="2"
70                                 AdditionalLibraryDirectories="..\..\..\..\3rdParty\lib"
71                                 GenerateDebugInformation="true"
72                                 ProgramDatabaseFile="$(OutDir)/metar.pdb"
73                                 SubSystem="1"
74                                 RandomizedBaseAddress="1"
75                                 DataExecutionPrevention="0"
76                                 TargetMachine="1"
77                         />
78                         <Tool
79                                 Name="VCALinkTool"
80                         />
81                         <Tool
82                                 Name="VCManifestTool"
83                         />
84                         <Tool
85                                 Name="VCXDCMakeTool"
86                         />
87                         <Tool
88                                 Name="VCBscMakeTool"
89                         />
90                         <Tool
91                                 Name="VCFxCopTool"
92                         />
93                         <Tool
94                                 Name="VCAppVerifierTool"
95                         />
96                         <Tool
97                                 Name="VCPostBuildEventTool"
98                         />
99                 </Configuration>
100                 <Configuration
101                         Name="Debug|x64"
102                         OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
103                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
104                         ConfigurationType="1"
105                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
106                         CharacterSet="2"
107                         >
108                         <Tool
109                                 Name="VCPreBuildEventTool"
110                         />
111                         <Tool
112                                 Name="VCCustomBuildTool"
113                         />
114                         <Tool
115                                 Name="VCXMLDataGeneratorTool"
116                         />
117                         <Tool
118                                 Name="VCWebServiceProxyGeneratorTool"
119                         />
120                         <Tool
121                                 Name="VCMIDLTool"
122                                 TargetEnvironment="3"
123                         />
124                         <Tool
125                                 Name="VCCLCompilerTool"
126                                 Optimization="0"
127                                 AdditionalIncludeDirectories="..\..\..\..\SimGear;..\..\..\..\3rdParty.x64\include"
128                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
129                                 MinimalRebuild="true"
130                                 BasicRuntimeChecks="3"
131                                 RuntimeLibrary="3"
132                                 UsePrecompiledHeader="0"
133                                 WarningLevel="3"
134                                 Detect64BitPortabilityProblems="false"
135                                 DebugInformationFormat="3"
136                         />
137                         <Tool
138                                 Name="VCManagedResourceCompilerTool"
139                         />
140                         <Tool
141                                 Name="VCResourceCompilerTool"
142                         />
143                         <Tool
144                                 Name="VCPreLinkEventTool"
145                         />
146                         <Tool
147                                 Name="VCLinkerTool"
148                                 AdditionalDependencies="sg_d.lib ul_d.lib net_d.lib ws2_32.lib"
149                                 LinkIncremental="2"
150                                 AdditionalLibraryDirectories="..\..\..\..\3rdParty.x64\lib"
151                                 GenerateDebugInformation="true"
152                                 ProgramDatabaseFile="$(OutDir)/metar.pdb"
153                                 SubSystem="1"
154                                 RandomizedBaseAddress="1"
155                                 DataExecutionPrevention="0"
156                                 TargetMachine="17"
157                         />
158                         <Tool
159                                 Name="VCALinkTool"
160                         />
161                         <Tool
162                                 Name="VCManifestTool"
163                         />
164                         <Tool
165                                 Name="VCXDCMakeTool"
166                         />
167                         <Tool
168                                 Name="VCBscMakeTool"
169                         />
170                         <Tool
171                                 Name="VCFxCopTool"
172                         />
173                         <Tool
174                                 Name="VCAppVerifierTool"
175                         />
176                         <Tool
177                                 Name="VCPostBuildEventTool"
178                         />
179                 </Configuration>
180                 <Configuration
181                         Name="Release|Win32"
182                         OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
183                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
184                         ConfigurationType="1"
185                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
186                         CharacterSet="2"
187                         >
188                         <Tool
189                                 Name="VCPreBuildEventTool"
190                         />
191                         <Tool
192                                 Name="VCCustomBuildTool"
193                         />
194                         <Tool
195                                 Name="VCXMLDataGeneratorTool"
196                         />
197                         <Tool
198                                 Name="VCWebServiceProxyGeneratorTool"
199                         />
200                         <Tool
201                                 Name="VCMIDLTool"
202                         />
203                         <Tool
204                                 Name="VCCLCompilerTool"
205                                 AdditionalIncludeDirectories="..\..\..\..\SimGear;..\..\..\..\3rdParty\include"
206                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
207                                 RuntimeLibrary="2"
208                                 UsePrecompiledHeader="0"
209                                 WarningLevel="3"
210                                 Detect64BitPortabilityProblems="false"
211                                 DebugInformationFormat="3"
212                         />
213                         <Tool
214                                 Name="VCManagedResourceCompilerTool"
215                         />
216                         <Tool
217                                 Name="VCResourceCompilerTool"
218                         />
219                         <Tool
220                                 Name="VCPreLinkEventTool"
221                         />
222                         <Tool
223                                 Name="VCLinkerTool"
224                                 AdditionalDependencies="sg.lib ul.lib net.lib ws2_32.lib"
225                                 LinkIncremental="1"
226                                 AdditionalLibraryDirectories="..\..\..\..\plib"
227                                 GenerateDebugInformation="true"
228                                 SubSystem="1"
229                                 OptimizeReferences="2"
230                                 EnableCOMDATFolding="2"
231                                 RandomizedBaseAddress="1"
232                                 DataExecutionPrevention="0"
233                                 TargetMachine="1"
234                         />
235                         <Tool
236                                 Name="VCALinkTool"
237                         />
238                         <Tool
239                                 Name="VCManifestTool"
240                         />
241                         <Tool
242                                 Name="VCXDCMakeTool"
243                         />
244                         <Tool
245                                 Name="VCBscMakeTool"
246                         />
247                         <Tool
248                                 Name="VCFxCopTool"
249                         />
250                         <Tool
251                                 Name="VCAppVerifierTool"
252                         />
253                         <Tool
254                                 Name="VCPostBuildEventTool"
255                         />
256                 </Configuration>
257                 <Configuration
258                         Name="Release|x64"
259                         OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
260                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
261                         ConfigurationType="1"
262                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
263                         CharacterSet="2"
264                         >
265                         <Tool
266                                 Name="VCPreBuildEventTool"
267                         />
268                         <Tool
269                                 Name="VCCustomBuildTool"
270                         />
271                         <Tool
272                                 Name="VCXMLDataGeneratorTool"
273                         />
274                         <Tool
275                                 Name="VCWebServiceProxyGeneratorTool"
276                         />
277                         <Tool
278                                 Name="VCMIDLTool"
279                                 TargetEnvironment="3"
280                         />
281                         <Tool
282                                 Name="VCCLCompilerTool"
283                                 AdditionalIncludeDirectories="..\..\..\..\SimGear;..\..\..\..\3rdParty.x64\include"
284                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
285                                 RuntimeLibrary="2"
286                                 UsePrecompiledHeader="0"
287                                 WarningLevel="3"
288                                 Detect64BitPortabilityProblems="false"
289                                 DebugInformationFormat="3"
290                         />
291                         <Tool
292                                 Name="VCManagedResourceCompilerTool"
293                         />
294                         <Tool
295                                 Name="VCResourceCompilerTool"
296                         />
297                         <Tool
298                                 Name="VCPreLinkEventTool"
299                         />
300                         <Tool
301                                 Name="VCLinkerTool"
302                                 AdditionalDependencies="sg.lib ul.lib net.lib ws2_32.lib"
303                                 LinkIncremental="1"
304                                 AdditionalLibraryDirectories="..\..\..\..\3rdParty.x64\lib"
305                                 GenerateDebugInformation="true"
306                                 SubSystem="1"
307                                 OptimizeReferences="2"
308                                 EnableCOMDATFolding="2"
309                                 RandomizedBaseAddress="1"
310                                 DataExecutionPrevention="0"
311                                 TargetMachine="17"
312                         />
313                         <Tool
314                                 Name="VCALinkTool"
315                         />
316                         <Tool
317                                 Name="VCManifestTool"
318                         />
319                         <Tool
320                                 Name="VCXDCMakeTool"
321                         />
322                         <Tool
323                                 Name="VCBscMakeTool"
324                         />
325                         <Tool
326                                 Name="VCFxCopTool"
327                         />
328                         <Tool
329                                 Name="VCAppVerifierTool"
330                         />
331                         <Tool
332                                 Name="VCPostBuildEventTool"
333                         />
334                 </Configuration>
335         </Configurations>
336         <References>
337         </References>
338         <Files>
339                 <Filter
340                         Name="Source Files"
341                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
342                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
343                         >
344                         <File
345                                 RelativePath="..\..\..\src\Main\metar_main.cxx"
346                                 >
347                         </File>
348                 </Filter>
349                 <Filter
350                         Name="Header Files"
351                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
352                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
353                         >
354                 </Filter>
355                 <Filter
356                         Name="Resource Files"
357                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
358                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
359                         >
360                 </Filter>
361         </Files>
362         <Globals>
363         </Globals>
364 </VisualStudioProject>