From: Owen R. <exo...@us...> - 2004-07-06 05:13:30
|
Update of /cvsroot/netreflector/NetReflector/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17404/src Modified Files: NetReflector.sln Log Message: support for enums in netreflector Index: NetReflector.sln =================================================================== RCS file: /cvsroot/netreflector/NetReflector/src/NetReflector.sln,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NetReflector.sln 12 Feb 2003 09:04:06 -0000 1.2 --- NetReflector.sln 6 Jul 2004 05:13:22 -0000 1.3 *************** *** 1,18 **** ! Microsoft Visual Studio Solution File, Format Version 7.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReflector", "NetReflector\NetReflector.csproj", "{6F47E988-250D-4B42-9278-07F18B3704BE}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReflectorTest", "NetReflector.Test\NetReflectorTest.csproj", "{A4C5FB23-D9F7-48B7-9E81-F2EFB90F991E}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReflectorPluginTest", "NetReflectorPluginTest\NetReflectorPluginTest.csproj", "{4EB8C393-C246-4E5A-BD57-146ECFF60C2B}" EndProject Global GlobalSection(SolutionConfiguration) = preSolution ! ConfigName.0 = Debug ! ConfigName.1 = Release ! EndGlobalSection ! GlobalSection(ProjectDependencies) = postSolution ! {A4C5FB23-D9F7-48B7-9E81-F2EFB90F991E}.0 = {6F47E988-250D-4B42-9278-07F18B3704BE} ! {A4C5FB23-D9F7-48B7-9E81-F2EFB90F991E}.1 = {4EB8C393-C246-4E5A-BD57-146ECFF60C2B} ! {4EB8C393-C246-4E5A-BD57-146ECFF60C2B}.0 = {6F47E988-250D-4B42-9278-07F18B3704BE} EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution --- 1,22 ---- ! Microsoft Visual Studio Solution File, Format Version 8.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReflector", "NetReflector\NetReflector.csproj", "{6F47E988-250D-4B42-9278-07F18B3704BE}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReflectorTest", "NetReflector.Test\NetReflectorTest.csproj", "{A4C5FB23-D9F7-48B7-9E81-F2EFB90F991E}" + ProjectSection(ProjectDependencies) = postProject + {4EB8C393-C246-4E5A-BD57-146ECFF60C2B} = {4EB8C393-C246-4E5A-BD57-146ECFF60C2B} + {6F47E988-250D-4B42-9278-07F18B3704BE} = {6F47E988-250D-4B42-9278-07F18B3704BE} + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetReflectorPluginTest", "NetReflectorPluginTest\NetReflectorPluginTest.csproj", "{4EB8C393-C246-4E5A-BD57-146ECFF60C2B}" + ProjectSection(ProjectDependencies) = postProject + {6F47E988-250D-4B42-9278-07F18B3704BE} = {6F47E988-250D-4B42-9278-07F18B3704BE} + EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution ! Debug = Debug ! Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution |