diff --git a/gdal/swig/csharp/makefile.vc b/gdal/swig/csharp/makefile.vc index ed06ad42d857..1492feaa3f15 100644 --- a/gdal/swig/csharp/makefile.vc +++ b/gdal/swig/csharp/makefile.vc @@ -72,6 +72,8 @@ template.csproj: echo ^ >> $@ echo ^$(NETSTANDARD)^ >> $@ echo ^$(GDAL_VERSION).0^ >> $@ + echo ^..\gdal.snk^ >> $@ + echo ^true^ >> $@ echo ^true^ >> $@ echo ^ >> $@ echo ^ >> $@ @@ -299,6 +301,9 @@ test: ogrinfo.exe Data/intersectionresult.shp gdalwarp.exe Data/testwarp.tif "-of GTiff -t_srs EPSG:32645 -overwrite" "../../../autotest/gcore/data/byte.tif" getcrsinfo.exe "EPSG" 20 + sn -vf osr_csharp.dll + sn -vf ogr_csharp.dll + sn -vf gdal_csharp.dll !ENDIF clean: