From: Braden M. <br...@us...> - 2005-11-17 21:51:22
|
Update of /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC7_1/OpenVRML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22030/ide-projects/Windows/VisualC7_1/OpenVRML Modified Files: OpenVRML.sln Log Message: Project file updates. Index: OpenVRML.sln =================================================================== RCS file: /cvsroot/openvrml/openvrml/ide-projects/Windows/VisualC7_1/OpenVRML/OpenVRML.sln,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** OpenVRML.sln 17 Aug 2005 20:57:38 -0000 1.3 --- OpenVRML.sln 17 Nov 2005 21:51:14 -0000 1.4 *************** *** 19,22 **** --- 19,26 ---- EndProjectSection EndProject + Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-openvrml", "test-openvrml\test-openvrml.vcproj", "{1C9201DF-E553-422C-9CC4-E667F3C606F9}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection + EndProject Global GlobalSection(SolutionConfiguration) = preSolution *************** *** 41,44 **** --- 45,62 ---- {2DD5D192-3E85-4E64-854B-DF7A1FF06B76}.Release.ActiveCfg = Release|Win32 {2DD5D192-3E85-4E64-854B-DF7A1FF06B76}.Release.Build.0 = Release|Win32 + {1C9201DF-E553-422C-9CC4-E667F3C606F9}.Debug.ActiveCfg = Debug|Win32 + {1C9201DF-E553-422C-9CC4-E667F3C606F9}.Debug.Build.0 = Debug|Win32 + {1C9201DF-E553-422C-9CC4-E667F3C606F9}.Release.ActiveCfg = Release|Win32 + {1C9201DF-E553-422C-9CC4-E667F3C606F9}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionItems) = postSolution + ..\..\..\..\AUTHORS = ..\..\..\..\AUTHORS + ..\..\..\..\ChangeLog = ..\..\..\..\ChangeLog + ..\..\..\..\COPYING = ..\..\..\..\COPYING + ..\..\..\..\COPYING.LESSER = ..\..\..\..\COPYING.LESSER + ..\..\..\..\INSTALL = ..\..\..\..\INSTALL + ..\..\..\..\NEWS = ..\..\..\..\NEWS + ..\..\..\..\README = ..\..\..\..\README + ..\..\..\..\THANKS = ..\..\..\..\THANKS EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution |