Update of /cvsroot/magicajax/magicajax/Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24623/Core
Modified Files:
MagicAjax NET 2.0.csproj MagicAjax.csproj
Log Message:
Removed ReadOnlyCollection class.
Index: MagicAjax NET 2.0.csproj
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/MagicAjax NET 2.0.csproj,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** MagicAjax NET 2.0.csproj 22 Dec 2005 12:19:32 -0000 1.11
--- MagicAjax NET 2.0.csproj 25 Dec 2005 18:00:24 -0000 1.12
***************
*** 99,105 ****
<SubType>Code</SubType>
</Compile>
- <Compile Include="Collections\ReadOnlyArrayList.cs">
- <SubType>Code</SubType>
- </Compile>
<Compile Include="Configuration\MagicAjaxConfiguration.cs">
<SubType>Code</SubType>
--- 99,102 ----
Index: MagicAjax.csproj
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/MagicAjax.csproj,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** MagicAjax.csproj 22 Dec 2005 12:44:43 -0000 1.8
--- MagicAjax.csproj 25 Dec 2005 18:00:26 -0000 1.9
***************
*** 142,150 ****
BuildAction = "Content"
/>
! <File
! RelPath = "Collections\ReadOnlyArrayList.cs"
! SubType = "Code"
! BuildAction = "Compile"
! />
<File
RelPath = "Configuration\MagicAjaxConfiguration.cs"
--- 142,146 ----
BuildAction = "Content"
/>
! <Folder RelPath = "Collections\" />
<File
RelPath = "Configuration\MagicAjaxConfiguration.cs"
|