found 627517 0.9-1 reopen 627517 thanks Thanks for addressing this issue but the patch provided by me and applied in 0.9-1 does not cover the new upstream version. It fails with debians mono 2.10 in experimental due to the new unpatched project file.
Attached a revised patch.
Index: xsd/XSDDiagram.csproj =================================================================== --- xsd.orig/XSDDiagram.csproj 2011-05-28 22:41:49.218328107 +0000 +++ xsd/XSDDiagram.csproj 2011-05-28 22:41:49.000000000 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <OutputPath>bin\x86\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> @@ -34,7 +34,6 @@ <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>2.0</OldToolsVersion> - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <UpgradeBackupLocation> </UpgradeBackupLocation> <PublishUrl>http://localhost/XSDDiagram/</PublishUrl> Index: xsd/XSDDiagramConsole/XSDDiagramConsole.csproj =================================================================== --- xsd.orig/XSDDiagramConsole/XSDDiagramConsole.csproj 2011-05-28 22:41:49.188328107 +0000 +++ xsd/XSDDiagramConsole/XSDDiagramConsole.csproj 2011-05-28 22:42:21.868328095 +0000 @@ -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>XSDDiagramConsole</RootNamespace> <AssemblyName>XSDDiagramConsole</AssemblyName> - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkSubset> </TargetFrameworkSubset>
signature.asc
Description: OpenPGP digital signature

