|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
|
<VisualStudioProject
|
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
|
Version="9.00"
|
|
|
|
|
Version="9,00"
|
|
|
|
|
Name="nel_mesh_lib"
|
|
|
|
|
ProjectGUID="{76F225A9-306F-4B99-9606-6B98B680F5FB}"
|
|
|
|
|
RootNamespace="nel_mesh_lib"
|
|
|
|
@ -88,9 +88,9 @@
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
ConfigurationType="4"
|
|
|
|
|
CharacterSet="2"
|
|
|
|
|
>
|
|
|
|
@ -108,22 +108,23 @@
|
|
|
|
|
/>
|
|
|
|
|
<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;_LIB"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_LIB"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
DisableLanguageExtensions="false"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
@ -136,9 +137,9 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
|
OutputFile="$(RootNamespace)_r.lib"
|
|
|
|
|
OutputFile="$(RootNamespace)_d.lib"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrtd"
|
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrt"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCALinkTool"
|
|
|
|
@ -157,9 +158,9 @@
|
|
|
|
|
/>
|
|
|
|
|
</Configuration>
|
|
|
|
|
<Configuration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
OutputDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)\$(ProjectName)"
|
|
|
|
|
ConfigurationType="4"
|
|
|
|
|
CharacterSet="2"
|
|
|
|
|
>
|
|
|
|
@ -177,20 +178,20 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
|
TargetEnvironment="3"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|
Optimization="4"
|
|
|
|
|
InlineFunctionExpansion="1"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_DEBUG;_LIB"
|
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
|
OmitFramePointers="true"
|
|
|
|
|
EnableFiberSafeOptimizations="true"
|
|
|
|
|
PreprocessorDefinitions="LIBXML_STATIC;WIN32;NDEBUG;ASSERT_THROW_EXCEPTION;_LIB"
|
|
|
|
|
StringPooling="true"
|
|
|
|
|
ExceptionHandling="2"
|
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
|
SmallerTypeCheck="true"
|
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
|
BufferSecurityCheck="true"
|
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
|
DisableLanguageExtensions="false"
|
|
|
|
|
WarningLevel="3"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
@ -206,9 +207,9 @@
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
|
OutputFile="$(RootNamespace)_d.lib"
|
|
|
|
|
OutputFile="$(RootNamespace)_r.lib"
|
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrt"
|
|
|
|
|
IgnoreDefaultLibraryNames="libc;libcmt;libcmtd;msvcrtd"
|
|
|
|
|
/>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCALinkTool"
|
|
|
|
@ -416,7 +417,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
@ -424,7 +425,7 @@
|
|
|
|
|
/>
|
|
|
|
|
</FileConfiguration>
|
|
|
|
|
<FileConfiguration
|
|
|
|
|
Name="Debug|x64"
|
|
|
|
|
Name="Release|Win32"
|
|
|
|
|
>
|
|
|
|
|
<Tool
|
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
|