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

Last change on this file since 291 was 291, checked in by Torben Dannhauer, 13 years ago
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                                CommandLine=""
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                LinkLibraryDependencies="false"
66                                AdditionalDependencies="osgTerraind.lib osgDBd.lib osgd.lib OpenThreadsd.lib"
67                                OutputFile="$(OSG_ROOT)\bin\$(ProjectName)d.dll"
68                                LinkIncremental="2"
69                                AdditionalLibraryDirectories="$(OSG_ROOT)/lib"
70                                GenerateDebugInformation="true"
71                                SubSystem="2"
72                                ImportLibrary="$(TargetDir)$(TargetName).lib"
73                                TargetMachine="1"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCManifestTool"
80                        />
81                        <Tool
82                                Name="VCXDCMakeTool"
83                        />
84                        <Tool
85                                Name="VCBscMakeTool"
86                        />
87                        <Tool
88                                Name="VCFxCopTool"
89                        />
90                        <Tool
91                                Name="VCAppVerifierTool"
92                        />
93                        <Tool
94                                Name="VCPostBuildEventTool"
95                                Description="Move Library to OSG_ROOT\lib"
96                                CommandLine="move $(OSG_ROOT)\bin\$(ProjectName)d.lib $(OSG_ROOT)\lib"
97                        />
98                </Configuration>
99                <Configuration
100                        Name="Release|Win32"
101                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
102                        IntermediateDirectory="$(ConfigurationName)"
103                        ConfigurationType="2"
104                        CharacterSet="1"
105                        WholeProgramOptimization="1"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                Optimization="2"
125                                EnableIntrinsicFunctions="true"
126                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;;..\;.\"
127                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MODIFICATIONMANAGER_EXPORTS;TERRAINMODMANAGER_LIBRARY;USE_TERRAIN_PROTO_WORKAROUND"
128                                RuntimeLibrary="2"
129                                EnableFunctionLevelLinking="true"
130                                UsePrecompiledHeader="0"
131                                WarningLevel="3"
132                                DebugInformationFormat="3"
133                        />
134                        <Tool
135                                Name="VCManagedResourceCompilerTool"
136                        />
137                        <Tool
138                                Name="VCResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCPreLinkEventTool"
142                                Description=""
143                                CommandLine=""
144                        />
145                        <Tool
146                                Name="VCLinkerTool"
147                                LinkLibraryDependencies="false"
148                                AdditionalDependencies="osgTerrain.lib osgDB.lib osg.lib OpenThreads.lib"
149                                OutputFile="$(OSG_ROOT)\bin\$(ProjectName).dll"
150                                LinkIncremental="1"
151                                AdditionalLibraryDirectories="$(OSG_ROOT)/lib"
152                                GenerateDebugInformation="true"
153                                SubSystem="2"
154                                OptimizeReferences="2"
155                                EnableCOMDATFolding="2"
156                                TargetMachine="1"
157                        />
158                        <Tool
159                                Name="VCALinkTool"
160                        />
161                        <Tool
162                                Name="VCManifestTool"
163                        />
164                        <Tool
165                                Name="VCXDCMakeTool"
166                        />
167                        <Tool
168                                Name="VCBscMakeTool"
169                        />
170                        <Tool
171                                Name="VCFxCopTool"
172                        />
173                        <Tool
174                                Name="VCAppVerifierTool"
175                        />
176                        <Tool
177                                Name="VCPostBuildEventTool"
178                                Description="Move Library to OSG_ROOT\lib"
179                                CommandLine="move $(OSG_ROOT)\bin\$(ProjectName).lib $(OSG_ROOT)\lib"
180                        />
181                </Configuration>
182        </Configurations>
183        <References>
184        </References>
185        <Files>
186                <Filter
187                        Name="Quelldateien"
188                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
189                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
190                        >
191                        <File
192                                RelativePath=".\ModificationManager.cpp"
193                                >
194                        </File>
195                        <File
196                                RelativePath="..\myTerrainTechnique.cpp"
197                                >
198                        </File>
199                </Filter>
200                <Filter
201                        Name="Headerdateien"
202                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
203                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
204                        >
205                        <File
206                                RelativePath=".\Export.h"
207                                >
208                        </File>
209                        <File
210                                RelativePath=".\ModificationManager.h"
211                                >
212                        </File>
213                        <File
214                                RelativePath="..\myTerrainTechnique.h"
215                                >
216                        </File>
217                        <File
218                                RelativePath="..\region.h"
219                                >
220                        </File>
221                </Filter>
222                <Filter
223                        Name="Ressourcendateien"
224                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
225                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
226                        >
227                </Filter>
228        </Files>
229        <Globals>
230        </Globals>
231</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.