[svn] r6775: nemerle/trunk/Nemerle.Macros.nproj

IT svnadmin at nemerle.org
Sun Oct 22 20:42:05 CEST 2006


Log:
Added reference to the System.Data to fix the compilation error.

Author: IT
Date: Sun Oct 22 20:42:03 2006
New Revision: 6775

Modified:
   nemerle/trunk/Nemerle.Macros.nproj

Modified: nemerle/trunk/Nemerle.Macros.nproj
==============================================================================
--- nemerle/trunk/Nemerle.Macros.nproj	(original)
+++ nemerle/trunk/Nemerle.Macros.nproj	Sun Oct 22 20:42:03 2006
@@ -37,6 +37,7 @@
   <ItemGroup>
     <Reference Include="mscorlib" />
     <Reference Include="System" />
+    <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>



More information about the svn mailing list