List:Commits« Previous MessageNext Message »
From:Vladislav Vaintroub Date:November 12 2009 12:38pm
Subject:bzr commit into connector-net-6.1 branch (vvaintroub:792) Bug#48271
View as plain text  
#At file:///H:/connector_net/6.1/ based on revid:reggie.burnett@stripped4t4pwlw

  792 Vladislav Vaintroub	2009-11-12
      Fix toolsversion  attribute in .csproj files (Bug #48271)

    modified:
      MySql.Data/Provider/MySql.Data.csproj
      MySql.Data/Tests/MySql.Data.Tests.csproj
      MySql.VisualStudio/MySql.VisualStudio.csproj
      MySql.Web/Providers/MySql.Web.csproj
=== modified file 'MySql.Data/Provider/MySql.Data.csproj'
--- a/MySql.Data/Provider/MySql.Data.csproj	2009-11-03 18:45:22 +0000
+++ b/MySql.Data/Provider/MySql.Data.csproj	2009-11-12 12:38:55 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <ProjectType>Local</ProjectType>
     <ProductVersion>9.0.30729</ProductVersion>

=== modified file 'MySql.Data/Tests/MySql.Data.Tests.csproj'
--- a/MySql.Data/Tests/MySql.Data.Tests.csproj	2009-11-03 18:45:22 +0000
+++ b/MySql.Data/Tests/MySql.Data.Tests.csproj	2009-11-12 12:38:55 +0000
@@ -1,5 +1,5 @@
 roject DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

=== modified file 'MySql.VisualStudio/MySql.VisualStudio.csproj'
--- a/MySql.VisualStudio/MySql.VisualStudio.csproj	2009-11-10 22:37:01 +0000
+++ b/MySql.VisualStudio/MySql.VisualStudio.csproj	2009-11-12 12:38:55 +0000
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

=== modified file 'MySql.Web/Providers/MySql.Web.csproj'
--- a/MySql.Web/Providers/MySql.Web.csproj	2009-11-10 22:37:01 +0000
+++ b/MySql.Web/Providers/MySql.Web.csproj	2009-11-12 12:38:55 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

Attachment: [text/bzr-bundle] bzr/vvaintroub@mysql.com-20091112123855-86dqb22ew1a50j0t.bundle
Thread
bzr commit into connector-net-6.1 branch (vvaintroub:792) Bug#48271Vladislav Vaintroub12 Nov