List:Commits« Previous MessageNext Message »
From:rburnett Date:April 20 2007 2:51am
Subject:Connector/NET commit: r684 - in trunk: Driver TestSuite
View as plain text  
Modified:
   trunk/Driver/MySql.Data.csproj
   trunk/TestSuite/MySql.Data.Tests.csproj
Log:
removed Ovatsus targets file. It didn't work in all cases.

Modified: trunk/Driver/MySql.Data.csproj
===================================================================
--- trunk/Driver/MySql.Data.csproj	2007-04-19 14:49:37 UTC (rev 683)
+++ trunk/Driver/MySql.Data.csproj	2007-04-20 02:51:29 UTC (rev 684)
@@ -238,7 +238,7 @@
     <Compile Include="Properties\Resources.Designer.cs" />
     <Compile Include="Source\common\SqlTokenizer.cs" />
   </ItemGroup>
-  <Import Project="$(MSBuildExtensionsPath)\Ovatsus.CSharp.targets" />
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PreBuildEvent>
     </PreBuildEvent>

Modified: trunk/TestSuite/MySql.Data.Tests.csproj
===================================================================
--- trunk/TestSuite/MySql.Data.Tests.csproj	2007-04-19 14:49:37 UTC (rev 683)
+++ trunk/TestSuite/MySql.Data.Tests.csproj	2007-04-20 02:51:29 UTC (rev 684)
@@ -85,7 +85,6 @@
     </ProjectReference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
-  <!--  <Import Project="$(MSBuildExtensionsPath)\Ovatsus.CSharp.targets" />-->
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.
   <Target Name="BeforeBuild">

Thread
Connector/NET commit: r684 - in trunk: Driver TestSuiterburnett20 Apr