source: experimental/TerrainTest/ModificationManager/ModificationManager.vcproj @ 285

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

KdTree? Issue fixed

File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="ModificationManager"
6        ProjectGUID="{C6A93F26-EE4F-4B7A-BA20-11D7E34C6F58}"
7        RootNamespace="ModificationManager"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15        </Platforms>
16        <ToolFiles>
17        </ToolFiles>
18        <Configurations>
19                <Configuration
20                        Name="Debug|Win32"
21                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22                        IntermediateDirectory="$(ConfigurationName)"
23                        ConfigurationType="2"
24                        CharacterSet="1"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;;..\;.\"
45                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MODIFICATIONMANAGER_EXPORTS;TERRAINMODMANAGER_LIBRARY;USE_TERRAIN_PROTO_WORKAROUND"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="3"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                                Description=""
62                                CommandLine=""
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                LinkLibraryDependencies="false"
67                                AdditionalDependencies="osgTerraind.lib osgDBd.lib osgd.lib OpenThreadsd.lib"
68                                OutputFile="$(OSG_ROOT)\bin\$(ProjectName)d.dll"
69                                LinkIncremental="2"
70                                AdditionalLibraryDirectories="$(OSG_ROOT)/lib"
71                                GenerateDebugInformation="true"
72                                SubSystem="2"
73                                ImportLibrary="$(TargetDir)$(TargetName).lib"
74                                TargetMachine="1"
75                        />
76                        <Tool
77                                Name="VCALinkTool"
78                        />
79                        <Tool
80                                Name="VCManifestTool"
81                        />
82                        <Tool
83                                Name="VCXDCMakeTool"
84                        />
85                        <Tool
86                                Name="VCBscMakeTool"
87                        />
88                        <Tool
89                                Name="VCFxCopTool"
90                        />
91                        <Tool
92                                Name="VCAppVerifierTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                                Description="Move Library to OSG_ROOT\lib"
97                                CommandLine="move $(OSG_ROOT)\bin\$(ProjectName)d.lib $(OSG_ROOT)\lib"
98                        />
99                </Configuration>
100                <Configuration
101                        Name="Release|Win32"
102                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
103                        IntermediateDirectory="$(ConfigurationName)"
104                        ConfigurationType="2"
105                        CharacterSet="1"
106                        WholeProgramOptimization="1"
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                        />
123                        <Tool
124                                Name="VCCLCompilerTool"
125                                Optimization="2"
126                                EnableIntrinsicFunctions="true"
127                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;;..\;.\"
128                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MODIFICATIONMANAGER_EXPORTS;TERRAINMODMANAGER_LIBRARY;USE_TERRAIN_PROTO_WORKAROUND"
129                                RuntimeLibrary="2"
130                                EnableFunctionLevelLinking="true"
131                                UsePrecompiledHeader="0"
132                                WarningLevel="3"
133                                DebugInformationFormat="3"
134                        />
135                        <Tool
136                                Name="VCManagedResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCResourceCompilerTool"
140                        />
141                        <Tool
142                                Name="VCPreLinkEventTool"
143                                Description="Move Library to OSG_ROOT\lib"
144                                CommandLine="move $(OSG_ROOT)\bin\$(ProjectName).lib $(OSG_ROOT)\lib"
145                        />
146                        <Tool
147                                Name="VCLinkerTool"
148                                LinkLibraryDependencies="false"
149                                AdditionalDependencies="osgTerrain.lib osgDB.lib osg.lib OpenThreads.lib"
150                                OutputFile="$(OSG_ROOT)\bin\$(ProjectName).dll"
151                                LinkIncremental="1"
152                                AdditionalLibraryDirectories="$(OSG_ROOT)/lib"
153                                GenerateDebugInformation="true"
154                                SubSystem="2"
155                                OptimizeReferences="2"
156                                EnableCOMDATFolding="2"
157                                TargetMachine="1"
158                        />
159                        <Tool
160                                Name="VCALinkTool"
161                        />
162                        <Tool
163                                Name="VCManifestTool"
164                        />
165                        <Tool
166                                Name="VCXDCMakeTool"
167                        />
168                        <Tool
169                                Name="VCBscMakeTool"
170                        />
171                        <Tool
172                                Name="VCFxCopTool"
173                        />
174                        <Tool
175                                Name="VCAppVerifierTool"
176                        />
177                        <Tool
178                                Name="VCPostBuildEventTool"
179                        />
180                </Configuration>
181        </Configurations>
182        <References>
183        </References>
184        <Files>
185                <Filter
186                        Name="Quelldateien"
187                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
188                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
189                        >
190                        <File
191                                RelativePath=".\ModificationManager.cpp"
192                                >
193                        </File>
194                        <File
195                                RelativePath="..\myTerrainTechnique.cpp"
196                                >
197                        </File>
198                </Filter>
199                <Filter
200                        Name="Headerdateien"
201                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
202                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
203                        >
204                        <File
205                                RelativePath=".\Export.h"
206                                >
207                        </File>
208                        <File
209                                RelativePath=".\ModificationManager.h"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\myTerrainTechnique.h"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\region.h"
218                                >
219                        </File>
220                </Filter>
221                <Filter
222                        Name="Ressourcendateien"
223                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
224                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
225                        >
226                </Filter>
227        </Files>
228        <Globals>
229        </Globals>
230</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.