source: experimental/distortionNG/distortionNG.vcproj @ 342

Last change on this file since 342 was 342, checked in by Torben Dannhauer, 12 years ago

first draft of the complete distortion framework.

File size: 8.4 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="Release|Win32"
98                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
99                        IntermediateDirectory="$(ConfigurationName)"
100                        ConfigurationType="1"
101                        CharacterSet="1"
102                        WholeProgramOptimization="1"
103                        >
104                        <Tool
105                                Name="VCPreBuildEventTool"
106                        />
107                        <Tool
108                                Name="VCCustomBuildTool"
109                        />
110                        <Tool
111                                Name="VCXMLDataGeneratorTool"
112                        />
113                        <Tool
114                                Name="VCWebServiceProxyGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCMIDLTool"
118                        />
119                        <Tool
120                                Name="VCCLCompilerTool"
121                                Optimization="2"
122                                EnableIntrinsicFunctions="true"
123                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;"
124                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
125                                RuntimeLibrary="2"
126                                EnableFunctionLevelLinking="true"
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="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"
143                                LinkIncremental="1"
144                                AdditionalLibraryDirectories="&quot;$(OSG_ROOT)\lib\&quot;"
145                                GenerateDebugInformation="true"
146                                SubSystem="1"
147                                OptimizeReferences="2"
148                                EnableCOMDATFolding="2"
149                                TargetMachine="1"
150                        />
151                        <Tool
152                                Name="VCALinkTool"
153                        />
154                        <Tool
155                                Name="VCManifestTool"
156                        />
157                        <Tool
158                                Name="VCXDCMakeTool"
159                        />
160                        <Tool
161                                Name="VCBscMakeTool"
162                        />
163                        <Tool
164                                Name="VCFxCopTool"
165                        />
166                        <Tool
167                                Name="VCAppVerifierTool"
168                        />
169                        <Tool
170                                Name="VCPostBuildEventTool"
171                        />
172                </Configuration>
173                <Configuration
174                        Name="Debug|x64"
175                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
176                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
177                        ConfigurationType="1"
178                        CharacterSet="1"
179                        >
180                        <Tool
181                                Name="VCPreBuildEventTool"
182                        />
183                        <Tool
184                                Name="VCCustomBuildTool"
185                        />
186                        <Tool
187                                Name="VCXMLDataGeneratorTool"
188                        />
189                        <Tool
190                                Name="VCWebServiceProxyGeneratorTool"
191                        />
192                        <Tool
193                                Name="VCMIDLTool"
194                                TargetEnvironment="3"
195                        />
196                        <Tool
197                                Name="VCCLCompilerTool"
198                                Optimization="0"
199                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;"
200                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
201                                MinimalRebuild="false"
202                                BasicRuntimeChecks="3"
203                                RuntimeLibrary="3"
204                                UsePrecompiledHeader="0"
205                                WarningLevel="3"
206                                DebugInformationFormat="3"
207                        />
208                        <Tool
209                                Name="VCManagedResourceCompilerTool"
210                        />
211                        <Tool
212                                Name="VCResourceCompilerTool"
213                        />
214                        <Tool
215                                Name="VCPreLinkEventTool"
216                        />
217                        <Tool
218                                Name="VCLinkerTool"
219                                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"
220                                LinkIncremental="2"
221                                AdditionalLibraryDirectories="&quot;$(OSG_ROOT)\lib\&quot;"
222                                GenerateDebugInformation="true"
223                                SubSystem="1"
224                                TargetMachine="17"
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=".\distortionNG.cpp"
337                                >
338                        </File>
339                        <File
340                                RelativePath=".\extViewer.cpp"
341                                >
342                        </File>
343                        <File
344                                RelativePath=".\main.cpp"
345                                >
346                        </File>
347                </Filter>
348                <Filter
349                        Name="Headerdateien"
350                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
351                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
352                        >
353                        <File
354                                RelativePath=".\distortionNG.h"
355                                >
356                        </File>
357                        <File
358                                RelativePath=".\extViewer.h"
359                                >
360                        </File>
361                </Filter>
362                <Filter
363                        Name="Ressourcendateien"
364                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
365                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
366                        >
367                </Filter>
368                <File
369                        RelativePath=".\shader.frag"
370                        >
371                </File>
372                <File
373                        RelativePath=".\shader.vert"
374                        >
375                </File>
376        </Files>
377        <Globals>
378        </Globals>
379</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.