[Dnsmail-cvs] dnsmail Erle.DnsMail.csproj,1.8,1.9
Brought to you by:
ethem
From: Ethem E. <et...@us...> - 2006-08-18 12:53:53
|
Update of /cvsroot/dnsmail/dnsmail In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv30365/dnsmail Modified Files: Erle.DnsMail.csproj Log Message: Corrected OutputPath for Ssl configurations. Index: Erle.DnsMail.csproj =================================================================== RCS file: /cvsroot/dnsmail/dnsmail/Erle.DnsMail.csproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Erle.DnsMail.csproj 18 Aug 2006 11:27:16 -0000 1.8 --- Erle.DnsMail.csproj 18 Aug 2006 12:53:49 -0000 1.9 *************** *** 77,81 **** NoWarn = "" Optimize = "false" ! OutputPath = "bin\Debug\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" --- 77,81 ---- NoWarn = "" Optimize = "false" ! OutputPath = "bin\Debug-Ssl\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" *************** *** 97,101 **** NoWarn = "" Optimize = "true" ! OutputPath = "bin\Release\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" --- 97,101 ---- NoWarn = "" Optimize = "true" ! OutputPath = "bin\Release-Ssl\" RegisterForComInterop = "false" RemoveIntegerChecks = "false" |