Update of /cvsroot/csmaild/csmaild/src
In directory sc8-pr-cvs1:/tmp/cvs-serv25794/src
Modified Files:
.cvsignore
Added Files:
csmaild.2002.sln
Log Message:
Added VS.NET 2002 solution and project files (they have a 2002 in the name)
Updated ignore files to be less specific to ignore all user setting files
Minor updates to crappy testclient
--- NEW FILE: csmaild.2002.sln ---
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Common.2002", "common\Common.2002.csproj", "{19D49838-BF7A-4432-9C84-F50AE399077B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Engine.2002", "Engine\Engine.2002.csproj", "{44D6B051-0CE8-4964-8236-8539431F5212}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imap.2002", "Imap\Imap.2002.csproj", "{B1B51646-3745-489A-B0A8-630013E5E44E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient.2002", "TestClient\TestClient.2002.csproj", "{9B24F657-10EF-4F52-A02B-F0C630ED8037}"
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
ConfigName.1 = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{19D49838-BF7A-4432-9C84-F50AE399077B}.Debug.ActiveCfg = Debug|.NET
{19D49838-BF7A-4432-9C84-F50AE399077B}.Debug.Build.0 = Debug|.NET
{19D49838-BF7A-4432-9C84-F50AE399077B}.Release.ActiveCfg = Release|.NET
{19D49838-BF7A-4432-9C84-F50AE399077B}.Release.Build.0 = Release|.NET
{44D6B051-0CE8-4964-8236-8539431F5212}.Debug.ActiveCfg = Debug|.NET
{44D6B051-0CE8-4964-8236-8539431F5212}.Debug.Build.0 = Debug|.NET
{44D6B051-0CE8-4964-8236-8539431F5212}.Release.ActiveCfg = Release|.NET
{44D6B051-0CE8-4964-8236-8539431F5212}.Release.Build.0 = Release|.NET
{B1B51646-3745-489A-B0A8-630013E5E44E}.Debug.ActiveCfg = Debug|.NET
{B1B51646-3745-489A-B0A8-630013E5E44E}.Debug.Build.0 = Debug|.NET
{B1B51646-3745-489A-B0A8-630013E5E44E}.Release.ActiveCfg = Release|.NET
{B1B51646-3745-489A-B0A8-630013E5E44E}.Release.Build.0 = Release|.NET
{9B24F657-10EF-4F52-A02B-F0C630ED8037}.Debug.ActiveCfg = Debug|.NET
{9B24F657-10EF-4F52-A02B-F0C630ED8037}.Debug.Build.0 = Debug|.NET
{9B24F657-10EF-4F52-A02B-F0C630ED8037}.Release.ActiveCfg = Release|.NET
{9B24F657-10EF-4F52-A02B-F0C630ED8037}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
Index: .cvsignore
===================================================================
RCS file: /cvsroot/csmaild/csmaild/src/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 8 Apr 2003 02:57:01 -0000 1.1
--- .cvsignore 25 Jul 2003 14:50:30 -0000 1.2
***************
*** 1 ****
! csmaild.suo
--- 1 ----
! *.suo
|