~ubuntu-branches/ubuntu/saucy/fgfs-atlas/saucy

« back to all changes in this revision

Viewing changes to Atlas/atlas.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Ove Kaaven
  • Date: 2006-03-31 13:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20060331133725-h671cls8c2a2vpwv
Tags: upstream-0.3.0
ImportĀ upstreamĀ versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding = "Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.00"
 
5
        Name="atlas"
 
6
        ProjectGUID="{E008B81E-8B7F-4E04-AE7E-DD59823B1005}"
 
7
        SccProjectName=""
 
8
        SccLocalPath="">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Release|Win32"
 
16
                        OutputDirectory=".\Release"
 
17
                        IntermediateDirectory=".\Release"
 
18
                        ConfigurationType="1"
 
19
                        UseOfMFC="0"
 
20
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
21
                        CharacterSet="2">
 
22
                        <Tool
 
23
                                Name="VCCLCompilerTool"
 
24
                                InlineFunctionExpansion="1"
 
25
                                PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE,FGBASE_DIR=\&quot;C:\\FlightGear\\data\&quot;"
 
26
                                StringPooling="TRUE"
 
27
                                RuntimeLibrary="0"
 
28
                                EnableFunctionLevelLinking="TRUE"
 
29
                                UsePrecompiledHeader="2"
 
30
                                PrecompiledHeaderFile=".\Release/atlas.pch"
 
31
                                AssemblerListingLocation=".\Release/"
 
32
                                ObjectFile=".\Release/"
 
33
                                ProgramDataBaseFileName=".\Release/"
 
34
                                WarningLevel="3"
 
35
                                SuppressStartupBanner="TRUE"/>
 
36
                        <Tool
 
37
                                Name="VCCustomBuildTool"/>
 
38
                        <Tool
 
39
                                Name="VCLinkerTool"
 
40
                                AdditionalOptions="/MACHINE:I386"
 
41
                                AdditionalDependencies="wsock32.lib pui-nd.lib ul-nd.lib fnt-nd.lib net-nd.lib SimGear-nd.lib libpng.lib"
 
42
                                OutputFile=".\Release/atlas.exe"
 
43
                                LinkIncremental="1"
 
44
                                SuppressStartupBanner="TRUE"
 
45
                                AdditionalLibraryDirectories="&quot;I:\FlightGear\cvs\SimGear\release-nd&quot;"
 
46
                                ProgramDatabaseFile=".\Release/atlas.pdb"
 
47
                                SubSystem="1"/>
 
48
                        <Tool
 
49
                                Name="VCMIDLTool"
 
50
                                TypeLibraryName=".\Release/atlas.tlb"/>
 
51
                        <Tool
 
52
                                Name="VCPostBuildEventTool"/>
 
53
                        <Tool
 
54
                                Name="VCPreBuildEventTool"/>
 
55
                        <Tool
 
56
                                Name="VCPreLinkEventTool"/>
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                                PreprocessorDefinitions="NDEBUG"
 
60
                                Culture="1036"/>
 
61
                        <Tool
 
62
                                Name="VCWebServiceProxyGeneratorTool"/>
 
63
                        <Tool
 
64
                                Name="VCWebDeploymentTool"/>
 
65
                </Configuration>
 
66
                <Configuration
 
67
                        Name="Debug|Win32"
 
68
                        OutputDirectory=".\Debug"
 
69
                        IntermediateDirectory=".\Debug"
 
70
                        ConfigurationType="1"
 
71
                        UseOfMFC="0"
 
72
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
73
                        CharacterSet="2">
 
74
                        <Tool
 
75
                                Name="VCCLCompilerTool"
 
76
                                Optimization="0"
 
77
                                PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,FGBASE_DIR=\&quot;C:\\FlightGear\\data\&quot;"
 
78
                                BasicRuntimeChecks="3"
 
79
                                RuntimeLibrary="3"
 
80
                                UsePrecompiledHeader="2"
 
81
                                PrecompiledHeaderFile=".\Debug/atlas.pch"
 
82
                                AssemblerListingLocation=".\Debug/"
 
83
                                ObjectFile=".\Debug/"
 
84
                                ProgramDataBaseFileName=".\Debug/"
 
85
                                WarningLevel="3"
 
86
                                SuppressStartupBanner="TRUE"
 
87
                                DebugInformationFormat="4"/>
 
88
                        <Tool
 
89
                                Name="VCCustomBuildTool"/>
 
90
                        <Tool
 
91
                                Name="VCLinkerTool"
 
92
                                AdditionalOptions="/MACHINE:I386"
 
93
                                AdditionalDependencies="wsock32.lib pui_d.lib ul_d.lib fnt_d.lib net_d.lib SimGear_d.lib libpng.lib"
 
94
                                OutputFile=".\Debug/atlas.exe"
 
95
                                LinkIncremental="2"
 
96
                                SuppressStartupBanner="TRUE"
 
97
                                AdditionalLibraryDirectories="&quot;i:\fgfs-osg\OpenSceneGraph\lib&quot;"
 
98
                                GenerateDebugInformation="TRUE"
 
99
                                ProgramDatabaseFile=".\Debug/atlas.pdb"
 
100
                                SubSystem="1"/>
 
101
                        <Tool
 
102
                                Name="VCMIDLTool"
 
103
                                TypeLibraryName=".\Debug/atlas.tlb"/>
 
104
                        <Tool
 
105
                                Name="VCPostBuildEventTool"/>
 
106
                        <Tool
 
107
                                Name="VCPreBuildEventTool"/>
 
108
                        <Tool
 
109
                                Name="VCPreLinkEventTool"/>
 
110
                        <Tool
 
111
                                Name="VCResourceCompilerTool"
 
112
                                PreprocessorDefinitions="_DEBUG"
 
113
                                Culture="1036"/>
 
114
                        <Tool
 
115
                                Name="VCWebServiceProxyGeneratorTool"/>
 
116
                        <Tool
 
117
                                Name="VCWebDeploymentTool"/>
 
118
                </Configuration>
 
119
        </Configurations>
 
120
        <Files>
 
121
                <Filter
 
122
                        Name="Source Files"
 
123
                        Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
 
124
                        <File
 
125
                                RelativePath="..\src\Atlas.cxx">
 
126
                        </File>
 
127
                        <File
 
128
                                RelativePath="..\src\FlightTrack.cxx">
 
129
                        </File>
 
130
                        <File
 
131
                                RelativePath="..\src\LoadPng.cxx">
 
132
                        </File>
 
133
                        <File
 
134
                                RelativePath="..\src\MapBrowser.cxx">
 
135
                        </File>
 
136
                        <File
 
137
                                RelativePath="..\src\MapMaker.cxx">
 
138
                        </File>
 
139
                        <File
 
140
                                RelativePath="..\src\Output.cxx">
 
141
                        </File>
 
142
                        <File
 
143
                                RelativePath="..\src\OutputGL.cxx">
 
144
                        </File>
 
145
                        <File
 
146
                                RelativePath="..\src\Overlays.cxx">
 
147
                        </File>
 
148
                        <File
 
149
                                RelativePath="..\src\Projection.cxx">
 
150
                        </File>
 
151
                </Filter>
 
152
                <Filter
 
153
                        Name="Header Files"
 
154
                        Filter="h;hpp;hxx;hm;inl">
 
155
                        <File
 
156
                                RelativePath="..\src\FlightTrack.hxx">
 
157
                        </File>
 
158
                        <File
 
159
                                RelativePath="..\src\Geodesy.hxx">
 
160
                        </File>
 
161
                        <File
 
162
                                RelativePath="..\src\LoadPng.hxx">
 
163
                        </File>
 
164
                        <File
 
165
                                RelativePath="..\src\MapBrowser.hxx">
 
166
                        </File>
 
167
                        <File
 
168
                                RelativePath="..\src\MapMaker.hxx">
 
169
                        </File>
 
170
                        <File
 
171
                                RelativePath="..\src\Output.hxx">
 
172
                        </File>
 
173
                        <File
 
174
                                RelativePath="..\src\OutputGL.hxx">
 
175
                        </File>
 
176
                        <File
 
177
                                RelativePath="..\src\Overlays.hxx">
 
178
                        </File>
 
179
                        <File
 
180
                                RelativePath="..\src\Projection.hxx">
 
181
                        </File>
 
182
                </Filter>
 
183
                <Filter
 
184
                        Name="Resource Files"
 
185
                        Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
 
186
                </Filter>
 
187
        </Files>
 
188
        <Globals>
 
189
        </Globals>
 
190
</VisualStudioProject>