source: experimental/TerrainTest/Plugins terrainmod/Plugins terrainmod.vcproj @ 262

Last change on this file since 262 was 262, checked in by Torben Dannhauer, 13 years ago

introduced abstract "terrainModficationTechnique" base class. this class will be derived by every terrainTechnique, e.g. ellipsoidTechnique

File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="Plugins terrainmod"
6        ProjectGUID="{59A20266-19E6-4ABD-A43A-6485BA7C1537}"
7        RootNamespace="Pluginsterrainmod"
8        TargetFrameworkVersion="131072"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21                        IntermediateDirectory="$(ConfigurationName)"
22                        ConfigurationType="2"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="$(OSG_ROOT)/include"
44                                PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;osgdb_terrainmod_EXPORTS"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="false"
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                                LinkLibraryDependencies="false"
64                                AdditionalDependencies="osgTerraind.lib osgDBd.lib osgd.lib OpenThreadsd.lib"
65                                OutputFile="$(OSG_ROOT)\bin\osgPlugins-2.9.11\osgdb_terrainmodd.dll"
66                                Version="0.0"
67                                LinkIncremental="1"
68                                AdditionalLibraryDirectories="$(OSG_ROOT)/lib"
69                                GenerateDebugInformation="true"
70                                TargetMachine="1"
71                        />
72                        <Tool
73                                Name="VCALinkTool"
74                        />
75                        <Tool
76                                Name="VCManifestTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCAppVerifierTool"
89                        />
90                        <Tool
91                                Name="VCPostBuildEventTool"
92                        />
93                </Configuration>
94                <Configuration
95                        Name="Release|Win32"
96                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97                        IntermediateDirectory="$(ConfigurationName)"
98                        ConfigurationType="2"
99                        CharacterSet="2"
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="2"
120                                EnableIntrinsicFunctions="true"
121                                AdditionalIncludeDirectories="$(OSG_ROOT)/include"
122                                PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_SCL_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;osgdb_terrainmods_EXPORTS"
123                                RuntimeLibrary="2"
124                                EnableFunctionLevelLinking="false"
125                                WarningLevel="3"
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                                LinkLibraryDependencies="false"
140                                AdditionalDependencies="osgTerrain.lib osgDB.lib osg.lib OpenThreads.lib"
141                                OutputFile="$(OSG_ROOT)\bin\osgPlugins-2.9.11\osgdb_terrainmod.dll"
142                                Version="0.0"
143                                LinkIncremental="1"
144                                AdditionalLibraryDirectories="$(OSG_ROOT)/lib"
145                                GenerateDebugInformation="true"
146                                OptimizeReferences="2"
147                                EnableCOMDATFolding="2"
148                                TargetMachine="1"
149                        />
150                        <Tool
151                                Name="VCALinkTool"
152                        />
153                        <Tool
154                                Name="VCManifestTool"
155                        />
156                        <Tool
157                                Name="VCXDCMakeTool"
158                        />
159                        <Tool
160                                Name="VCBscMakeTool"
161                        />
162                        <Tool
163                                Name="VCFxCopTool"
164                        />
165                        <Tool
166                                Name="VCAppVerifierTool"
167                        />
168                        <Tool
169                                Name="VCPostBuildEventTool"
170                        />
171                </Configuration>
172        </Configurations>
173        <References>
174        </References>
175        <Files>
176                <Filter
177                        Name="Quelldateien"
178                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
179                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
180                        >
181                        <File
182                                RelativePath="..\ellipsoidTechnique.cpp"
183                                >
184                        </File>
185                        <File
186                                RelativePath="..\ModificationVisitor.cpp"
187                                >
188                        </File>
189                        <File
190                                RelativePath="..\ReaderWriterTerrainMod.cpp"
191                                >
192                        </File>
193                        <File
194                                RelativePath="..\terrainModificationTechnique.cpp"
195                                >
196                        </File>
197                </Filter>
198                <Filter
199                        Name="Headerdateien"
200                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
201                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
202                        >
203                        <File
204                                RelativePath="..\ellipsoidTechnique.h"
205                                >
206                        </File>
207                        <File
208                                RelativePath="..\ModificationVisitor.h"
209                                >
210                        </File>
211                        <File
212                                RelativePath="..\ReaderWriterTerrainMod.h"
213                                >
214                        </File>
215                        <File
216                                RelativePath="..\terrainModificationTechnique.h"
217                                >
218                        </File>
219                </Filter>
220                <Filter
221                        Name="Ressourcendateien"
222                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
223                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
224                        >
225                </Filter>
226        </Files>
227        <Globals>
228        </Globals>
229</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.