]> git.mxchange.org Git - flightgear.git/blob - projects/VC7.1/fgadmin.vcproj
Update MSVC 7.1 projects. Rename ATC -> ATCDCL
[flightgear.git] / projects / VC7.1 / fgadmin.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="fgadmin"
6         ProjectGUID="{7004E589-7EA0-4AFD-B432-3D5E00B55049}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="fgadmin_Debug"
16                         IntermediateDirectory="fgadmin_Debug"
17                         ConfigurationType="1"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="&quot;..\..\..\fltk-1.1.7&quot;;..\..\..;..\..\..\SimGear;..\..\..\OpenSceneGraph\include;..\..\..\..\..\OpenThreads\include;..\..\..\3rdParty\include"
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_ZLIB;NOMINMAX;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 UsePrecompiledHeader="0"
28                                 WarningLevel="3"
29                                 Detect64BitPortabilityProblems="TRUE"
30                                 DebugInformationFormat="4"/>
31                         <Tool
32                                 Name="VCCustomBuildTool"/>
33                         <Tool
34                                 Name="VCLinkerTool"
35                                 AdditionalDependencies="fltkd.lib ul_d.lib comctl32.lib wsock32.lib zlibd.lib sg_d.lib"
36                                 OutputFile="$(OutDir)/fgadmin.exe"
37                                 LinkIncremental="2"
38                                 AdditionalLibraryDirectories="&quot;..\..\..\fltk-1.1.7\lib&quot;;..\..\..\plib;..\..\..\3rdParty\lib"
39                                 GenerateDebugInformation="TRUE"
40                                 ProgramDatabaseFile="$(OutDir)/fgadmin.pdb"
41                                 SubSystem="1"
42                                 TargetMachine="1"/>
43                         <Tool
44                                 Name="VCMIDLTool"/>
45                         <Tool
46                                 Name="VCPostBuildEventTool"/>
47                         <Tool
48                                 Name="VCPreBuildEventTool"/>
49                         <Tool
50                                 Name="VCPreLinkEventTool"/>
51                         <Tool
52                                 Name="VCResourceCompilerTool"/>
53                         <Tool
54                                 Name="VCWebServiceProxyGeneratorTool"/>
55                         <Tool
56                                 Name="VCXMLDataGeneratorTool"/>
57                         <Tool
58                                 Name="VCWebDeploymentTool"/>
59                         <Tool
60                                 Name="VCManagedWrapperGeneratorTool"/>
61                         <Tool
62                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                 </Configuration>
64                 <Configuration
65                         Name="Release|Win32"
66                         OutputDirectory="fgadmin_Release"
67                         IntermediateDirectory="fgadmin_Release"
68                         ConfigurationType="1"
69                         CharacterSet="2">
70                         <Tool
71                                 Name="VCCLCompilerTool"
72                                 Optimization="2"
73                                 InlineFunctionExpansion="1"
74                                 OmitFramePointers="TRUE"
75                                 AdditionalIncludeDirectories="&quot;..\..\..\fltk-1.1.7&quot;;..\..\..;..\..\..\SimGear;..\..\..\OpenSceneGraph\include;..\..\..\3rdParty\include"
76                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_ZLIB;NOMINMAX;_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
77                                 StringPooling="TRUE"
78                                 RuntimeLibrary="2"
79                                 EnableFunctionLevelLinking="TRUE"
80                                 UsePrecompiledHeader="0"
81                                 WarningLevel="3"
82                                 Detect64BitPortabilityProblems="TRUE"
83                                 DebugInformationFormat="0"/>
84                         <Tool
85                                 Name="VCCustomBuildTool"/>
86                         <Tool
87                                 Name="VCLinkerTool"
88                                 AdditionalDependencies="fltk.lib ul.lib sg.lib comctl32.lib wsock32.lib zlib.lib"
89                                 OutputFile="$(OutDir)/fgadmin.exe"
90                                 LinkIncremental="1"
91                                 AdditionalLibraryDirectories="&quot;..\..\..\fltk-1.1.7\lib&quot;;..\..\..\plib;..\..\..\3rdParty\lib"
92                                 GenerateDebugInformation="FALSE"
93                                 SubSystem="2"
94                                 OptimizeReferences="2"
95                                 EnableCOMDATFolding="2"
96                                 TargetMachine="1"/>
97                         <Tool
98                                 Name="VCMIDLTool"/>
99                         <Tool
100                                 Name="VCPostBuildEventTool"/>
101                         <Tool
102                                 Name="VCPreBuildEventTool"/>
103                         <Tool
104                                 Name="VCPreLinkEventTool"/>
105                         <Tool
106                                 Name="VCResourceCompilerTool"/>
107                         <Tool
108                                 Name="VCWebServiceProxyGeneratorTool"/>
109                         <Tool
110                                 Name="VCXMLDataGeneratorTool"/>
111                         <Tool
112                                 Name="VCWebDeploymentTool"/>
113                         <Tool
114                                 Name="VCManagedWrapperGeneratorTool"/>
115                         <Tool
116                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
117                 </Configuration>
118         </Configurations>
119         <References>
120         </References>
121         <Files>
122                 <Filter
123                         Name="Source Files"
124                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
125                         <File
126                                 RelativePath="..\..\utils\fgadmin\src\fgadmin.cxx">
127                         </File>
128                         <File
129                                 RelativePath="..\..\utils\fgadmin\src\fgadmin_funcs.cxx">
130                         </File>
131                         <File
132                                 RelativePath="..\..\utils\fgadmin\src\main.cxx">
133                         </File>
134                         <File
135                                 RelativePath="..\..\utils\fgadmin\src\untarka.c">
136                         </File>
137                 </Filter>
138                 <Filter
139                         Name="Header Files"
140                         Filter="h;hpp;hxx;hm;inl;inc">
141                         <File
142                                 RelativePath="..\..\utils\fgadmin\src\config.h">
143                         </File>
144                         <File
145                                 RelativePath="..\..\utils\fgadmin\src\fgadmin.h">
146                         </File>
147                         <File
148                                 RelativePath=".\resource.h">
149                         </File>
150                         <File
151                                 RelativePath="..\..\utils\fgadmin\src\untarka.h">
152                         </File>
153                 </Filter>
154                 <File
155                         RelativePath=".\fgadmin.rc">
156                 </File>
157                 <File
158                         RelativePath=".\flightgear.ico">
159                 </File>
160         </Files>
161         <Globals>
162         </Globals>
163 </VisualStudioProject>