Thread: [Mockpp-commits] mockpp/msvc71/mockpp .cvsignore,NONE,1.1 Makefile.am,NONE,1.1 mockpp.sln,NONE,1.1 m
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-22 20:44:44
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6386/msvc71/mockpp Added Files: .cvsignore Makefile.am mockpp.sln mockpp.vcproj Log Message: msvc71 project files --- NEW FILE: .cvsignore --- Makefile Makefile.in *.~* --- NEW FILE: mockpp.sln --- Microsoft Visual Studio Solution File, Format Version 8.00 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basicmock", "examples\tutorial\basicmock.vcproj", "{67066CA0-B2AD-456C-8663-A1D93B0E7949}" ProjectSection(ProjectDependencies) = postProject {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chainmock", "examples\tutorial\chainmock.vcproj", "{9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}" ProjectSection(ProjectDependencies) = postProject {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cppunit", "examples\tutorial\cppunit.vcproj", "{4AEB7B36-6044-4B23-9754-22F7A28F785B}" ProjectSection(ProjectDependencies) = postProject {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples", "examples\examples.vcproj", "{15A26E8F-FE6D-4EA6-9B41-26306D17F76A}" ProjectSection(ProjectDependencies) = postProject {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mock_test", "tests\mock_test.vcproj", "{F22BA7AF-9CFC-4F2A-947D-69AF7C466635}" ProjectSection(ProjectDependencies) = postProject {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp", "mockpp.vcproj", "{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "poormock", "examples\tutorial\poormock.vcproj", "{6CD5CF99-3185-4FD1-B172-DE5947721854}" ProjectSection(ProjectDependencies) = postProject {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "visitmock", "examples\tutorial\visitmock.vcproj", "{ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}" ProjectSection(ProjectDependencies) = postProject {4B2B3833-C35A-4F2F-BFAF-B686D3827531} = {4B2B3833-C35A-4F2F-BFAF-B686D3827531} EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Debug.ActiveCfg = Debug|Win32 {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Debug.Build.0 = Debug|Win32 {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Release.ActiveCfg = Release|Win32 {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Release.Build.0 = Release|Win32 {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Debug.ActiveCfg = Debug|Win32 {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Debug.Build.0 = Debug|Win32 {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Release.ActiveCfg = Release|Win32 {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Release.Build.0 = Release|Win32 {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Debug.ActiveCfg = Debug|Win32 {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Debug.Build.0 = Debug|Win32 {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Release.ActiveCfg = Release|Win32 {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Release.Build.0 = Release|Win32 {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Debug.ActiveCfg = Debug|Win32 {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Debug.Build.0 = Debug|Win32 {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Release.ActiveCfg = Release|Win32 {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Release.Build.0 = Release|Win32 {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Debug.ActiveCfg = Debug|Win32 {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Debug.Build.0 = Debug|Win32 {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Release.ActiveCfg = Release|Win32 {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Release.Build.0 = Release|Win32 {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Debug.ActiveCfg = Debug|Win32 {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Debug.Build.0 = Debug|Win32 {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Release.ActiveCfg = Release|Win32 {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Release.Build.0 = Release|Win32 {6CD5CF99-3185-4FD1-B172-DE5947721854}.Debug.ActiveCfg = Debug|Win32 {6CD5CF99-3185-4FD1-B172-DE5947721854}.Debug.Build.0 = Debug|Win32 {6CD5CF99-3185-4FD1-B172-DE5947721854}.Release.ActiveCfg = Release|Win32 {6CD5CF99-3185-4FD1-B172-DE5947721854}.Release.Build.0 = Release|Win32 {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Debug.ActiveCfg = Debug|Win32 {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Debug.Build.0 = Debug|Win32 {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Release.ActiveCfg = Release|Win32 {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal --- NEW FILE: mockpp.vcproj --- <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.10" Name="mockpp" SccProjectName="" SccLocalPath=""> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory=".\Debug" IntermediateDirectory=".\Debug" ConfigurationType="4" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../.." PreprocessorDefinitions="WIN32,_LIB" BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="TRUE" PrecompiledHeaderFile=".\Debug/mockpp.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" ProgramDataBaseFileName=".\Debug/" WarningLevel="4" SuppressStartupBanner="TRUE" DebugInformationFormat="4" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLibrarianTool" OutputFile="../lib/mockppd.lib" SuppressStartupBanner="TRUE"/> <Tool Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1041"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCXMLDataGeneratorTool"/> <Tool Name="VCManagedWrapperGeneratorTool"/> <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> <Configuration Name="Release|Win32" OutputDirectory=".\Release" IntermediateDirectory=".\Release" ConfigurationType="4" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../.." PreprocessorDefinitions="NDEBUG,WIN32,_LIB" StringPooling="TRUE" RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" RuntimeTypeInfo="TRUE" PrecompiledHeaderFile=".\Release/mockpp.pch" AssemblerListingLocation=".\Release/" ObjectFile=".\Release/" ProgramDataBaseFileName=".\Release/" WarningLevel="4" SuppressStartupBanner="TRUE" CompileAs="0"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLibrarianTool" OutputFile="../lib/mockpp.lib" SuppressStartupBanner="TRUE"/> <Tool Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1041"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCXMLDataGeneratorTool"/> <Tool Name="VCManagedWrapperGeneratorTool"/> <Tool Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> </Configurations> <References> </References> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> <File RelativePath="..\mockpp\ChainableMockObject.cpp"> </File> <File RelativePath="..\mockpp\ExpectationCounter.cpp"> </File> <File RelativePath="..\mockpp\MixedMockObject.cpp"> </File> <File RelativePath="..\mockpp\MockObject.cpp"> </File> <File RelativePath="..\mockpp\mockpp.cpp"> </File> <File RelativePath="..\mockpp\SelfDescribing.cpp"> </File> <File RelativePath="..\mockpp\Throwable.cpp"> </File> <File RelativePath="..\mockpp\ThrowableList.cpp"> </File> <File RelativePath="..\mockpp\TrackingCounter.cpp"> </File> <File RelativePath="..\mockpp\Verifiable.cpp"> </File> <File RelativePath="..\mockpp\VerifiableList.cpp"> </File> <File RelativePath="..\mockpp\VerifyingTestCaller.cpp"> </File> <File RelativePath="..\mockpp\VerifyingTestCase.cpp"> </File> <File RelativePath="..\mockpp\VisitableMockObject.cpp"> </File> <Filter Name="compat" Filter="cpp"> <File RelativePath="..\mockpp\compat\Assert.cpp"> </File> <File RelativePath="..\mockpp\compat\AssertionFailedError.cpp"> </File> <File RelativePath="..\mockpp\compat\Exception.cpp"> </File> <File RelativePath="..\mockpp\compat\Formatter.cpp"> </File> </Filter> <Filter Name="util" Filter="cpp"> <File RelativePath="..\mockpp\util\AssertMo.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" BasicRuntimeChecks="3"/> </FileConfiguration> <FileConfiguration Name="Release|Win32"> <Tool Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" PreprocessorDefinitions=""/> </FileConfiguration> </File> <File RelativePath="..\mockpp\util\NotImplementedException.cpp"> <FileConfiguration Name="Debug|Win32"> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="" PreprocessorDefinitions="" BasicRuntimeChecks="3"/> </FileConfiguration> <FileConfiguration Name="Release|Win32"> <Tool Name="VCCLCompilerTool" Optimization="2" AdditionalIncludeDirectories="" PreprocessorDefinitions=""/> </FileConfiguration> </File> </Filter> <Filter Name="chaining" Filter="cpp"> <File RelativePath="..\mockpp\chaining\ChainingMockObjectSupport.cpp"> </File> <File RelativePath="..\mockpp\chaining\Invocation.cpp"> </File> </Filter> <Filter Name="constraint" Filter=""> <File RelativePath="..\mockpp\constraint\ConstraintSet.cpp"> </File> <File RelativePath="..\mockpp\constraint\IsAnything.cpp"> </File> <File RelativePath="..\mockpp\constraint\IsNothing.cpp"> </File> <File RelativePath="..\mockpp\constraint\TypelessConstraint.cpp"> </File> </Filter> <Filter Name="builder" Filter=""> <File RelativePath="..\mockpp\builder\BuilderNamespace.cpp"> </File> <File RelativePath="..\mockpp\builder\IdentityBuilder.cpp"> </File> </Filter> <Filter Name="matcher" Filter=""> <File RelativePath="..\mockpp\matcher\InvokeAtLeastMatcher.cpp"> </File> <File RelativePath="..\mockpp\matcher\InvokeAtLeastOnceMatcher.cpp"> </File> <File RelativePath="..\mockpp\matcher\InvokeAtMostMatcher.cpp"> </File> <File RelativePath="..\mockpp\matcher\InvokeCountMatcher.cpp"> </File> <File RelativePath="..\mockpp\matcher\InvokedRecorder.cpp"> </File> <File RelativePath="..\mockpp\matcher\InvokeOnceMatcher.cpp"> </File> <File RelativePath="..\mockpp\matcher\TestFailureMatcher.cpp"> </File> <File RelativePath="..\mockpp\matcher\TypelessMatcher.cpp"> </File> <File RelativePath="..\mockpp\matcher\UnlimitedMatcher.cpp"> </File> </Filter> <Filter Name="stub" Filter=""> <File RelativePath="..\mockpp\stub\VoidStub.cpp"> </File> </Filter> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl"> <File RelativePath="..\mockpp\AbstractExpectation.h"> </File> <File RelativePath="..\mockpp\AbstractExpectationCollection.h"> </File> <File RelativePath="..\mockpp\chainable-template.h"> </File> <File RelativePath="..\mockpp\ChainableMockObject.h"> </File> <File RelativePath="..\mockpp\Expectation.h"> </File> <File RelativePath="..\mockpp\ExpectationBoundary.h"> </File> <File RelativePath="..\mockpp\ExpectationConglomeration.h"> </File> <File RelativePath="..\mockpp\ExpectationCounter.h"> </File> <File RelativePath="..\mockpp\ExpectationList.h"> </File> <File RelativePath="..\mockpp\ExpectationMap.h"> </File> <File RelativePath="..\mockpp\ExpectationSegment.h"> </File> <File RelativePath="..\mockpp\ExpectationSet.h"> </File> <File RelativePath="..\mockpp\ExpectationValue.h"> </File> <File RelativePath="..\mockpp\MixedMockObject.h"> </File> <File RelativePath="..\mockpp\MockObject.h"> </File> <File RelativePath="..\mockpp\mockpp.h"> </File> <File RelativePath="..\mockpp\mockpp_config-msvc.h"> </File> <File RelativePath="..\mockpp\mockpp_config.h"> </File> <File RelativePath="..\mockpp\ReturnObjectList.h"> </File> <File RelativePath="..\mockpp\SelfDescribing.h"> </File> <File RelativePath="..\mockpp\Throwable.h"> </File> <File RelativePath="..\mockpp\ThrowableList.h"> </File> <File RelativePath="..\mockpp\TrackingCounter.h"> </File> <File RelativePath="..\mockpp\Verifiable.h"> </File> <File RelativePath="..\mockpp\VerifiableList.h"> </File> <File RelativePath="..\mockpp\VerifyingTestCaller.h"> </File> <File RelativePath="..\mockpp\VerifyingTestCase.h"> </File> <File RelativePath="..\mockpp\visitable-template.h"> </File> <File RelativePath="..\mockpp\VisitableMockObject.h"> </File> <File RelativePath="..\mockpp\VisitableMockObject_macro.h"> </File> <File RelativePath="..\mockpp\VisitableMockObject_template.h"> </File> <Filter Name="compat" Filter="h"> <File RelativePath="..\mockpp\compat\Assert.h"> </File> <File RelativePath="..\mockpp\compat\AssertionFailedError.h"> </File> <File RelativePath="..\mockpp\compat\Exception.h"> </File> <File RelativePath="..\mockpp\compat\Formatter.h"> </File> </Filter> <Filter Name="util" Filter="h"> <File RelativePath="..\mockpp\util\AssertMo.h"> </File> <File RelativePath="..\mockpp\util\AutoPointer.h"> </File> <File RelativePath="..\mockpp\util\NotImplementedException.h"> </File> </Filter> <Filter Name="chaining" Filter="h"> <File RelativePath="..\mockpp\chaining\AbstractDynamicChainingMock.h"> </File> <File RelativePath="..\mockpp\chaining\AbstractInvocationDispatcher.h"> </File> <File RelativePath="..\mockpp\chaining\ChainableMockObject_macro.h"> </File> <File RelativePath="..\mockpp\chaining\ChainingMockBuilder.h"> </File> <File RelativePath="..\mockpp\chaining\ChainingMockObjectSupport.h"> </File> <File RelativePath="..\mockpp\chaining\CoreMock.h"> </File> <File RelativePath="..\mockpp\chaining\DynamicChainingMock.h"> </File> <File RelativePath="..\mockpp\chaining\DynamicChainingMockError.h"> </File> <File RelativePath="..\mockpp\chaining\FIFOInvocationDispatcher.h"> </File> <File RelativePath="..\mockpp\chaining\Invocation.h"> </File> <File RelativePath="..\mockpp\chaining\InvocationDispatcher.h"> </File> <File RelativePath="..\mockpp\chaining\InvocationMocker.h"> </File> <File RelativePath="..\mockpp\chaining\Invokable.h"> </File> <File RelativePath="..\mockpp\chaining\LIFOInvocationDispatcher.h"> </File> <File RelativePath="..\mockpp\chaining\mockpp_pti.h"> </File> <File RelativePath="..\mockpp\chaining\StubMatchersCollection.h"> </File> </Filter> <Filter Name="builder" Filter="h"> <File RelativePath="..\mockpp\builder\ArgumentsMatchBuilder.h"> </File> <File RelativePath="..\mockpp\builder\BuilderNamespace.h"> </File> <File RelativePath="..\mockpp\builder\IdentityBuilder.h"> </File> <File RelativePath="..\mockpp\builder\InvocationMockerBuilder.h"> </File> <File RelativePath="..\mockpp\builder\MatchBuilder.h"> </File> <File RelativePath="..\mockpp\builder\StubBuilder.h"> </File> </Filter> <Filter Name="stub" Filter="h"> <File RelativePath="..\mockpp\stub\CustomStub.h"> </File> <File RelativePath="..\mockpp\stub\DefaultResultStub.h"> </File> <File RelativePath="..\mockpp\stub\ReturnStub.h"> </File> <File RelativePath="..\mockpp\stub\Stub.h"> </File> <File RelativePath="..\mockpp\stub\StubHolder.h"> </File> <File RelativePath="..\mockpp\stub\StubSequence.h"> </File> <File RelativePath="..\mockpp\stub\TestFailureStub.h"> </File> <File RelativePath="..\mockpp\stub\ThrowStub.h"> </File> <File RelativePath="..\mockpp\stub\TypelessStub.h"> </File> <File RelativePath="..\mockpp\stub\TypelessStubSequence.h"> </File> <File RelativePath="..\mockpp\stub\VoidStub.h"> </File> </Filter> <Filter Name="matcher" Filter="h"> <File RelativePath="..\mockpp\matcher\AnyArgumentsMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\ArgumentsMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\InvocationMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\InvokeAtLeastMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\InvokeAtLeastOnceMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\InvokeAtMostMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\InvokeCountMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\InvokedAfterMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\InvokedBeforeMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\InvokedRecorder.h"> </File> <File RelativePath="..\mockpp\matcher\InvokeOnceMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\MatcherHolder.h"> </File> <File RelativePath="..\mockpp\matcher\NoArgumentsMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\StatelessInvocationMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\TestFailureMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\TypelessMatcher.h"> </File> <File RelativePath="..\mockpp\matcher\UnlimitedMatcher.h"> </File> </Filter> <Filter Name="constraint" Filter="h"> <File RelativePath="..\mockpp\constraint\And.h"> </File> <File RelativePath="..\mockpp\constraint\Constraint.h"> </File> <File RelativePath="..\mockpp\constraint\ConstraintHolder.h"> </File> <File RelativePath="..\mockpp\constraint\ConstraintList.h"> </File> <File RelativePath="..\mockpp\constraint\ConstraintSet.h"> </File> <File RelativePath="..\mockpp\constraint\IsAnything.h"> </File> <File RelativePath="..\mockpp\constraint\IsCloseTo.h"> </File> <File RelativePath="..\mockpp\constraint\IsEqual.h"> </File> <File RelativePath="..\mockpp\constraint\IsGreaterOrEqual.h"> </File> <File RelativePath="..\mockpp\constraint\IsGreaterThan.h"> </File> <File RelativePath="..\mockpp\constraint\IsInstanceOf.h"> </File> <File RelativePath="..\mockpp\constraint\IsLessOrEqual.h"> </File> <File RelativePath="..\mockpp\constraint\IsLessThan.h"> </File> <File RelativePath="..\mockpp\constraint\IsNot.h"> </File> <File RelativePath="..\mockpp\constraint\IsNothing.h"> </File> <File RelativePath="..\mockpp\constraint\IsSame.h"> </File> <File RelativePath="..\mockpp\constraint\Or.h"> </File> <File RelativePath="..\mockpp\constraint\StringContains.h"> </File> <File RelativePath="..\mockpp\constraint\StringEndsWith.h"> </File> <File RelativePath="..\mockpp\constraint\StringStartsWith.h"> </File> <File RelativePath="..\mockpp\constraint\TypelessConstraint.h"> </File> </Filter> </Filter> </Files> <Globals> </Globals> </VisualStudioProject> --- NEW FILE: Makefile.am --- SUBDIRS = examples tests EXTRA_DIST = mockpp.vcproj mockpp.sln CLEAN_FILES = *.plg *.opt *.ncb *.dep *.~* *.~~* *~ |