source: experimental/distortionNG/distortionNG.vcproj @ 346

Last change on this file since 346 was 346, checked in by Torben Dannhauer, 12 years ago
File size: 8.7 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9,00"
5        Name="distortionNG"
6        ProjectGUID="{5A40C2C2-1D46-490F-AEA1-AB569BD5714A}"
7        RootNamespace="distortionNG"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15                <Platform
16                        Name="x64"
17                />
18        </Platforms>
19        <ToolFiles>
20        </ToolFiles>
21        <Configurations>
22                <Configuration
23                        Name="Debug|Win32"
24                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
25                        IntermediateDirectory="$(ConfigurationName)"
26                        ConfigurationType="1"
27                        CharacterSet="1"
28                        >
29                        <Tool
30                                Name="VCPreBuildEventTool"
31                        />
32                        <Tool
33                                Name="VCCustomBuildTool"
34                        />
35                        <Tool
36                                Name="VCXMLDataGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCWebServiceProxyGeneratorTool"
40                        />
41                        <Tool
42                                Name="VCMIDLTool"
43                        />
44                        <Tool
45                                Name="VCCLCompilerTool"
46                                Optimization="0"
47                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;"
48                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
49                                MinimalRebuild="false"
50                                BasicRuntimeChecks="3"
51                                RuntimeLibrary="3"
52                                UsePrecompiledHeader="0"
53                                WarningLevel="3"
54                                DebugInformationFormat="4"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCPreLinkEventTool"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                AdditionalDependencies="OpenThreadsd.lib osgd.lib osgDBd.lib osgUtild.lib osgGAd.lib osgViewerd.lib osgTextd.lib osgTerraind.lib opengl32.lib D:\OpenSceneGraph\3rdParty_x86_x64\x64\lib\zlibD.lib"
68                                LinkIncremental="2"
69                                AdditionalLibraryDirectories="&quot;$(OSG_ROOT)\lib\&quot;"
70                                GenerateDebugInformation="true"
71                                SubSystem="1"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                        />
86                        <Tool
87                                Name="VCFxCopTool"
88                        />
89                        <Tool
90                                Name="VCAppVerifierTool"
91                        />
92                        <Tool
93                                Name="VCPostBuildEventTool"
94                        />
95                </Configuration>
96                <Configuration
97                        Name="Debug|x64"
98                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
99                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
100                        ConfigurationType="1"
101                        CharacterSet="1"
102                        >
103                        <Tool
104                                Name="VCPreBuildEventTool"
105                        />
106                        <Tool
107                                Name="VCCustomBuildTool"
108                        />
109                        <Tool
110                                Name="VCXMLDataGeneratorTool"
111                        />
112                        <Tool
113                                Name="VCWebServiceProxyGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCMIDLTool"
117                                TargetEnvironment="3"
118                        />
119                        <Tool
120                                Name="VCCLCompilerTool"
121                                Optimization="0"
122                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;"
123                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
124                                MinimalRebuild="false"
125                                BasicRuntimeChecks="3"
126                                RuntimeLibrary="3"
127                                UsePrecompiledHeader="0"
128                                WarningLevel="3"
129                                DebugInformationFormat="3"
130                        />
131                        <Tool
132                                Name="VCManagedResourceCompilerTool"
133                        />
134                        <Tool
135                                Name="VCResourceCompilerTool"
136                        />
137                        <Tool
138                                Name="VCPreLinkEventTool"
139                        />
140                        <Tool
141                                Name="VCLinkerTool"
142                                AdditionalDependencies="OpenThreadsd.lib osgd.lib osgDBd.lib osgUtild.lib osgGAd.lib osgViewerd.lib osgTextd.lib osgTerraind.lib opengl32.lib D:\OpenSceneGraph\3rdParty_x86_x64\x64\lib\zlibD.lib"
143                                LinkIncremental="2"
144                                AdditionalLibraryDirectories="&quot;$(OSG_ROOT)\lib\&quot;"
145                                GenerateDebugInformation="true"
146                                SubSystem="1"
147                                TargetMachine="17"
148                        />
149                        <Tool
150                                Name="VCALinkTool"
151                        />
152                        <Tool
153                                Name="VCManifestTool"
154                        />
155                        <Tool
156                                Name="VCXDCMakeTool"
157                        />
158                        <Tool
159                                Name="VCBscMakeTool"
160                        />
161                        <Tool
162                                Name="VCFxCopTool"
163                        />
164                        <Tool
165                                Name="VCAppVerifierTool"
166                        />
167                        <Tool
168                                Name="VCPostBuildEventTool"
169                        />
170                </Configuration>
171                <Configuration
172                        Name="Release|Win32"
173                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
174                        IntermediateDirectory="$(ConfigurationName)"
175                        ConfigurationType="1"
176                        CharacterSet="1"
177                        WholeProgramOptimization="1"
178                        >
179                        <Tool
180                                Name="VCPreBuildEventTool"
181                        />
182                        <Tool
183                                Name="VCCustomBuildTool"
184                        />
185                        <Tool
186                                Name="VCXMLDataGeneratorTool"
187                        />
188                        <Tool
189                                Name="VCWebServiceProxyGeneratorTool"
190                        />
191                        <Tool
192                                Name="VCMIDLTool"
193                        />
194                        <Tool
195                                Name="VCCLCompilerTool"
196                                Optimization="2"
197                                EnableIntrinsicFunctions="true"
198                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;"
199                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
200                                RuntimeLibrary="2"
201                                EnableFunctionLevelLinking="true"
202                                UsePrecompiledHeader="0"
203                                WarningLevel="3"
204                                DebugInformationFormat="3"
205                        />
206                        <Tool
207                                Name="VCManagedResourceCompilerTool"
208                        />
209                        <Tool
210                                Name="VCResourceCompilerTool"
211                        />
212                        <Tool
213                                Name="VCPreLinkEventTool"
214                        />
215                        <Tool
216                                Name="VCLinkerTool"
217                                AdditionalDependencies="OpenThreads.lib osg.lib osgDB.lib osgUtil.lib osgGA.lib osgViewer.lib osgText.lib osgTerrain.lib opengl32.lib D:\OpenSceneGraph\3rdParty_x86_x64\x64\lib\zlib.lib"
218                                LinkIncremental="1"
219                                AdditionalLibraryDirectories="&quot;$(OSG_ROOT)\lib\&quot;"
220                                GenerateDebugInformation="true"
221                                SubSystem="1"
222                                OptimizeReferences="2"
223                                EnableCOMDATFolding="2"
224                                TargetMachine="1"
225                        />
226                        <Tool
227                                Name="VCALinkTool"
228                        />
229                        <Tool
230                                Name="VCManifestTool"
231                        />
232                        <Tool
233                                Name="VCXDCMakeTool"
234                        />
235                        <Tool
236                                Name="VCBscMakeTool"
237                        />
238                        <Tool
239                                Name="VCFxCopTool"
240                        />
241                        <Tool
242                                Name="VCAppVerifierTool"
243                        />
244                        <Tool
245                                Name="VCPostBuildEventTool"
246                        />
247                </Configuration>
248                <Configuration
249                        Name="Release|x64"
250                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
251                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
252                        ConfigurationType="1"
253                        CharacterSet="1"
254                        WholeProgramOptimization="1"
255                        >
256                        <Tool
257                                Name="VCPreBuildEventTool"
258                        />
259                        <Tool
260                                Name="VCCustomBuildTool"
261                        />
262                        <Tool
263                                Name="VCXMLDataGeneratorTool"
264                        />
265                        <Tool
266                                Name="VCWebServiceProxyGeneratorTool"
267                        />
268                        <Tool
269                                Name="VCMIDLTool"
270                                TargetEnvironment="3"
271                        />
272                        <Tool
273                                Name="VCCLCompilerTool"
274                                Optimization="2"
275                                EnableIntrinsicFunctions="true"
276                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;"
277                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
278                                RuntimeLibrary="2"
279                                EnableFunctionLevelLinking="true"
280                                UsePrecompiledHeader="0"
281                                WarningLevel="3"
282                                DebugInformationFormat="3"
283                        />
284                        <Tool
285                                Name="VCManagedResourceCompilerTool"
286                        />
287                        <Tool
288                                Name="VCResourceCompilerTool"
289                        />
290                        <Tool
291                                Name="VCPreLinkEventTool"
292                        />
293                        <Tool
294                                Name="VCLinkerTool"
295                                AdditionalDependencies="OpenThreads.lib osg.lib osgDB.lib osgUtil.lib osgGA.lib osgViewer.lib osgText.lib osgTerrain.lib opengl32.lib D:\OpenSceneGraph\3rdParty_x86_x64\x64\lib\zlib.lib"
296                                LinkIncremental="1"
297                                AdditionalLibraryDirectories="&quot;$(OSG_ROOT)\lib\&quot;"
298                                GenerateDebugInformation="true"
299                                SubSystem="1"
300                                OptimizeReferences="2"
301                                EnableCOMDATFolding="2"
302                                TargetMachine="17"
303                        />
304                        <Tool
305                                Name="VCALinkTool"
306                        />
307                        <Tool
308                                Name="VCManifestTool"
309                        />
310                        <Tool
311                                Name="VCXDCMakeTool"
312                        />
313                        <Tool
314                                Name="VCBscMakeTool"
315                        />
316                        <Tool
317                                Name="VCFxCopTool"
318                        />
319                        <Tool
320                                Name="VCAppVerifierTool"
321                        />
322                        <Tool
323                                Name="VCPostBuildEventTool"
324                        />
325                </Configuration>
326        </Configurations>
327        <References>
328        </References>
329        <Files>
330                <Filter
331                        Name="Quelldateien"
332                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
333                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
334                        >
335                        <File
336                                RelativePath=".\DistortionManipulator.cpp"
337                                >
338                        </File>
339                        <File
340                                RelativePath=".\distortionNG.cpp"
341                                >
342                        </File>
343                        <File
344                                RelativePath=".\DistortionSet.cpp"
345                                >
346                        </File>
347                        <File
348                                RelativePath=".\extViewer.cpp"
349                                >
350                        </File>
351                        <File
352                                RelativePath=".\main.cpp"
353                                >
354                        </File>
355                </Filter>
356                <Filter
357                        Name="Headerdateien"
358                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
359                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
360                        >
361                        <File
362                                RelativePath=".\DistortionManipulator.h"
363                                >
364                        </File>
365                        <File
366                                RelativePath=".\distortionNG.h"
367                                >
368                        </File>
369                        <File
370                                RelativePath=".\DistortionSet.h"
371                                >
372                        </File>
373                        <File
374                                RelativePath=".\extViewer.h"
375                                >
376                        </File>
377                </Filter>
378                <Filter
379                        Name="Ressourcendateien"
380                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
381                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
382                        >
383                </Filter>
384                <File
385                        RelativePath=".\shader.frag"
386                        >
387                </File>
388                <File
389                        RelativePath=".\shader.vert"
390                        >
391                </File>
392        </Files>
393        <Globals>
394        </Globals>
395</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.