135 lines
6.8 KiB
XML
135 lines
6.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{79729949-F144-4098-BFE9-B6320E6AC3F6}</ProjectGuid>
|
|||
|
<Keyword>Win32Proj</Keyword>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<CharacterSet>MultiByte</CharacterSet>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<ImportGroup Label="ExtensionSettings">
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|||
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<PropertyGroup>
|
|||
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|||
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir>
|
|||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir>
|
|||
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|||
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir>
|
|||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir>
|
|||
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<MinimalRebuild>true</MinimalRebuild>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<BufferSecurityCheck>true</BufferSecurityCheck>
|
|||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|||
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|||
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
<PrecompiledHeaderFile>
|
|||
|
</PrecompiledHeaderFile>
|
|||
|
<PrecompiledHeaderOutputFile>
|
|||
|
</PrecompiledHeaderOutputFile>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<OutputFile>$(OutDir)UnitTest.exe</OutputFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<ProgramDatabaseFile>$(OutDir)UnitTest.pdb</ProgramDatabaseFile>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|||
|
<DataExecutionPrevention>
|
|||
|
</DataExecutionPrevention>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
<AdditionalDependencies>../../lib/Loki_D.lib</AdditionalDependencies>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>MaxSpeed</Optimization>
|
|||
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
|
|||
|
<OmitFramePointers>true</OmitFramePointers>
|
|||
|
<AdditionalIncludeDirectories>../../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<StringPooling>true</StringPooling>
|
|||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|||
|
<PrecompiledHeaderFile>
|
|||
|
</PrecompiledHeaderFile>
|
|||
|
<PrecompiledHeaderOutputFile>
|
|||
|
</PrecompiledHeaderOutputFile>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<OutputFile>$(OutDir)UnitTest.exe</OutputFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|||
|
<DataExecutionPrevention>
|
|||
|
</DataExecutionPrevention>
|
|||
|
<TargetMachine>MachineX86</TargetMachine>
|
|||
|
<AdditionalDependencies>../../lib/Loki.lib</AdditionalDependencies>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="AbstractFactoryTest.h" />
|
|||
|
<ClInclude Include="AssocVectorTest.h" />
|
|||
|
<ClInclude Include="DataGeneratorsTest.h" />
|
|||
|
<ClInclude Include="FactoryParmTest.h" />
|
|||
|
<ClInclude Include="FactoryTest.h" />
|
|||
|
<ClInclude Include="FunctorTest.h" />
|
|||
|
<ClInclude Include="LokiTest.h" />
|
|||
|
<ClInclude Include="SequenceTest.h" />
|
|||
|
<ClInclude Include="SingletonTest.h" />
|
|||
|
<ClInclude Include="SmallObjectTest.h" />
|
|||
|
<ClInclude Include="SmartPtrTest.h" />
|
|||
|
<ClInclude Include="ThreadsTest.h" />
|
|||
|
<ClInclude Include="TypelistTest.h" />
|
|||
|
<ClInclude Include="TypeManipTest.h" />
|
|||
|
<ClInclude Include="TypeTraitsTest.h" />
|
|||
|
<ClInclude Include="TypeTraitsTest2.h" />
|
|||
|
<ClInclude Include="UnitTest.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="Test.cpp" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|