Update of /cvsroot/magicajax/magicajax/CustomControls
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20616/CustomControls
Modified Files:
CustomControls.csproj
Log Message:
Changed 'MagicAjax library' to 'framework' as this is more appropriate.
Fixed a bug of ExtendedRendering for 'NoStore'.
Index: CustomControls.csproj
===================================================================
RCS file: /cvsroot/magicajax/magicajax/CustomControls/CustomControls.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CustomControls.csproj 11 Nov 2005 06:17:49 -0000 1.1
--- CustomControls.csproj 18 Nov 2005 18:53:07 -0000 1.2
***************
*** 77,89 ****
<Reference
Name = "System.XML"
! AssemblyName = "System.XML"
HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
- Name = "MagicAjax"
- Project = "{AA715D85-7870-43CD-AC29-67DCA0AF340A}"
- Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
- />
- <Reference
Name = "System.Design"
AssemblyName = "System.Design"
--- 77,84 ----
<Reference
Name = "System.XML"
! AssemblyName = "System.Xml"
HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
Name = "System.Design"
AssemblyName = "System.Design"
***************
*** 100,103 ****
--- 95,103 ----
HintPath = "..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
/>
+ <Reference
+ Name = "MagicAjax"
+ Project = "{AA715D85-7870-43CD-AC29-67DCA0AF340A}"
+ Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
+ />
</References>
</Build>
|