freebsd-ports/security/keepass/files/patch-KeePassLibSD_KeePassLibSD.csproj
Antoine Brodin 8d2015c5fd Fix build with mono 4
PR:		200343
Submitted by:	Ben Woods (maintainer)
2015-05-25 15:36:40 +00:00

15 lines
868 B
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- KeePassLibSD/KeePassLibSD.csproj.orig 2015-05-25 15:16:50 UTC
+++ KeePassLibSD/KeePassLibSD.csproj
@@ -1,4 +1,4 @@
-<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" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -381,5 +381,5 @@
<Target Name="AfterBuild">
</Target>
-->
- <Import Condition="'$(TargetFrameworkVersion)' == 'v3.5'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
+ <Import Condition="'$(TargetFrameworkVersion)' == 'v4.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
</Project>