forked from Lainports/freebsd-ports
15 lines
868 B
XML
15 lines
868 B
XML
--- 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>
|