133 lines
7.2 KiB
XML
133 lines
7.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.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>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\fakeit\Action.hpp" />
|
|
<ClInclude Include="..\include\fakeit\ActionSequence.hpp" />
|
|
<ClInclude Include="..\include\fakeit\ActualInvocation.hpp" />
|
|
<ClInclude Include="..\include\fakeit\api_functors.hpp" />
|
|
<ClInclude Include="..\include\fakeit\api_macros.hpp" />
|
|
<ClInclude Include="..\include\fakeit\argument_matchers.hpp" />
|
|
<ClInclude Include="..\include\fakeit\DefaultEventFormatter.hpp" />
|
|
<ClInclude Include="..\include\fakeit\DefaultEventLogger.hpp" />
|
|
<ClInclude Include="..\include\fakeit\DefaultFakeit.hpp" />
|
|
<ClInclude Include="..\include\fakeit\DomainObjects.hpp" />
|
|
<ClInclude Include="..\include\fakeit\EventFormatter.hpp" />
|
|
<ClInclude Include="..\include\fakeit\EventHandler.hpp" />
|
|
<ClInclude Include="..\include\fakeit\FakeFunctor.hpp" />
|
|
<ClInclude Include="..\include\fakeit\FakeitContext.hpp" />
|
|
<ClInclude Include="..\include\fakeit\FakeitEvents.hpp" />
|
|
<ClInclude Include="..\include\fakeit\FakeitExceptions.hpp" />
|
|
<ClInclude Include="..\include\fakeit\fakeit_root.hpp" />
|
|
<ClInclude Include="..\include\fakeit\Functional.hpp" />
|
|
<ClInclude Include="..\include\fakeit\Invocation.hpp" />
|
|
<ClInclude Include="..\include\fakeit\invocation_matchers.hpp" />
|
|
<ClInclude Include="..\include\fakeit\MatchAnalysis.hpp" />
|
|
<ClInclude Include="..\include\fakeit\MatchersCollector.hpp" />
|
|
<ClInclude Include="..\include\fakeit\MethodMockingContext.hpp" />
|
|
<ClInclude Include="..\include\fakeit\Mock.hpp" />
|
|
<ClInclude Include="..\include\fakeit\MockImpl.hpp" />
|
|
<ClInclude Include="..\include\fakeit\Prototype.hpp" />
|
|
<ClInclude Include="..\include\fakeit\Quantifier.hpp" />
|
|
<ClInclude Include="..\include\fakeit\RecordedMethodBody.hpp" />
|
|
<ClInclude Include="..\include\fakeit\Sequence.hpp" />
|
|
<ClInclude Include="..\include\fakeit\SequenceVerificationExpectation.hpp" />
|
|
<ClInclude Include="..\include\fakeit\SequenceVerificationProgress.hpp" />
|
|
<ClInclude Include="..\include\fakeit\SortInvocations.hpp" />
|
|
<ClInclude Include="..\include\fakeit\SpyFunctor.hpp" />
|
|
<ClInclude Include="..\include\fakeit\SpyingContext.hpp" />
|
|
<ClInclude Include="..\include\fakeit\StubbingContext.hpp" />
|
|
<ClInclude Include="..\include\fakeit\StubbingImpl.hpp" />
|
|
<ClInclude Include="..\include\fakeit\StubbingProgress.hpp" />
|
|
<ClInclude Include="..\include\fakeit\UnverifiedFunctor.hpp" />
|
|
<ClInclude Include="..\include\fakeit\UsingFunctor.hpp" />
|
|
<ClInclude Include="..\include\fakeit\VerifyFunctor.hpp" />
|
|
<ClInclude Include="..\include\fakeit\VerifyNoOtherInvocationsFunctor.hpp" />
|
|
<ClInclude Include="..\include\fakeit\VerifyNoOtherInvocationsVerificationProgress.hpp" />
|
|
<ClInclude Include="..\include\fakeit\WhenFunctor.hpp" />
|
|
<ClInclude Include="..\include\fakeit\Xaction.hpp" />
|
|
<ClInclude Include="..\include\mockutils\DefaultValue.hpp" />
|
|
<ClInclude Include="..\include\mockutils\DynamicProxy.hpp" />
|
|
<ClInclude Include="..\include\mockutils\FakeObject.hpp" />
|
|
<ClInclude Include="..\include\mockutils\Finally.hpp" />
|
|
<ClInclude Include="..\include\mockutils\Formatter.hpp" />
|
|
<ClInclude Include="..\include\mockutils\Macros.hpp" />
|
|
<ClInclude Include="..\include\mockutils\MethodInvocationHandler.hpp" />
|
|
<ClInclude Include="..\include\mockutils\MethodProxy.hpp" />
|
|
<ClInclude Include="..\include\mockutils\MethodProxyCreator.hpp" />
|
|
<ClInclude Include="..\include\mockutils\mscpp\VirtualTable.hpp" />
|
|
<ClInclude Include="..\include\mockutils\smart_ptr.hpp" />
|
|
<ClInclude Include="..\include\mockutils\to_string.hpp" />
|
|
<ClInclude Include="..\include\mockutils\TupleDispatcher.hpp" />
|
|
<ClInclude Include="..\include\mockutils\TuplePrinter.hpp" />
|
|
<ClInclude Include="..\include\mockutils\type_utils.hpp" />
|
|
<ClInclude Include="..\include\mockutils\union_cast.hpp" />
|
|
<ClInclude Include="..\include\mockutils\VirtualOffestSelector.hpp" />
|
|
<ClInclude Include="..\include\mockutils\VTUtils.hpp" />
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{9DA95762-0E40-4343-980D-DEBD3161A82F}</ProjectGuid>
|
|
<RootNamespace>FakeIt</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |