|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<VisualStudioProject
|
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
|
Version="9.00"
|
|
|
|
|
Version="9,00"
|
|
|
|
|
Name="nel_vertex_tree_paint"
|
|
|
|
|
ProjectGUID="{680F9C48-975D-425A-89DF-D7AC3C093968}"
|
|
|
|
|
RootNamespace="vertex_tree_paint"
|
|
|
|
@ -100,9 +100,9 @@
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
ConfigurationType="2"
|
|
|
|
|
CharacterSet="2"
|
|
|
|
|
>
|
|
|
|
@ -120,21 +120,20 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="4"
|
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;NDEBUG;ASSERT_THROW_EXCEPTION;_USRDLL"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_USRDLL"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
EnableEnhancedInstructionSet="2"
|
|
|
|
|
DisableLanguageExtensions="false"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
@ -151,16 +150,14 @@
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="maxscrpt.lib helpsys.lib winmm.lib libxml2.lib comctl32.lib delayimp.lib bmm.lib core.lib edmodel.lib geom.lib gfx.lib mesh.lib mnmath.lib paramblk2.lib maxutil.lib acap.lib version.lib freetype.lib ws2_32.lib"
|
|
|
|
|
OutputFile="..\plugins\$(ProjectName)_r.dlm"
|
|
|
|
|
OutputFile="..\plugins\$(ProjectName)_d.dlm"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrtd"
|
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrt"
|
|
|
|
|
ModuleDefinitionFile="$(RootNamespace).def"
|
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
|
OptimizeReferences="2"
|
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
|
ImportLibrary="$(ProjectName)_r.lib"
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
ImportLibrary="$(ProjectName)_d.lib"
|
|
|
|
|
TargetMachine="17"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCALinkTool"
|
|
|
|
@ -185,9 +182,9 @@
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
|
ConfigurationType="2"
|
|
|
|
|
CharacterSet="2"
|
|
|
|
|
>
|
|
|
|
@ -205,20 +202,20 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="4"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_USRDLL"
|
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;NDEBUG;ASSERT_THROW_EXCEPTION;_USRDLL"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
DisableLanguageExtensions="false"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
@ -235,14 +232,16 @@
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
|
AdditionalDependencies="maxscrpt.lib helpsys.lib winmm.lib libxml2.lib comctl32.lib delayimp.lib bmm.lib core.lib edmodel.lib geom.lib gfx.lib mesh.lib mnmath.lib paramblk2.lib maxutil.lib acap.lib version.lib freetype.lib ws2_32.lib"
|
|
|
|
|
OutputFile="..\plugins\$(ProjectName)_d.dlm"
|
|
|
|
|
OutputFile="..\plugins\$(ProjectName)_r.dlm"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrt"
|
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrtd"
|
|
|
|
|
ModuleDefinitionFile="$(RootNamespace).def"
|
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
|
ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb"
|
|
|
|
|
ImportLibrary="$(ProjectName)_d.lib"
|
|
|
|
|
TargetMachine="17"
|
|
|
|
|
OptimizeReferences="2"
|
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
|
ImportLibrary="$(ProjectName)_r.lib"
|
|
|
|
|
TargetMachine="1"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCALinkTool"
|
|
|
|
|