Update of /cvsroot/csmaild/csmaild/src/Common
In directory sc8-pr-cvs1:/tmp/cvs-serv25794/src/Common
Modified Files:
.cvsignore
Added Files:
Common.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: Common.2002.csproj ---
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.0.9466"
SchemaVersion = "1.0"
ProjectGuid = "{19D49838-BF7A-4432-9C84-F50AE399077B}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "Common"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
RootNamespace = "Common"
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"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DataItem.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Mailbox.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Message.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "User.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "MailstoreProviders\IMailstoreProvider.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "MailstoreProviders\XmlMailstoreProvider.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
Index: .cvsignore
===================================================================
RCS file: /cvsroot/csmaild/csmaild/src/Common/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 8 Apr 2003 02:57:52 -0000 1.1
--- .cvsignore 25 Jul 2003 14:50:31 -0000 1.2
***************
*** 1,3 ****
! common.csproj.user
bin
obj
--- 1,3 ----
! *.csproj.user
bin
obj
|