diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-07-12 20:55:54 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-07-12 20:55:54 +0000 |
commit | cc97a2417c07f8a768302f603dc27e81a3548351 (patch) | |
tree | d066c22eb08067b3d204ce9c7d13c627e721781d /lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj | |
parent | Update to Wine 1.6 RC5. More bug fixes and translation work. (diff) |
IronPython is an open-source implementation of the Python programming
language which is tightly integrated with the .NET Framework. IronPython
can use the .NET Framework and Python libraries, and other .NET languages
can use Python code just as easily.
WWW: http://www.ironpython.net
Notes
Notes:
svn path=/head/; revision=322866
Diffstat (limited to '')
-rw-r--r-- | lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj b/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj new file mode 100644 index 000000000000..c15f60699972 --- /dev/null +++ b/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj @@ -0,0 +1,47 @@ +--- ./Languages/IronPython/IronPython/IronPython.csproj.orig 2013-05-01 13:31:53.000000000 +0200 ++++ ./Languages/IronPython/IronPython/IronPython.csproj 2013-05-01 13:32:28.000000000 +0200 +@@ -13,35 +13,35 @@ + <DocumentationFile>$(SolutionDir)..\bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'FxCop|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Win8Debug|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Win8Release|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Debug|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Release|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WP7Debug|AnyCPU' "> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WP7Release|AnyCPU' "> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight4Debug|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight4Release|AnyCPU' "> +- <NoWarn>1591;0429</NoWarn> ++ <NoWarn>1591</NoWarn> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight5Debug|AnyCPU' "> + </PropertyGroup> |