[Cppunit-cvs] cppunit2/makefiles/vs71 cppunit2.sln, 1.3, 1.4 examples_opentest_demo.vcproj, 1.2, 1
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2006-09-01 19:28:03
|
Update of /cvsroot/cppunit/cppunit2/makefiles/vs71 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv15145/makefiles/vs71 Modified Files: cppunit2.sln examples_opentest_demo.vcproj Removed Files: opentest_test.vcproj Log Message: - opentest library has been moved to its own project: http://www.sf.net/projects/opentest/ Index: examples_opentest_demo.vcproj =================================================================== RCS file: /cvsroot/cppunit/cppunit2/makefiles/vs71/examples_opentest_demo.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** examples_opentest_demo.vcproj 7 Mar 2006 23:02:55 -0000 1.2 --- examples_opentest_demo.vcproj 1 Sep 2006 19:27:59 -0000 1.3 *************** *** 121,125 **** --- 121,152 ---- <Files> <File + RelativePath="..\..\examples\opentest_demo\main.cpp"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + ObjectFile="$(IntDir)/$(InputName)1.obj"/> + </FileConfiguration> + </File> + <File RelativePath="..\..\test\shmem_test\main.cpp"> + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCLCompilerTool"/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="TRUE"> + <Tool + Name="VCCLCompilerTool"/> + </FileConfiguration> </File> </Files> Index: cppunit2.sln =================================================================== RCS file: /cvsroot/cppunit/cppunit2/makefiles/vs71/cppunit2.sln,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cppunit2.sln 11 Dec 2005 17:16:08 -0000 1.3 --- cppunit2.sln 1 Sep 2006 19:27:58 -0000 1.4 *************** *** 14,37 **** EndProjectSection EndProject - Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opentest_lib", "opentest_lib.vcproj", "{6F7EEF30-F58C-4AEF-8406-AAA16D6D384D}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection - EndProject - Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opentest_test", "opentest_test.vcproj", "{FA200A48-CBCD-4A3D-8CA4-5F083610B696}" - ProjectSection(ProjectDependencies) = postProject - {79273A0D-700E-4AFA-B7F2-14D4CC325521} = {79273A0D-700E-4AFA-B7F2-14D4CC325521} - {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D} = {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D} - {4037D758-74CD-412B-B67C-BA3CA89FEF28} = {4037D758-74CD-412B-B67C-BA3CA89FEF28} - EndProjectSection - EndProject - Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_opentest_demo", "examples_opentest_demo.vcproj", "{544D6860-E43B-4677-81B6-1FD70687B99D}" - ProjectSection(ProjectDependencies) = postProject - {79273A0D-700E-4AFA-B7F2-14D4CC325521} = {79273A0D-700E-4AFA-B7F2-14D4CC325521} - {2506991E-13CA-49C9-8686-AACDE35C21B6} = {2506991E-13CA-49C9-8686-AACDE35C21B6} - {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D} = {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D} - {FA200A48-CBCD-4A3D-8CA4-5F083610B696} = {FA200A48-CBCD-4A3D-8CA4-5F083610B696} - {4037D758-74CD-412B-B67C-BA3CA89FEF28} = {4037D758-74CD-412B-B67C-BA3CA89FEF28} - EndProjectSection - EndProject Global GlobalSection(SolutionConfiguration) = preSolution --- 14,17 ---- *************** *** 59,80 **** {2506991E-13CA-49C9-8686-AACDE35C21B6}.Release.ActiveCfg = Release|Win32 {2506991E-13CA-49C9-8686-AACDE35C21B6}.Release.Build.0 = Release|Win32 - {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D}.Debug.ActiveCfg = Debug|Win32 - {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D}.Debug.Build.0 = Debug|Win32 - {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D}.dummy.ActiveCfg = Debug|Win32 - {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D}.dummy.Build.0 = Debug|Win32 - {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D}.Release.ActiveCfg = Release|Win32 - {6F7EEF30-F58C-4AEF-8406-AAA16D6D384D}.Release.Build.0 = Release|Win32 - {FA200A48-CBCD-4A3D-8CA4-5F083610B696}.Debug.ActiveCfg = Debug|Win32 - {FA200A48-CBCD-4A3D-8CA4-5F083610B696}.Debug.Build.0 = Debug|Win32 - {FA200A48-CBCD-4A3D-8CA4-5F083610B696}.dummy.ActiveCfg = Debug|Win32 - {FA200A48-CBCD-4A3D-8CA4-5F083610B696}.dummy.Build.0 = Debug|Win32 - {FA200A48-CBCD-4A3D-8CA4-5F083610B696}.Release.ActiveCfg = Release|Win32 - {FA200A48-CBCD-4A3D-8CA4-5F083610B696}.Release.Build.0 = Release|Win32 - {544D6860-E43B-4677-81B6-1FD70687B99D}.Debug.ActiveCfg = Debug|Win32 - {544D6860-E43B-4677-81B6-1FD70687B99D}.Debug.Build.0 = Debug|Win32 - {544D6860-E43B-4677-81B6-1FD70687B99D}.dummy.ActiveCfg = Debug|Win32 - {544D6860-E43B-4677-81B6-1FD70687B99D}.dummy.Build.0 = Debug|Win32 - {544D6860-E43B-4677-81B6-1FD70687B99D}.Release.ActiveCfg = Release|Win32 - {544D6860-E43B-4677-81B6-1FD70687B99D}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution --- 39,42 ---- --- opentest_test.vcproj DELETED --- |