Closed philipbaileynar closed 6 years ago
For future reference here is the secret:
<!-- Properties group for Determining 64bit Architecture -->
<PropertyGroup>
<GDALPath>..\extlib\release-1800-gdal-2-2-1-mapserver-7-0-6\bin</GDALPath>
<GDALPath Condition="'$(Platform)'!='x64'">..\extlib\release-1800-x86-gdal-2-2-1-mapserver-7-0-6\bin</GDALPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="gdalconst_csharp">
<HintPath>$(GDALPath)\gdal\csharp\gdalconst_csharp.dll</HintPath>
</Reference>
...
Here's another useful one (must be run in git bash cygwin terminal, not dos box)
find -name "*.dll" | xargs file > summary.txt
A little preliminary but I think we're getting some small performance increase on the x64
Just fixed #262 which gives us an even greater performance boost.
Finish the work to make a 64 bit version of the GCD StandAlone. It's currently only in 32 bit.