|
@@ -2,7 +2,7 @@
|
|
<VisualStudioProject
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
ProjectType="Visual C++"
|
|
Version="8,00"
|
|
Version="8,00"
|
|
- Name="UnitTest"
|
|
|
|
|
|
+ Name="unit"
|
|
ProjectGUID="{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}"
|
|
ProjectGUID="{9B9D1C90-8A03-409A-B547-AE7B48B90F1A}"
|
|
RootNamespace="UnitTest"
|
|
RootNamespace="UnitTest"
|
|
Keyword="Win32Proj"
|
|
Keyword="Win32Proj"
|
|
@@ -19,11 +19,11 @@
|
|
</ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configurations>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Debug|Win32"
|
|
|
|
|
|
+ Name="debug|Win32"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
>
|
|
>
|
|
<Tool
|
|
<Tool
|
|
@@ -49,7 +49,8 @@
|
|
MinimalRebuild="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeLibrary="1"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
DebugInformationFormat="4"
|
|
@@ -68,7 +69,7 @@
|
|
AdditionalDependencies="assimp.lib cppunitd.lib"
|
|
AdditionalDependencies="assimp.lib cppunitd.lib"
|
|
LinkIncremental="2"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="false"
|
|
SuppressStartupBanner="false"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_debug_win32"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
IgnoreDefaultLibraryNames=""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
@@ -100,11 +101,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Debug|x64"
|
|
|
|
|
|
+ Name="debug|x64"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
>
|
|
>
|
|
<Tool
|
|
<Tool
|
|
@@ -131,7 +132,8 @@
|
|
MinimalRebuild="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeLibrary="1"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -150,7 +152,7 @@
|
|
AdditionalDependencies="assimp.lib cppunit64d.lib"
|
|
AdditionalDependencies="assimp.lib cppunit64d.lib"
|
|
LinkIncremental="2"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="false"
|
|
SuppressStartupBanner="false"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_debug_x64"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
IgnoreDefaultLibraryNames=""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
@@ -182,11 +184,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Release|Win32"
|
|
|
|
|
|
+ Name="release|Win32"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
>
|
|
@@ -210,7 +212,8 @@
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
RuntimeLibrary="0"
|
|
RuntimeLibrary="0"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -228,7 +231,7 @@
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="assimp.lib cppunit.lib"
|
|
AdditionalDependencies="assimp.lib cppunit.lib"
|
|
LinkIncremental="1"
|
|
LinkIncremental="1"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_release_win32"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
OptimizeReferences="2"
|
|
@@ -261,11 +264,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Release|x64"
|
|
|
|
|
|
+ Name="release|x64"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
>
|
|
@@ -290,7 +293,8 @@
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
RuntimeLibrary="0"
|
|
RuntimeLibrary="0"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -308,7 +312,7 @@
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="assimp.lib cppunit64.lib"
|
|
AdditionalDependencies="assimp.lib cppunit64.lib"
|
|
LinkIncremental="1"
|
|
LinkIncremental="1"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_release_x64"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
OptimizeReferences="2"
|
|
@@ -341,11 +345,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Release_DLL|Win32"
|
|
|
|
|
|
+ Name="release-dll|Win32"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
>
|
|
@@ -368,8 +372,9 @@
|
|
Name="VCCLCompilerTool"
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
- RuntimeLibrary="2"
|
|
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ RuntimeLibrary="0"
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -387,7 +392,7 @@
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="assimp.lib cppunit.lib"
|
|
AdditionalDependencies="assimp.lib cppunit.lib"
|
|
LinkIncremental="1"
|
|
LinkIncremental="1"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_release_dll_win32"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
OptimizeReferences="2"
|
|
@@ -420,11 +425,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Release_DLL|x64"
|
|
|
|
|
|
+ Name="release-dll|x64"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
>
|
|
@@ -449,7 +454,8 @@
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
RuntimeLibrary="2"
|
|
RuntimeLibrary="2"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -467,7 +473,7 @@
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="assimp.lib cppunit64.lib"
|
|
AdditionalDependencies="assimp.lib cppunit64.lib"
|
|
LinkIncremental="1"
|
|
LinkIncremental="1"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_release_dll_x64"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
OptimizeReferences="2"
|
|
@@ -500,11 +506,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Debug_DLL|Win32"
|
|
|
|
|
|
+ Name="debug-dll|Win32"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
>
|
|
>
|
|
<Tool
|
|
<Tool
|
|
@@ -530,7 +536,8 @@
|
|
MinimalRebuild="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
RuntimeLibrary="3"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
DebugInformationFormat="4"
|
|
@@ -549,7 +556,7 @@
|
|
AdditionalDependencies="assimp.lib cppunitd.lib"
|
|
AdditionalDependencies="assimp.lib cppunitd.lib"
|
|
LinkIncremental="2"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="false"
|
|
SuppressStartupBanner="false"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_debug_dll_win32"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
IgnoreDefaultLibraryNames=""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
@@ -581,11 +588,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Debug_DLL|x64"
|
|
|
|
|
|
+ Name="debug-dll|x64"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
>
|
|
>
|
|
<Tool
|
|
<Tool
|
|
@@ -612,7 +619,8 @@
|
|
MinimalRebuild="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
RuntimeLibrary="3"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -631,7 +639,7 @@
|
|
AdditionalDependencies="assimp.lib cppunit64d.lib"
|
|
AdditionalDependencies="assimp.lib cppunit64d.lib"
|
|
LinkIncremental="2"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="false"
|
|
SuppressStartupBanner="false"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_debug_dll_x64"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
IgnoreDefaultLibraryNames=""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
@@ -663,11 +671,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Release -noBoost|Win32"
|
|
|
|
- OutputDirectory="$(ConfigurationName)"
|
|
|
|
- IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
|
|
+ Name="release-noboost-st|Win32"
|
|
|
|
+ OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
|
+ IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops;.\shared\NoBoostShared.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
>
|
|
@@ -691,7 +699,8 @@
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
RuntimeLibrary="0"
|
|
RuntimeLibrary="0"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -709,7 +718,7 @@
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="assimp.lib cppunit.lib"
|
|
AdditionalDependencies="assimp.lib cppunit.lib"
|
|
LinkIncremental="1"
|
|
LinkIncremental="1"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_release_win32"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
OptimizeReferences="2"
|
|
@@ -742,11 +751,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Release -noBoost|x64"
|
|
|
|
|
|
+ Name="release-noboost-st|x64"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops;.\shared\NoBoostShared.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
>
|
|
@@ -771,7 +780,8 @@
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
RuntimeLibrary="0"
|
|
RuntimeLibrary="0"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -789,7 +799,7 @@
|
|
Name="VCLinkerTool"
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="assimp.lib cppunit64.lib"
|
|
AdditionalDependencies="assimp.lib cppunit64.lib"
|
|
LinkIncremental="1"
|
|
LinkIncremental="1"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_release_x64"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
OptimizeReferences="2"
|
|
OptimizeReferences="2"
|
|
@@ -822,11 +832,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Debug -noBoost|Win32"
|
|
|
|
- OutputDirectory="$(ConfigurationName)"
|
|
|
|
- IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
|
|
+ Name="debug-noboost-st|Win32"
|
|
|
|
+ OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
|
+ IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops;.\shared\NoBoostShared.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
>
|
|
>
|
|
<Tool
|
|
<Tool
|
|
@@ -852,7 +862,8 @@
|
|
MinimalRebuild="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeLibrary="1"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
DebugInformationFormat="4"
|
|
@@ -871,7 +882,7 @@
|
|
AdditionalDependencies="assimp.lib cppunitd.lib"
|
|
AdditionalDependencies="assimp.lib cppunitd.lib"
|
|
LinkIncremental="2"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="false"
|
|
SuppressStartupBanner="false"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_debug_win32"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
IgnoreDefaultLibraryNames=""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
@@ -903,11 +914,11 @@
|
|
/>
|
|
/>
|
|
</Configuration>
|
|
</Configuration>
|
|
<Configuration
|
|
<Configuration
|
|
- Name="Debug -noBoost|x64"
|
|
|
|
|
|
+ Name="debug-noboost-st|x64"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
ConfigurationType="1"
|
|
- InheritedPropertySheets=".\UnitTest.vsprops"
|
|
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops;.\shared\NoBoostShared.vsprops"
|
|
CharacterSet="1"
|
|
CharacterSet="1"
|
|
>
|
|
>
|
|
<Tool
|
|
<Tool
|
|
@@ -934,7 +945,8 @@
|
|
MinimalRebuild="true"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeLibrary="1"
|
|
- UsePrecompiledHeader="0"
|
|
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
WarningLevel="3"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DebugInformationFormat="3"
|
|
@@ -953,10 +965,336 @@
|
|
AdditionalDependencies="assimp.lib cppunit64d.lib"
|
|
AdditionalDependencies="assimp.lib cppunit64d.lib"
|
|
LinkIncremental="2"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="false"
|
|
SuppressStartupBanner="false"
|
|
- AdditionalLibraryDirectories="..\..\lib\assimp_debug_x64"
|
|
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
|
|
+ IgnoreDefaultLibraryNames=""
|
|
|
|
+ GenerateDebugInformation="true"
|
|
|
|
+ SubSystem="1"
|
|
|
|
+ TargetMachine="17"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCALinkTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCManifestTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCBscMakeTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCFxCopTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCAppVerifierTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCWebDeploymentTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
|
+ />
|
|
|
|
+ </Configuration>
|
|
|
|
+ <Configuration
|
|
|
|
+ Name="debug-st|Win32"
|
|
|
|
+ OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
|
+ IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
|
+ ConfigurationType="1"
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops;.\shared\SingleThreadedShared.vsprops"
|
|
|
|
+ CharacterSet="1"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCMIDLTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ Optimization="0"
|
|
|
|
+ AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
|
|
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
|
+ MinimalRebuild="true"
|
|
|
|
+ BasicRuntimeChecks="3"
|
|
|
|
+ RuntimeLibrary="1"
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
|
|
+ WarningLevel="3"
|
|
|
|
+ Detect64BitPortabilityProblems="true"
|
|
|
|
+ DebugInformationFormat="4"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCLinkerTool"
|
|
|
|
+ AdditionalDependencies="assimp.lib cppunitd.lib"
|
|
|
|
+ LinkIncremental="2"
|
|
|
|
+ SuppressStartupBanner="false"
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
IgnoreDefaultLibraryNames=""
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
GenerateDebugInformation="true"
|
|
SubSystem="1"
|
|
SubSystem="1"
|
|
|
|
+ TargetMachine="1"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCALinkTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCManifestTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCBscMakeTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCFxCopTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCAppVerifierTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCWebDeploymentTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
|
+ />
|
|
|
|
+ </Configuration>
|
|
|
|
+ <Configuration
|
|
|
|
+ Name="debug-st|x64"
|
|
|
|
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
+ ConfigurationType="1"
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops;.\shared\SingleThreadedShared.vsprops"
|
|
|
|
+ CharacterSet="1"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCMIDLTool"
|
|
|
|
+ TargetEnvironment="3"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ Optimization="0"
|
|
|
|
+ AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
|
|
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
|
|
+ MinimalRebuild="true"
|
|
|
|
+ BasicRuntimeChecks="3"
|
|
|
|
+ RuntimeLibrary="1"
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
|
|
+ WarningLevel="3"
|
|
|
|
+ Detect64BitPortabilityProblems="true"
|
|
|
|
+ DebugInformationFormat="3"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCLinkerTool"
|
|
|
|
+ AdditionalDependencies="assimp.lib cppunit64d.lib"
|
|
|
|
+ LinkIncremental="2"
|
|
|
|
+ SuppressStartupBanner="false"
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
|
|
+ IgnoreDefaultLibraryNames=""
|
|
|
|
+ GenerateDebugInformation="true"
|
|
|
|
+ SubSystem="1"
|
|
|
|
+ TargetMachine="17"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCALinkTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCManifestTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCBscMakeTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCFxCopTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCAppVerifierTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCWebDeploymentTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
|
+ />
|
|
|
|
+ </Configuration>
|
|
|
|
+ <Configuration
|
|
|
|
+ Name="release-st|Win32"
|
|
|
|
+ OutputDirectory="./../../bin/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
|
+ IntermediateDirectory="./../../obj/$(ProjectName)_$(ConfigurationName)_$(PlatformName)"
|
|
|
|
+ ConfigurationType="1"
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops;.\shared\SingleThreadedShared.vsprops"
|
|
|
|
+ CharacterSet="1"
|
|
|
|
+ WholeProgramOptimization="1"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCMIDLTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
|
|
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
|
+ RuntimeLibrary="0"
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
|
|
+ WarningLevel="3"
|
|
|
|
+ Detect64BitPortabilityProblems="true"
|
|
|
|
+ DebugInformationFormat="3"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCLinkerTool"
|
|
|
|
+ AdditionalDependencies="assimp.lib cppunit.lib"
|
|
|
|
+ LinkIncremental="1"
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
|
|
+ GenerateDebugInformation="true"
|
|
|
|
+ SubSystem="1"
|
|
|
|
+ OptimizeReferences="2"
|
|
|
|
+ EnableCOMDATFolding="2"
|
|
|
|
+ TargetMachine="1"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCALinkTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCManifestTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCBscMakeTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCFxCopTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCAppVerifierTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCWebDeploymentTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
|
+ />
|
|
|
|
+ </Configuration>
|
|
|
|
+ <Configuration
|
|
|
|
+ Name="release-st|x64"
|
|
|
|
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
+ ConfigurationType="1"
|
|
|
|
+ InheritedPropertySheets=".\shared\UnitTest.vsprops;.\shared\SingleThreadedShared.vsprops"
|
|
|
|
+ CharacterSet="1"
|
|
|
|
+ WholeProgramOptimization="1"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCMIDLTool"
|
|
|
|
+ TargetEnvironment="3"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ AdditionalIncludeDirectories="..\..\code;..\..\include"
|
|
|
|
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
|
|
+ RuntimeLibrary="0"
|
|
|
|
+ UsePrecompiledHeader="2"
|
|
|
|
+ PrecompiledHeaderThrough="UnitTestPCH.h"
|
|
|
|
+ WarningLevel="3"
|
|
|
|
+ Detect64BitPortabilityProblems="true"
|
|
|
|
+ DebugInformationFormat="3"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
|
+ />
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCLinkerTool"
|
|
|
|
+ AdditionalDependencies="assimp.lib cppunit64.lib"
|
|
|
|
+ LinkIncremental="1"
|
|
|
|
+ AdditionalLibraryDirectories="..\..\lib\assimp_$(ConfigurationName)_$(PlatformName)\"
|
|
|
|
+ GenerateDebugInformation="true"
|
|
|
|
+ SubSystem="1"
|
|
|
|
+ OptimizeReferences="2"
|
|
|
|
+ EnableCOMDATFolding="2"
|
|
TargetMachine="17"
|
|
TargetMachine="17"
|
|
/>
|
|
/>
|
|
<Tool
|
|
<Tool
|
|
@@ -989,14 +1327,10 @@
|
|
</References>
|
|
</References>
|
|
<Files>
|
|
<Files>
|
|
<Filter
|
|
<Filter
|
|
- Name="source"
|
|
|
|
|
|
+ Name="tests"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
>
|
|
- <File
|
|
|
|
- RelativePath="..\..\test\unit\Main.cpp"
|
|
|
|
- >
|
|
|
|
- </File>
|
|
|
|
<File
|
|
<File
|
|
RelativePath="..\..\test\unit\utFindInvalidData.cpp"
|
|
RelativePath="..\..\test\unit\utFindInvalidData.cpp"
|
|
>
|
|
>
|
|
@@ -1093,6 +1427,14 @@
|
|
RelativePath="..\..\test\unit\utRemoveRedundantMaterials.h"
|
|
RelativePath="..\..\test\unit\utRemoveRedundantMaterials.h"
|
|
>
|
|
>
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\utScenePreprocessor.cpp"
|
|
|
|
+ >
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\utScenePreprocessor.h"
|
|
|
|
+ >
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\..\test\unit\utSharedPPData.cpp"
|
|
RelativePath="..\..\test\unit\utSharedPPData.cpp"
|
|
>
|
|
>
|
|
@@ -1117,6 +1459,14 @@
|
|
RelativePath="..\..\test\unit\utSplitLargeMeshes.h"
|
|
RelativePath="..\..\test\unit\utSplitLargeMeshes.h"
|
|
>
|
|
>
|
|
</File>
|
|
</File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\utTargetAnimation.cpp"
|
|
|
|
+ >
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\utTargetAnimation.h"
|
|
|
|
+ >
|
|
|
|
+ </File>
|
|
<File
|
|
<File
|
|
RelativePath="..\..\test\unit\utTextureTransform.cpp"
|
|
RelativePath="..\..\test\unit\utTextureTransform.cpp"
|
|
>
|
|
>
|
|
@@ -1137,6 +1487,418 @@
|
|
RelativePath="..\..\test\unit\utVertexTriangleAdjacency.h"
|
|
RelativePath="..\..\test\unit\utVertexTriangleAdjacency.h"
|
|
>
|
|
>
|
|
</File>
|
|
</File>
|
|
|
|
+ <Filter
|
|
|
|
+ Name="compile-tests"
|
|
|
|
+ >
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\CCompilerTest.c"
|
|
|
|
+ >
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-dll|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-dll|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-dll|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-dll|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-noboost-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-noboost-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-noboost-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-noboost-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\BoostWorkaround\tupletest.cpp"
|
|
|
|
+ >
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-dll|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-dll|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-dll|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-dll|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-noboost-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-noboost-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-noboost-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-noboost-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="0"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ </File>
|
|
|
|
+ </Filter>
|
|
|
|
+ </Filter>
|
|
|
|
+ <Filter
|
|
|
|
+ Name="setup"
|
|
|
|
+ >
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\Main.cpp"
|
|
|
|
+ >
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\UnitTestPCH.cpp"
|
|
|
|
+ >
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-dll|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-dll|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-dll|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-dll|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-noboost-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-noboost-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-noboost-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-noboost-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="debug-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-st|Win32"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ <FileConfiguration
|
|
|
|
+ Name="release-st|x64"
|
|
|
|
+ >
|
|
|
|
+ <Tool
|
|
|
|
+ Name="VCCLCompilerTool"
|
|
|
|
+ UsePrecompiledHeader="1"
|
|
|
|
+ />
|
|
|
|
+ </FileConfiguration>
|
|
|
|
+ </File>
|
|
|
|
+ <File
|
|
|
|
+ RelativePath="..\..\test\unit\UnitTestPCH.h"
|
|
|
|
+ >
|
|
|
|
+ </File>
|
|
</Filter>
|
|
</Filter>
|
|
</Files>
|
|
</Files>
|
|
<Globals>
|
|
<Globals>
|