mirror of https://github.com/icedream/npsharp.git
Fix build for HP computers. See https://delphihaven.wordpress.com/2011/09/01/xe2-or-more-exactly-msbuild-vs-hp-notebooks/.
parent
d9c591b1a8
commit
c4a9e75e91
|
@ -12,6 +12,7 @@
|
|||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
||||
<Platform Condition="$(Platform) != 'AnyCPU' And $(Platform) != 'x86' And $(Platform) != 'x64'">AnyCPU</Platform>
|
||||
<RestorePackages>true</RestorePackages>
|
||||
<NuGetPackageImportStamp>b8f4ba3f</NuGetPackageImportStamp>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in New Issue