Index: src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj =================================================================== diff -u -rf9a9443aed62fe788dc870e650592b553cf0c99a -r818af8140363402b42f42aa45fa35e840a0fe6e9 --- src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj (.../DeltaShell.Gui.csproj) (revision f9a9443aed62fe788dc870e650592b553cf0c99a) +++ src/DeltaShell/DeltaShell.Gui/DeltaShell.Gui.csproj (.../DeltaShell.Gui.csproj) (revision 818af8140363402b42f42aa45fa35e840a0fe6e9) @@ -593,26 +593,15 @@ :endvsvars editbin /LARGEADDRESSAWARE $(TargetFileName) -copy /Y $(TargetFileName) $(TargetName).x64.exe -copy /Y DeltaShell.Gui.exe.config DeltaShell.Gui.x64.exe.config -if "$(PlatformName)"=="x86" corflags /force /32bit+ $(TargetName).exe - -echo "Pre-compiling XmlSerializers for plugins ..." rem "$(SolutionDir)\build\tools\sgen.exe" /force /compiler:/keyfile:..\..\..\..\Common\DelftTools.Shell.Core\DelftTools.snk /t:DelftTools.Shell.Gui.guiPlugin /a:DelftTools.Shell.Gui.dll copy "$(SolutionDir)\lib\DeltaShell\DeltaShell.Gui\license.lic" .\ xcopy /S /D /Y /Q "$(SolutionDir)\lib\Common\SharpMap\*" .\ xcopy /S /D /Y /Q "$(SolutionDir)\lib\Common\SharpMap.Extensions\*" .\ -xcopy /S /D /Y /Q "$(SolutionDir)\lib\IKVM.*" .\ - -rem if exist NHibernate.dll del NHibernate.dll - copy "$(SolutionDir)\src\DeltaShell\DeltaShell.Core\bin\$(ConfigurationName)\DeltaShell.Core.XmlSerializers.dll" .\ -copy "$(SolutionDir)\build\tools\NHibernateProfiler\HibernatingRhinos.Profiler.Appender.dll" .\ - copy "$(SolutionDir)\lib\*.dll" .\ if not exist "$(TargetDir)gdal" md "$(TargetDir)gdal"