List:Commits« Previous MessageNext Message »
From:rburnett Date:May 4 2007 5:33pm
Subject:Connector/NET commit: r706 - branches/5.0/Driver
View as plain text  
Modified:
   branches/5.0/Driver/MySql.Data.2005.csproj
Log:
added Cache.cs to the list of source files.  

Modified: branches/5.0/Driver/MySql.Data.2005.csproj
===================================================================
--- branches/5.0/Driver/MySql.Data.2005.csproj	2007-05-03 19:19:00 UTC (rev 705)
+++ branches/5.0/Driver/MySql.Data.2005.csproj	2007-05-04 17:33:26 UTC (rev 706)
@@ -116,7 +116,8 @@
   <ItemGroup>
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Source\CharSetMap.cs" />
-    <Compile Include="Source\command.cs" />
+    <Compile Include="Source\command.cs">
+    </Compile>
     <Compile Include="Source\CommandBuilder.cs" />
     <Compile Include="Source\common\ContextString.cs" />
     <Compile Include="Source\common\NamedPipeStream.cs" />
@@ -221,6 +222,7 @@
     <Content Include="Source\ReservedWords.txt" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="Source\common\Cache.cs" />
     <Compile Include="Source\Resources.Designer.cs">
       <AutoGen>True</AutoGen>
       <DesignTime>True</DesignTime>

Thread
Connector/NET commit: r706 - branches/5.0/Driverrburnett4 May