]> git.mxchange.org Git - flightgear.git/blob - projects/VC7.1/fgjs.vcproj
Stay with fg_os.cxx for now
[flightgear.git] / projects / VC7.1 / fgjs.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="fgjs"
6         ProjectGUID="{6749547A-6493-4754-8E0E-49FB3137C4CA}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="fgjs_Debug"
16                         IntermediateDirectory="fgjs_Debug"
17                         ConfigurationType="1"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="..\..\src;..\..\..\SimGear;..\..\..;..\..\..\OpenSceneGraph\include;..\..\..\OpenThreads\include;..\..\..\3rdParty\include"
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NOMINMAX;_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="sg_d.lib js_d.lib ul_d.lib zlibd.lib winmm.lib ws2_32.lib"
36                                 OutputFile="$(OutDir)/fgjs.exe"
37                                 LinkIncremental="2"
38                                 AdditionalLibraryDirectories="..\..\..\plib;..\..\..\3rdParty\lib"
39                                 GenerateDebugInformation="TRUE"
40                                 ProgramDatabaseFile="$(OutDir)/fgjs.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="fgjs_Release"
67                         IntermediateDirectory="fgjs_Release"
68                         ConfigurationType="1"
69                         CharacterSet="2">
70                         <Tool
71                                 Name="VCCLCompilerTool"
72                                 AdditionalIncludeDirectories="..\..\src;..\..\..\SimGear;..\..\..;..\..\..\OpenSceneGraph\include;..\..\..\OpenThreads\include;..\..\..\3rdParty\include"
73                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;NOMINMAX;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS"
74                                 RuntimeLibrary="2"
75                                 UsePrecompiledHeader="0"
76                                 WarningLevel="3"
77                                 Detect64BitPortabilityProblems="TRUE"
78                                 DebugInformationFormat="3"/>
79                         <Tool
80                                 Name="VCCustomBuildTool"/>
81                         <Tool
82                                 Name="VCLinkerTool"
83                                 AdditionalDependencies="sg.lib js.lib ul.lib zlib.lib winmm.lib ws2_32.lib"
84                                 OutputFile="$(OutDir)/fgjs.exe"
85                                 LinkIncremental="1"
86                                 AdditionalLibraryDirectories="..\..\..\plib;..\..\..\3rdParty\lib"
87                                 GenerateDebugInformation="TRUE"
88                                 SubSystem="1"
89                                 OptimizeReferences="2"
90                                 EnableCOMDATFolding="2"
91                                 TargetMachine="1"/>
92                         <Tool
93                                 Name="VCMIDLTool"/>
94                         <Tool
95                                 Name="VCPostBuildEventTool"/>
96                         <Tool
97                                 Name="VCPreBuildEventTool"/>
98                         <Tool
99                                 Name="VCPreLinkEventTool"/>
100                         <Tool
101                                 Name="VCResourceCompilerTool"/>
102                         <Tool
103                                 Name="VCWebServiceProxyGeneratorTool"/>
104                         <Tool
105                                 Name="VCXMLDataGeneratorTool"/>
106                         <Tool
107                                 Name="VCWebDeploymentTool"/>
108                         <Tool
109                                 Name="VCManagedWrapperGeneratorTool"/>
110                         <Tool
111                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112                 </Configuration>
113         </Configurations>
114         <References>
115         </References>
116         <Files>
117                 <Filter
118                         Name="Source Files"
119                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
120                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
121                         <File
122                                 RelativePath="..\..\src\Input\fgjs.cxx">
123                         </File>
124                         <File
125                                 RelativePath="..\..\src\Input\jsinput.cxx">
126                         </File>
127                         <File
128                                 RelativePath="..\..\src\Input\jssuper.cxx">
129                         </File>
130                 </Filter>
131                 <Filter
132                         Name="Header Files"
133                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
134                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
135                         <File
136                                 RelativePath="..\..\src\Input\jsinput.h">
137                         </File>
138                         <File
139                                 RelativePath="..\..\src\Input\jssuper.h">
140                         </File>
141                 </Filter>
142                 <Filter
143                         Name="Resource Files"
144                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
145                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
146                 </Filter>
147         </Files>
148         <Globals>
149         </Globals>
150 </VisualStudioProject>