[Pkg-cli-libs-commits] [SCM] ampsharp branch, master, updated. upstream/2.0.4-10-g0ff69d2

Eric Mangold teratorn at gmail.com
Tue Aug 23 21:40:58 UTC 2011


The following commit has been merged in the master branch:
commit 0ff69d21b5b528465a70e6197d5a6e9a317f8a48
Author: Eric Mangold <teratorn at gmail.com>
Date:   Tue Aug 23 16:39:49 2011 -0500

    use default ToolsVersion/TargetFrameworkVersion

diff --git a/debian/patches/0001-use-default-ToolsVersion-TargetFrameworkVersion.patch b/debian/patches/0001-use-default-ToolsVersion-TargetFrameworkVersion.patch
new file mode 100644
index 0000000..f3f004e
--- /dev/null
+++ b/debian/patches/0001-use-default-ToolsVersion-TargetFrameworkVersion.patch
@@ -0,0 +1,48 @@
+From: Eric Mangold <teratorn at gmail.com>
+Date: Tue, 23 Aug 2011 16:01:57 -0500
+Subject: [PATCH] use default ToolsVersion/TargetFrameworkVersion
+
+---
+ AMPSharp/AMPSharp.csproj |    3 +--
+ Tests/Tests.csproj       |    3 +--
+ 2 files changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/AMPSharp/AMPSharp.csproj b/AMPSharp/AMPSharp.csproj
+index cc71b6f..d16d2fb 100644
+--- a/AMPSharp/AMPSharp.csproj
++++ b/AMPSharp/AMPSharp.csproj
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+@@ -10,7 +10,6 @@
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>AMPSharp</RootNamespace>
+     <AssemblyName>AMPSharp</AssemblyName>
+-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj
+index dd3ce7d..1cd7f38 100644
+--- a/Tests/Tests.csproj
++++ b/Tests/Tests.csproj
+@@ -1,5 +1,5 @@
+ <?xml version="1.0" encoding="utf-8"?>
+-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
++<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+   <PropertyGroup>
+     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+@@ -10,7 +10,6 @@
+     <AppDesignerFolder>Properties</AppDesignerFolder>
+     <RootNamespace>Tests</RootNamespace>
+     <AssemblyName>Tests</AssemblyName>
+-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+     <FileAlignment>512</FileAlignment>
+   </PropertyGroup>
+   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..afcba7c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-use-default-ToolsVersion-TargetFrameworkVersion.patch

-- 
ampsharp



More information about the Pkg-cli-libs-commits mailing list