[csmaild-cvs] csmaild/src/Engine Engine.csproj,1.2,1.3
Brought to you by:
tamc
From: <ta...@us...> - 2003-07-29 00:46:31
|
Update of /cvsroot/csmaild/csmaild/src/Engine In directory sc8-pr-cvs1:/tmp/cvs-serv8950/src/Engine Modified Files: Engine.csproj Log Message: Updated 2002 project files for people using legacy IDE's ;) Added initial POP project, no code, just a project Changes to the mail store to support DELETE, RENAME, CREATE commands Nearly finished with said commands, more testing needed Moved NetworkManager to common, so POP can use it Index: Engine.csproj =================================================================== RCS file: /cvsroot/csmaild/csmaild/src/Engine/Engine.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Engine.csproj 24 Jul 2003 04:32:13 -0000 1.2 --- Engine.csproj 29 Jul 2003 00:46:28 -0000 1.3 *************** *** 108,111 **** --- 108,138 ---- BuildAction = "Compile" /> + <File + RelPath = "bin\SampleXmlMailstore\Mailboxes.xsd" + BuildAction = "Content" + /> + <File + RelPath = "bin\SampleXmlMailstore\Mailboxes.xsx" + DependentUpon = "Mailboxes.xsd" + BuildAction = "None" + /> + <File + RelPath = "bin\SampleXmlMailstore\Messages.xsd" + BuildAction = "Content" + /> + <File + RelPath = "bin\SampleXmlMailstore\Messages.xsx" + DependentUpon = "Messages.xsd" + BuildAction = "None" + /> + <File + RelPath = "bin\SampleXmlMailstore\Users.xsd" + BuildAction = "Content" + /> + <File + RelPath = "bin\SampleXmlMailstore\Users.xsx" + DependentUpon = "Users.xsd" + BuildAction = "None" + /> </Include> </Files> |