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
791 Reggie Burnett 2009-11-11
bumped version #
modified:
MySql.Data/Provider/Properties/VersionInfo.cs
=== 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 @@
<?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>
=== 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 push into connector-net-6.1 branch (vvaintroub:791 to 792)Bug#48271 | Vladislav Vaintroub | 12 Nov |