Thread: [csmaild-cvs] csmaild/src/Imap Imap.2002.csproj,NONE,1.1 .cvsignore,1.1,1.2
Brought to you by:
tamc
From: <ta...@us...> - 2003-07-26 19:54:15
|
Update of /cvsroot/csmaild/csmaild/src/Imap In directory sc8-pr-cvs1:/tmp/cvs-serv25794/src/Imap Modified Files: .cvsignore Added Files: Imap.2002.csproj 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: Imap.2002.csproj --- <VisualStudioProject> <CSHARP ProjectType = "Local" ProductVersion = "7.0.9466" SchemaVersion = "1.0" ProjectGuid = "{B1B51646-3745-489A-B0A8-630013E5E44E}" > <Build> <Settings ApplicationIcon = "" AssemblyKeyContainerName = "" AssemblyName = "Imap" AssemblyOriginatorKeyFile = "" DefaultClientScript = "JScript" DefaultHTMLPageLayout = "Grid" DefaultTargetSchema = "IE50" DelaySign = "false" OutputType = "Library" RootNamespace = "Imap" StartupObject = "" > <Config Name = "Debug" AllowUnsafeBlocks = "false" BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" DefineConstants = "DEBUG;TRACE" DocumentationFile = "" DebugSymbols = "true" FileAlignment = "4096" IncrementalBuild = "true" Optimize = "false" OutputPath = "bin\Debug\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" TreatWarningsAsErrors = "false" WarningLevel = "4" /> <Config Name = "Release" AllowUnsafeBlocks = "false" BaseAddress = "285212672" CheckForOverflowUnderflow = "false" ConfigurationOverrideFile = "" DefineConstants = "TRACE" DocumentationFile = "" DebugSymbols = "false" FileAlignment = "4096" IncrementalBuild = "false" Optimize = "true" OutputPath = "bin\Release\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" TreatWarningsAsErrors = "false" WarningLevel = "4" /> </Settings> <References> <Reference Name = "System" AssemblyName = "System" HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll" /> <Reference Name = "System.Data" AssemblyName = "System.Data" HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll" /> <Reference Name = "System.XML" AssemblyName = "System.Xml" HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll" /> <Reference Name = "Common.2002" Project = "{19D49838-BF7A-4432-9C84-F50AE399077B}" Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" /> </References> </Build> <Files> <Include> <File RelPath = "AssemblyInfo.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Connection.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Server.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\AppendCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\AuthenticateCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\CapabilityCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\CheckCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\CloseCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\CommandPart.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\CopyCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\CreateCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\DeleteCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\ExamineCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\ExpungeCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\FetchCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\ImapCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\ListCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\LoginCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\LogoutCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\LsubCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\NoopCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\RenameCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\SearchCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\SelectCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\StarttlsCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\StatusCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\StoreCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\SubscribeCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\UidCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "Commands\UnsubscribeCommand.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "NetworkManager\Connection.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "NetworkManager\Listener.cs" SubType = "Code" BuildAction = "Compile" /> <File RelPath = "NetworkManager\NetworkManager.cs" SubType = "Code" BuildAction = "Compile" /> </Include> </Files> </CSHARP> </VisualStudioProject> Index: .cvsignore =================================================================== RCS file: /cvsroot/csmaild/csmaild/src/Imap/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .cvsignore 8 Apr 2003 02:58:21 -0000 1.1 --- .cvsignore 25 Jul 2003 14:50:31 -0000 1.2 *************** *** 1,3 **** ! Imap.csproj.user bin obj --- 1,3 ---- ! *.csproj.user bin obj |