Ignore:
Timestamp:
Apr 17, 2012, 10:55:16 PM (12 years ago)
Author:
Torben Dannhauer
Message:

first draft of the complete distortion framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/distortionNG/distortionNG.vcproj

    r334 r342  
    1313                        Name="Win32"
    1414                />
     15                <Platform
     16                        Name="x64"
     17                />
    1518        </Platforms>
    1619        <ToolFiles>
     
    168171                        />
    169172                </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>
    170326        </Configurations>
    171327        <References>
Note: See TracChangeset for help on using the changeset viewer.