List:Commits« Previous MessageNext Message »
From:rburnett Date:September 5 2008 1:56pm
Subject:Connector/NET commit: r1402 - trunk/MySql.Data/Provider
View as plain text  
Modified:
   trunk/MySql.Data/Provider/MySql.Data.CF.csproj
Log:
forgot to add the new Guid type to our CF project

Modified: trunk/MySql.Data/Provider/MySql.Data.CF.csproj
===================================================================
--- trunk/MySql.Data/Provider/MySql.Data.CF.csproj	2008-09-04 19:09:05 UTC (rev 1401)
+++ trunk/MySql.Data/Provider/MySql.Data.CF.csproj	2008-09-05 13:56:08 UTC (rev 1402)
@@ -121,6 +121,7 @@
     <Compile Include="Source\Types\MySqlDateTime.cs" />
     <Compile Include="Source\Types\MySqlDecimal.cs" />
     <Compile Include="Source\Types\MySqlDouble.cs" />
+    <Compile Include="Source\Types\MySqlGuid.cs" />
     <Compile Include="Source\Types\MySqlInt16.cs" />
     <Compile Include="Source\Types\MySqlInt32.cs" />
     <Compile Include="Source\Types\MySqlInt64.cs" />

Thread
Connector/NET commit: r1402 - trunk/MySql.Data/Providerrburnett5 Sep