|
@@ -99,13 +99,12 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="Release|Win32"
|
|
|
+ Name="Debug|x64"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets=".\shared\FastSTL.vsprops"
|
|
|
CharacterSet="2"
|
|
|
- WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -121,12 +120,16 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
+ TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ Optimization="0"
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
|
|
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
- RuntimeLibrary="2"
|
|
|
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
+ MinimalRebuild="true"
|
|
|
+ BasicRuntimeChecks="3"
|
|
|
+ RuntimeLibrary="3"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
@@ -144,16 +147,12 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="assimp.lib"
|
|
|
- OutputFile="$(OutDir)\assimp.exe"
|
|
|
- LinkIncremental="1"
|
|
|
+ OutputFile="$(OutDir)\assimp_debug.exe"
|
|
|
+ LinkIncremental="2"
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
- OptimizeReferences="2"
|
|
|
- EnableCOMDATFolding="2"
|
|
|
- RandomizedBaseAddress="1"
|
|
|
- DataExecutionPrevention="0"
|
|
|
- TargetMachine="1"
|
|
|
+ TargetMachine="17"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -178,7 +177,7 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="release-dll|Win32"
|
|
|
+ Name="Release|Win32"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
@@ -257,7 +256,7 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="release-noboost-st|Win32"
|
|
|
+ Name="Release|x64"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
@@ -279,10 +278,11 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
+ TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
- AdditionalIncludeDirectories="..\..\include;..\..\code\BoostWorkaround"
|
|
|
+ AdditionalIncludeDirectories="..\..\include"
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
RuntimeLibrary="2"
|
|
|
UsePrecompiledHeader="0"
|
|
@@ -309,9 +309,7 @@
|
|
|
SubSystem="1"
|
|
|
OptimizeReferences="2"
|
|
|
EnableCOMDATFolding="2"
|
|
|
- RandomizedBaseAddress="1"
|
|
|
- DataExecutionPrevention="0"
|
|
|
- TargetMachine="1"
|
|
|
+ TargetMachine="17"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -336,12 +334,13 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="debug-noboost-st|Win32"
|
|
|
+ Name="release-dll|Win32"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets=".\shared\FastSTL.vsprops"
|
|
|
CharacterSet="2"
|
|
|
+ WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -360,16 +359,13 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
- Optimization="0"
|
|
|
- AdditionalIncludeDirectories="..\..\include;..\..\code\BoostWorkaround"
|
|
|
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
- MinimalRebuild="true"
|
|
|
- BasicRuntimeChecks="3"
|
|
|
- RuntimeLibrary="3"
|
|
|
+ AdditionalIncludeDirectories="..\..\include"
|
|
|
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
+ RuntimeLibrary="2"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
- DebugInformationFormat="4"
|
|
|
+ DebugInformationFormat="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
@@ -383,11 +379,13 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="assimp.lib"
|
|
|
- OutputFile="$(OutDir)\assimp_debug.exe"
|
|
|
- LinkIncremental="2"
|
|
|
+ OutputFile="$(OutDir)\assimp.exe"
|
|
|
+ LinkIncremental="1"
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
+ OptimizeReferences="2"
|
|
|
+ EnableCOMDATFolding="2"
|
|
|
RandomizedBaseAddress="1"
|
|
|
DataExecutionPrevention="0"
|
|
|
TargetMachine="1"
|
|
@@ -415,12 +413,13 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="debug-dll|Win32"
|
|
|
+ Name="release-dll|x64"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets=".\shared\FastSTL.vsprops"
|
|
|
CharacterSet="2"
|
|
|
+ WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -436,19 +435,17 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
+ TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
- Optimization="0"
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
|
|
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
- MinimalRebuild="true"
|
|
|
- BasicRuntimeChecks="3"
|
|
|
- RuntimeLibrary="3"
|
|
|
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
+ RuntimeLibrary="2"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
- DebugInformationFormat="4"
|
|
|
+ DebugInformationFormat="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
@@ -462,14 +459,14 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="assimp.lib"
|
|
|
- OutputFile="$(OutDir)\assimp_debug.exe"
|
|
|
- LinkIncremental="2"
|
|
|
+ OutputFile="$(OutDir)\assimp.exe"
|
|
|
+ LinkIncremental="1"
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
- RandomizedBaseAddress="1"
|
|
|
- DataExecutionPrevention="0"
|
|
|
- TargetMachine="1"
|
|
|
+ OptimizeReferences="2"
|
|
|
+ EnableCOMDATFolding="2"
|
|
|
+ TargetMachine="17"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -494,12 +491,13 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="debug-st|Win32"
|
|
|
+ Name="release-noboost-st|Win32"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets=".\shared\FastSTL.vsprops"
|
|
|
CharacterSet="2"
|
|
|
+ WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -518,16 +516,13 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
- Optimization="0"
|
|
|
- AdditionalIncludeDirectories="..\..\include"
|
|
|
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
- MinimalRebuild="true"
|
|
|
- BasicRuntimeChecks="3"
|
|
|
- RuntimeLibrary="3"
|
|
|
+ AdditionalIncludeDirectories="..\..\include;..\..\code\BoostWorkaround"
|
|
|
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
+ RuntimeLibrary="2"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
- DebugInformationFormat="4"
|
|
|
+ DebugInformationFormat="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
@@ -541,11 +536,13 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="assimp.lib"
|
|
|
- OutputFile="$(OutDir)\assimp_debug.exe"
|
|
|
- LinkIncremental="2"
|
|
|
+ OutputFile="$(OutDir)\assimp.exe"
|
|
|
+ LinkIncremental="1"
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
+ OptimizeReferences="2"
|
|
|
+ EnableCOMDATFolding="2"
|
|
|
RandomizedBaseAddress="1"
|
|
|
DataExecutionPrevention="0"
|
|
|
TargetMachine="1"
|
|
@@ -573,7 +570,7 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="release-st|Win32"
|
|
|
+ Name="release-noboost-st|x64"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
@@ -595,6 +592,7 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
+ TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
@@ -625,9 +623,7 @@
|
|
|
SubSystem="1"
|
|
|
OptimizeReferences="2"
|
|
|
EnableCOMDATFolding="2"
|
|
|
- RandomizedBaseAddress="1"
|
|
|
- DataExecutionPrevention="0"
|
|
|
- TargetMachine="1"
|
|
|
+ TargetMachine="17"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -652,7 +648,7 @@
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="Debug|x64"
|
|
|
+ Name="debug-noboost-st|Win32"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
@@ -673,12 +669,11 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
- TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
Optimization="0"
|
|
|
- AdditionalIncludeDirectories="..\..\include"
|
|
|
+ AdditionalIncludeDirectories="..\..\include;..\..\code\BoostWorkaround"
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
MinimalRebuild="true"
|
|
|
BasicRuntimeChecks="3"
|
|
@@ -686,7 +681,7 @@
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
- DebugInformationFormat="3"
|
|
|
+ DebugInformationFormat="4"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
@@ -705,7 +700,9 @@
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
- TargetMachine="17"
|
|
|
+ RandomizedBaseAddress="1"
|
|
|
+ DataExecutionPrevention="0"
|
|
|
+ TargetMachine="1"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -725,21 +722,17 @@
|
|
|
<Tool
|
|
|
Name="VCAppVerifierTool"
|
|
|
/>
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="Release|x64"
|
|
|
+ Name="debug-noboost-st|x64"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets=".\shared\FastSTL.vsprops"
|
|
|
CharacterSet="2"
|
|
|
- WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -759,9 +752,12 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ Optimization="0"
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
|
|
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
- RuntimeLibrary="2"
|
|
|
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
+ MinimalRebuild="true"
|
|
|
+ BasicRuntimeChecks="3"
|
|
|
+ RuntimeLibrary="3"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
@@ -779,13 +775,11 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="assimp.lib"
|
|
|
- OutputFile="$(OutDir)\assimp.exe"
|
|
|
- LinkIncremental="1"
|
|
|
+ OutputFile="$(OutDir)\assimp_debug.exe"
|
|
|
+ LinkIncremental="2"
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
- OptimizeReferences="2"
|
|
|
- EnableCOMDATFolding="2"
|
|
|
TargetMachine="17"
|
|
|
/>
|
|
|
<Tool
|
|
@@ -806,21 +800,17 @@
|
|
|
<Tool
|
|
|
Name="VCAppVerifierTool"
|
|
|
/>
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="release-dll|x64"
|
|
|
+ Name="debug-dll|Win32"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets=".\shared\FastSTL.vsprops"
|
|
|
CharacterSet="2"
|
|
|
- WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -836,17 +826,19 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
- TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ Optimization="0"
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
|
|
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
- RuntimeLibrary="2"
|
|
|
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
+ MinimalRebuild="true"
|
|
|
+ BasicRuntimeChecks="3"
|
|
|
+ RuntimeLibrary="3"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
- DebugInformationFormat="3"
|
|
|
+ DebugInformationFormat="4"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
@@ -860,14 +852,14 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="assimp.lib"
|
|
|
- OutputFile="$(OutDir)\assimp.exe"
|
|
|
- LinkIncremental="1"
|
|
|
+ OutputFile="$(OutDir)\assimp_debug.exe"
|
|
|
+ LinkIncremental="2"
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
- OptimizeReferences="2"
|
|
|
- EnableCOMDATFolding="2"
|
|
|
- TargetMachine="17"
|
|
|
+ RandomizedBaseAddress="1"
|
|
|
+ DataExecutionPrevention="0"
|
|
|
+ TargetMachine="1"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -887,21 +879,17 @@
|
|
|
<Tool
|
|
|
Name="VCAppVerifierTool"
|
|
|
/>
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="release-noboost-st|x64"
|
|
|
+ Name="debug-dll|x64"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets=".\shared\FastSTL.vsprops"
|
|
|
CharacterSet="2"
|
|
|
- WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -921,9 +909,12 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ Optimization="0"
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
|
|
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
- RuntimeLibrary="2"
|
|
|
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
+ MinimalRebuild="true"
|
|
|
+ BasicRuntimeChecks="3"
|
|
|
+ RuntimeLibrary="3"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
@@ -941,13 +932,11 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="assimp.lib"
|
|
|
- OutputFile="$(OutDir)\assimp.exe"
|
|
|
- LinkIncremental="1"
|
|
|
+ OutputFile="$(OutDir)\assimp_debug.exe"
|
|
|
+ LinkIncremental="2"
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
- OptimizeReferences="2"
|
|
|
- EnableCOMDATFolding="2"
|
|
|
TargetMachine="17"
|
|
|
/>
|
|
|
<Tool
|
|
@@ -968,15 +957,12 @@
|
|
|
<Tool
|
|
|
Name="VCAppVerifierTool"
|
|
|
/>
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="debug-noboost-st|x64"
|
|
|
+ Name="debug-st|Win32"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
@@ -997,7 +983,6 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
- TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
@@ -1010,7 +995,7 @@
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
- DebugInformationFormat="3"
|
|
|
+ DebugInformationFormat="4"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
@@ -1029,7 +1014,9 @@
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
- TargetMachine="17"
|
|
|
+ RandomizedBaseAddress="1"
|
|
|
+ DataExecutionPrevention="0"
|
|
|
+ TargetMachine="1"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -1049,15 +1036,12 @@
|
|
|
<Tool
|
|
|
Name="VCAppVerifierTool"
|
|
|
/>
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="debug-dll|x64"
|
|
|
+ Name="debug-st|x64"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
@@ -1130,20 +1114,18 @@
|
|
|
<Tool
|
|
|
Name="VCAppVerifierTool"
|
|
|
/>
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
- Name="debug-st|x64"
|
|
|
+ Name="release-st|Win32"
|
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
ConfigurationType="1"
|
|
|
InheritedPropertySheets=".\shared\FastSTL.vsprops"
|
|
|
CharacterSet="2"
|
|
|
+ WholeProgramOptimization="1"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCPreBuildEventTool"
|
|
@@ -1159,16 +1141,12 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCMIDLTool"
|
|
|
- TargetEnvironment="3"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
- Optimization="0"
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
|
|
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
- MinimalRebuild="true"
|
|
|
- BasicRuntimeChecks="3"
|
|
|
- RuntimeLibrary="3"
|
|
|
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
+ RuntimeLibrary="2"
|
|
|
UsePrecompiledHeader="0"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
@@ -1186,12 +1164,16 @@
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
AdditionalDependencies="assimp.lib"
|
|
|
- OutputFile="$(OutDir)\assimp_debug.exe"
|
|
|
- LinkIncremental="2"
|
|
|
+ OutputFile="$(OutDir)\assimp.exe"
|
|
|
+ LinkIncremental="1"
|
|
|
AdditionalLibraryDirectories=""..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)""
|
|
|
GenerateDebugInformation="true"
|
|
|
SubSystem="1"
|
|
|
- TargetMachine="17"
|
|
|
+ OptimizeReferences="2"
|
|
|
+ EnableCOMDATFolding="2"
|
|
|
+ RandomizedBaseAddress="1"
|
|
|
+ DataExecutionPrevention="0"
|
|
|
+ TargetMachine="1"
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCALinkTool"
|
|
@@ -1211,9 +1193,6 @@
|
|
|
<Tool
|
|
|
Name="VCAppVerifierTool"
|
|
|
/>
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
/>
|
|
@@ -1292,9 +1271,6 @@
|
|
|
<Tool
|
|
|
Name="VCAppVerifierTool"
|
|
|
/>
|
|
|
- <Tool
|
|
|
- Name="VCWebDeploymentTool"
|
|
|
- />
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
/>
|
|
@@ -1320,7 +1296,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="Release|Win32"
|
|
|
+ Name="Debug|x64"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1328,7 +1304,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="release-dll|Win32"
|
|
|
+ Name="Release|Win32"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1336,7 +1312,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="release-noboost-st|Win32"
|
|
|
+ Name="Release|x64"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1344,7 +1320,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="debug-noboost-st|Win32"
|
|
|
+ Name="release-dll|Win32"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1352,7 +1328,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="debug-dll|Win32"
|
|
|
+ Name="release-dll|x64"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1360,7 +1336,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="debug-st|Win32"
|
|
|
+ Name="release-noboost-st|Win32"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1368,7 +1344,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="release-st|Win32"
|
|
|
+ Name="release-noboost-st|x64"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1376,7 +1352,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="Debug|x64"
|
|
|
+ Name="debug-noboost-st|Win32"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1384,7 +1360,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="Release|x64"
|
|
|
+ Name="debug-noboost-st|x64"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1392,7 +1368,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="release-dll|x64"
|
|
|
+ Name="debug-dll|Win32"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1400,7 +1376,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="release-noboost-st|x64"
|
|
|
+ Name="debug-dll|x64"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1408,7 +1384,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="debug-noboost-st|x64"
|
|
|
+ Name="debug-st|Win32"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1416,7 +1392,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="debug-dll|x64"
|
|
|
+ Name="debug-st|x64"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1424,7 +1400,7 @@
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
|
<FileConfiguration
|
|
|
- Name="debug-st|x64"
|
|
|
+ Name="release-st|Win32"
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCResourceCompilerTool"
|
|
@@ -1470,34 +1446,6 @@
|
|
|
RelativePath="..\..\tools\assimp_cmd\WriteDumb.cpp"
|
|
|
>
|
|
|
</File>
|
|
|
- <Filter
|
|
|
- Name="zlib_deflate"
|
|
|
- >
|
|
|
- <File
|
|
|
- RelativePath="..\..\contrib\zlib\adler32.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath="..\..\contrib\zlib\compress.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath="..\..\contrib\zlib\crc32.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath="..\..\contrib\zlib\deflate.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath="..\..\contrib\zlib\trees.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- <File
|
|
|
- RelativePath="..\..\contrib\zlib\zutil.c"
|
|
|
- >
|
|
|
- </File>
|
|
|
- </Filter>
|
|
|
</Filter>
|
|
|
</Files>
|
|
|
<Globals>
|