[Mockpp-commits] mockpp/msvc71/mockpp mockpp.sln,1.4,1.5 mockpp.vcproj,1.11,1.12 mockpp_cxxtest.vcpr
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-07 12:16:14
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20182/msvc71/mockpp Modified Files: mockpp.sln mockpp.vcproj mockpp_cxxtest.vcproj mockpp_production.vcproj Log Message: files migrated from vc2005 Index: mockpp.sln =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.sln,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mockpp.sln 26 Sep 2005 19:12:38 -0000 1.4 +++ mockpp.sln 7 Jan 2006 12:15:35 -0000 1.5 @@ -1,101 +1,119 @@ -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} - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} = {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} - 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 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "poormock_se", "examples\tutorial\poormock_se.vcproj", "{BD779AA5-9F07-466E-AC76-7C27BD3D4E86}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp_production", "mockpp_production.vcproj", "{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" - ProjectSection(ProjectDependencies) = postProject - 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 - {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug.ActiveCfg = Debug|Win32 - {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug.Build.0 = Debug|Win32 - {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release.ActiveCfg = Release|Win32 - {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release.Build.0 = Release|Win32 - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug.ActiveCfg = Debug|Win32 - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug.Build.0 = Debug|Win32 - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release.ActiveCfg = Release|Win32 - {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal +Microsoft Visual Studio Solution File, Format Version 8.00 +# Visual C++ Express 2005 +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} + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} = {6AB18DF8-7204-4B80-AE27-0CDB36E321B4} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp", "mockpp.vcproj", "{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" +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 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "poormock_se", "examples\tutorial\poormock_se.vcproj", "{BD779AA5-9F07-466E-AC76-7C27BD3D4E86}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp_production", "mockpp_production.vcproj", "{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mockpp_cxxtest", "mockpp_cxxtest.vcproj", "{C46232E9-BB75-49BB-ADE6-306433257444}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mock_test_win32", "tests\mock_test_win32.vcproj", "{1C69D31D-8356-406B-85B3-84F892000D53}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "visitmock2", "examples\tutorial\visitmock2.vcproj", "{C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chainmock2", "examples\tutorial\chainmock2.vcproj", "{D8749C05-4004-42BC-B42D-24BD6F83A86E}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Debug|Win32.ActiveCfg = Debug|Win32 + {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Debug|Win32.Build.0 = Debug|Win32 + {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Release|Win32.ActiveCfg = Release|Win32 + {67066CA0-B2AD-456C-8663-A1D93B0E7949}.Release|Win32.Build.0 = Release|Win32 + {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Debug|Win32.ActiveCfg = Debug|Win32 + {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Debug|Win32.Build.0 = Debug|Win32 + {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Release|Win32.ActiveCfg = Release|Win32 + {9C4E72A0-6393-429A-AFDB-64AE0FBB17C8}.Release|Win32.Build.0 = Release|Win32 + {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Debug|Win32.ActiveCfg = Debug|Win32 + {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Debug|Win32.Build.0 = Debug|Win32 + {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Release|Win32.ActiveCfg = Release|Win32 + {4AEB7B36-6044-4B23-9754-22F7A28F785B}.Release|Win32.Build.0 = Release|Win32 + {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Debug|Win32.ActiveCfg = Debug|Win32 + {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Debug|Win32.Build.0 = Debug|Win32 + {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Release|Win32.ActiveCfg = Release|Win32 + {15A26E8F-FE6D-4EA6-9B41-26306D17F76A}.Release|Win32.Build.0 = Release|Win32 + {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Debug|Win32.ActiveCfg = Debug|Win32 + {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Debug|Win32.Build.0 = Debug|Win32 + {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Release|Win32.ActiveCfg = Release|Win32 + {F22BA7AF-9CFC-4F2A-947D-69AF7C466635}.Release|Win32.Build.0 = Release|Win32 + {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Debug|Win32.ActiveCfg = Debug|Win32 + {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Debug|Win32.Build.0 = Debug|Win32 + {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Release|Win32.ActiveCfg = Release|Win32 + {4B2B3833-C35A-4F2F-BFAF-B686D3827531}.Release|Win32.Build.0 = Release|Win32 + {6CD5CF99-3185-4FD1-B172-DE5947721854}.Debug|Win32.ActiveCfg = Debug|Win32 + {6CD5CF99-3185-4FD1-B172-DE5947721854}.Debug|Win32.Build.0 = Debug|Win32 + {6CD5CF99-3185-4FD1-B172-DE5947721854}.Release|Win32.ActiveCfg = Release|Win32 + {6CD5CF99-3185-4FD1-B172-DE5947721854}.Release|Win32.Build.0 = Release|Win32 + {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Debug|Win32.ActiveCfg = Debug|Win32 + {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Debug|Win32.Build.0 = Debug|Win32 + {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Release|Win32.ActiveCfg = Release|Win32 + {ADC8008C-7D8F-44BC-9498-E1097B4DCCA1}.Release|Win32.Build.0 = Release|Win32 + {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug|Win32.ActiveCfg = Debug|Win32 + {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Debug|Win32.Build.0 = Debug|Win32 + {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release|Win32.ActiveCfg = Release|Win32 + {BD779AA5-9F07-466E-AC76-7C27BD3D4E86}.Release|Win32.Build.0 = Release|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug|Win32.ActiveCfg = Debug|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Debug|Win32.Build.0 = Debug|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release|Win32.ActiveCfg = Release|Win32 + {6AB18DF8-7204-4B80-AE27-0CDB36E321B4}.Release|Win32.Build.0 = Release|Win32 + {C46232E9-BB75-49BB-ADE6-306433257444}.Debug|Win32.ActiveCfg = Debug|Win32 + {C46232E9-BB75-49BB-ADE6-306433257444}.Debug|Win32.Build.0 = Debug|Win32 + {C46232E9-BB75-49BB-ADE6-306433257444}.Release|Win32.ActiveCfg = Release|Win32 + {C46232E9-BB75-49BB-ADE6-306433257444}.Release|Win32.Build.0 = Release|Win32 + {1C69D31D-8356-406B-85B3-84F892000D53}.Debug|Win32.ActiveCfg = Debug|Win32 + {1C69D31D-8356-406B-85B3-84F892000D53}.Debug|Win32.Build.0 = Debug|Win32 + {1C69D31D-8356-406B-85B3-84F892000D53}.Release|Win32.ActiveCfg = Release|Win32 + {1C69D31D-8356-406B-85B3-84F892000D53}.Release|Win32.Build.0 = Release|Win32 + {C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}.Debug|Win32.ActiveCfg = Debug|Win32 + {C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}.Debug|Win32.Build.0 = Debug|Win32 + {C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}.Release|Win32.ActiveCfg = Release|Win32 + {C5CF5EDD-DCFA-4793-A348-CF1DEECE3702}.Release|Win32.Build.0 = Release|Win32 + {D8749C05-4004-42BC-B42D-24BD6F83A86E}.Debug|Win32.ActiveCfg = Debug|Win32 + {D8749C05-4004-42BC-B42D-24BD6F83A86E}.Debug|Win32.Build.0 = Debug|Win32 + {D8749C05-4004-42BC-B42D-24BD6F83A86E}.Release|Win32.ActiveCfg = Release|Win32 + {D8749C05-4004-42BC-B42D-24BD6F83A86E}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal Index: mockpp_cxxtest.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp_cxxtest.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mockpp_cxxtest.vcproj 13 Dec 2005 14:54:31 -0000 1.1 +++ mockpp_cxxtest.vcproj 7 Jan 2006 12:15:35 -0000 1.2 @@ -3,105 +3,157 @@ ProjectType="Visual C++" Version="7.10" Name="mockpp_cxxtest" - ProjectGUID="{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" - Keyword="MFCDLLProj"> + ProjectGUID="{C46232E9-BB75-49BB-ADE6-306433257444}" + RootNamespace="mockpp_cxxtest" + Keyword="MFCDLLProj" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Debug" - IntermediateDirectory="c:\tmp\compile\mockpp\production\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\cxxtest\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\cxxtest\Debug" ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - CharacterSet="2"> + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="false" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories="../..;../../3party/cxxtest;../../3party" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL" - MinimalRebuild="TRUE" + MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" - TreatWChar_tAsBuiltInType="TRUE" + TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> <Tool - Name="VCLibrarianTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool - Name="VCMIDLTool" + Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="FALSE"/> - <Tool - Name="VCPostBuildEventTool"/> + Culture="1031" + AdditionalIncludeDirectories="$(IntDir)" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCLibrarianTool" + OutputFile="..\lib\$(ProjectName).lib" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1031" - AdditionalIncludeDirectories="$(IntDir)"/> + Name="VCALinkTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\production\Release" + OutputDirectory="$(TEMP)\compile\mockpp\production\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\production\Release" ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - CharacterSet="2"> + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="false" + /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../.." PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" - TreatWChar_tAsBuiltInType="TRUE" + TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> <Tool - Name="VCLibrarianTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool - Name="VCMIDLTool" + Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="FALSE"/> - <Tool - Name="VCPostBuildEventTool"/> + Culture="1031" + AdditionalIncludeDirectories="$(IntDir)" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCLibrarianTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1031" - AdditionalIncludeDirectories="$(IntDir)"/> + Name="VCALinkTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -110,20 +162,149 @@ <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > <File - RelativePath="..\..\mockpp\production\TimeServer.cpp"> + RelativePath="..\..\3party\cxxtest\cxxtest\Descriptions.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\DummyDescriptions.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\GlobalFixture.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\LinkedList.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\RealDescriptions.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestSuite.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestTracker.cpp" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ValueTraits.cpp" + > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > <File - RelativePath="..\..\mockpp\production\mockpp_cxxtest.h"> + RelativePath="..\..\3party\cxxtest\cxxtest\Descriptions.h" + > </File> <File - RelativePath="..\..\mockpp\production\TimeServer.h"> + RelativePath="..\..\3party\cxxtest\cxxtest\DummyDescriptions.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ErrorFormatter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ErrorPrinter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\Flags.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\GlobalFixture.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\Gui.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\LinkedList.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\Mock.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ParenPrinter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\QtGui.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\RealDescriptions.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\SelfTest.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\StdHeaders.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\StdioFilePrinter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\StdioPrinter.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\StdValueTraits.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TeeListener.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestListener.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestRunner.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestSuite.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\TestTracker.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\ValueTraits.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\Win32Gui.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\X11Gui.h" + > + </File> + <File + RelativePath="..\..\3party\cxxtest\cxxtest\YesNoRunner.h" + > </File> </Filter> </Files> Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.vcproj,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- mockpp.vcproj 28 Dec 2005 21:31:53 -0000 1.11 +++ mockpp.vcproj 7 Jan 2006 12:15:35 -0000 1.12 @@ -3,116 +3,165 @@ ProjectType="Visual C++" Version="7.10" Name="mockpp" + ProjectGUID="{4B2B3833-C35A-4F2F-BFAF-B686D3827531}" RootNamespace="mockpp" - SccProjectName="" - SccLocalPath=""> + > <Platforms> <Platform - Name="Win32"/> [...1327 lines suppressed...] + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockMethod6.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject_macro.h" + > + </File> + <File + RelativePath="..\..\mockpp\visiting\VisitableMockObject_template.h" + > </File> </Filter> </Filter> Index: mockpp_production.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp_production.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mockpp_production.vcproj 26 Sep 2005 19:12:38 -0000 1.2 +++ mockpp_production.vcproj 7 Jan 2006 12:15:35 -0000 1.3 @@ -4,104 +4,155 @@ Version="7.10" Name="mockpp_production" ProjectGUID="{6AB18DF8-7204-4B80-AE27-0CDB36E321B4}" - Keyword="MFCDLLProj"> + Keyword="MFCDLLProj" + > <Platforms> <Platform - Name="Win32"/> + Name="Win32" + /> </Platforms> + <ToolFiles> + </ToolFiles> <Configurations> <Configuration Name="Debug|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Debug" - IntermediateDirectory="c:\tmp\compile\mockpp\production\Debug" + OutputDirectory="$(TEMP)\compile\mockpp\production\Debug" + IntermediateDirectory="$(TEMP)\compile\mockpp\production\Debug" ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - CharacterSet="2"> + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="_DEBUG" + MkTypLibCompatible="false" + /> <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="../.." + AdditionalIncludeDirectories="../..;../../3party" PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL" - MinimalRebuild="TRUE" + MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" - TreatWChar_tAsBuiltInType="TRUE" + TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> <Tool - Name="VCLibrarianTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool - Name="VCMIDLTool" + Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" - MkTypLibCompatible="FALSE"/> - <Tool - Name="VCPostBuildEventTool"/> + Culture="1031" + AdditionalIncludeDirectories="$(IntDir)" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCLibrarianTool" + OutputFile="..\lib\$(ProjectName).lib" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1031" - AdditionalIncludeDirectories="$(IntDir)"/> + Name="VCALinkTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\production\Release" + OutputDirectory="$(TEMP)\compile\mockpp\production\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\production\Release" ConfigurationType="4" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" - CharacterSet="2"> + CharacterSet="2" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + PreprocessorDefinitions="NDEBUG" + MkTypLibCompatible="false" + /> <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="../.." PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL" RuntimeLibrary="2" - TreatWChar_tAsBuiltInType="TRUE" + TreatWChar_tAsBuiltInType="true" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> + Detect64BitPortabilityProblems="true" + DebugInformationFormat="3" + /> <Tool - Name="VCLibrarianTool"/> + Name="VCManagedResourceCompilerTool" + /> <Tool - Name="VCMIDLTool" + Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" - MkTypLibCompatible="FALSE"/> - <Tool - Name="VCPostBuildEventTool"/> + Culture="1031" + AdditionalIncludeDirectories="$(IntDir)" + /> <Tool - Name="VCPreBuildEventTool"/> + Name="VCPreLinkEventTool" + /> <Tool - Name="VCPreLinkEventTool"/> + Name="VCLibrarianTool" + /> <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" - Culture="1031" - AdditionalIncludeDirectories="$(IntDir)"/> + Name="VCALinkTool" + /> <Tool - Name="VCWebServiceProxyGeneratorTool"/> + Name="VCXDCMakeTool" + /> <Tool - Name="VCXMLDataGeneratorTool"/> + Name="VCBscMakeTool" + /> <Tool - Name="VCManagedWrapperGeneratorTool"/> + Name="VCFxCopTool" + /> <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> + Name="VCPostBuildEventTool" + /> </Configuration> </Configurations> <References> @@ -110,20 +161,25 @@ <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > <File - RelativePath="..\..\mockpp\production\TimeServer.cpp"> + RelativePath="..\..\mockpp\production\TimeServer.cpp" + > </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > <File - RelativePath="..\..\mockpp\production\mockpp_production.h"> + RelativePath="..\..\mockpp\production\mockpp_production.h" + > </File> <File - RelativePath="..\..\mockpp\production\TimeServer.h"> + RelativePath="..\..\mockpp\production\TimeServer.h" + > </File> </Filter> </Files> |