diff --git a/.gitattributes b/.gitattributes index 8cf8104b2a..55bdc47fa2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,7 +27,6 @@ FwHelpAbout.cs -whitespace LICENSE -whitespace RealSplashScreen.cs -whitespace run-app -whitespace -Bin/ilrepack-assemblies -whitespace *.json -whitespace *.js -whitespace Src/LexText/ParserCore/ParserCoreTests/**/*.txt -whitespace diff --git a/Bin/ilrepack-assemblies b/Bin/ilrepack-assemblies deleted file mode 100755 index bc0d30ea84..0000000000 --- a/Bin/ilrepack-assemblies +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -# Repack an assembly. -# Created 2018-08-13 -# -# Usage: ./ilrepack-assemblies /path/to/PrimaryAssembly.dll [/path/to/OtherAssemblies.dll ...] -# -# Original PrimaryAssembly.dll is left as PrimaryAssembly.dll~. -# -# Environment variables: -# ILREPACK - path to ILRepack.exe to use. - -set -e -o pipefail -u - -PRIMARY_ASSEMBLY="$1" -ILREPACK="${ILREPACK-"$(dirname "$0")/../packages/ILRepack.2.0.15/tools/ILRepack.exe"}" -TMP_ASSEMBLY=$(mktemp -d)/"$(basename "$PRIMARY_ASSEMBLY")" -# Set ASSEMBLIES to the remaining arguments. -shift -ASSEMBLIES="${@}" - -LIBSARGS=/lib:"$(dirname "$PRIMARY_ASSEMBLY")" -mono "$ILREPACK" /out:"$TMP_ASSEMBLY" "$LIBSARGS" "$PRIMARY_ASSEMBLY" $ASSEMBLIES -mv "$PRIMARY_ASSEMBLY" "$PRIMARY_ASSEMBLY~" -mv "$TMP_ASSEMBLY" "$PRIMARY_ASSEMBLY" - -for assembly in $ASSEMBLIES; do - if [[ -f $assembly.config ]]; then - echo >&2 "ilrepack-assemblies($$): WARNING: Not including settings from $assembly.config for $PRIMARY_ASSEMBLY." - fi -done diff --git a/Directory.Packages.props b/Directory.Packages.props index fd6974bad6..3c9315077e 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -45,6 +45,9 @@ + + + diff --git a/FLExInstaller/PatchableInstallerHeatExclude.xml b/FLExInstaller/PatchableInstallerHeatExclude.xml index cdf0687f6a..c82c380407 100644 --- a/FLExInstaller/PatchableInstallerHeatExclude.xml +++ b/FLExInstaller/PatchableInstallerHeatExclude.xml @@ -5,4 +5,6 @@ --> + + diff --git a/FLExInstaller/wix6/Shared/Base/heat-exclude.xml b/FLExInstaller/wix6/Shared/Base/heat-exclude.xml index 7629b0dd49..a70b1d155d 100644 --- a/FLExInstaller/wix6/Shared/Base/heat-exclude.xml +++ b/FLExInstaller/wix6/Shared/Base/heat-exclude.xml @@ -6,4 +6,6 @@ --> + + diff --git a/Src/FwParatextLexiconPlugin/FwParatextLexiconPlugin.csproj b/Src/FwParatextLexiconPlugin/FwParatextLexiconPlugin.csproj index 4627293a85..07e0ca9cad 100644 --- a/Src/FwParatextLexiconPlugin/FwParatextLexiconPlugin.csproj +++ b/Src/FwParatextLexiconPlugin/FwParatextLexiconPlugin.csproj @@ -28,6 +28,7 @@ + @@ -53,4 +54,5 @@ + \ No newline at end of file diff --git a/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/App.config b/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/App.config new file mode 100644 index 0000000000..34e4d2f626 --- /dev/null +++ b/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/App.config @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj b/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj index 3b03e2b20a..277ad554d1 100644 --- a/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj +++ b/Src/FwParatextLexiconPlugin/FwParatextLexiconPluginTests/FwParatextLexiconPluginTests.csproj @@ -29,13 +29,20 @@ + + + $(OutputPath)FwParatextLexiconPlugin.PreMerge.dll + - + + - + PreserveNewest diff --git a/Src/FwParatextLexiconPlugin/ILRepack.targets b/Src/FwParatextLexiconPlugin/ILRepack.targets index bdc0217354..18bd584edc 100644 --- a/Src/FwParatextLexiconPlugin/ILRepack.targets +++ b/Src/FwParatextLexiconPlugin/ILRepack.targets @@ -6,10 +6,12 @@ This software is licensed under the LGPL, version 2.1 or later --> - ../.. - "$(FwrtPath)\packages\ILRepack.2.0.16\tools\ILRepack.exe" - mono "$(FwrtPath)\packages\ILRepack.2.0.16\tools\ILRepack.exe" + "$(PkgILRepack)\tools\ILRepack.exe" $(OutputPath)/FwParatextLexiconPlugin.dll + + $(OutputPath)/FwParatextLexiconPlugin.PreMerge.dll @@ -27,16 +29,17 @@ This software is licensed under the LGPL, version 2.1 or later - - - - - - - - - + + + + + + + + diff --git a/Src/FwParatextLexiconPlugin/Properties/AssemblyInfo.cs b/Src/FwParatextLexiconPlugin/Properties/AssemblyInfo.cs index 79acdfa859..0013a147eb 100644 --- a/Src/FwParatextLexiconPlugin/Properties/AssemblyInfo.cs +++ b/Src/FwParatextLexiconPlugin/Properties/AssemblyInfo.cs @@ -20,4 +20,4 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("a787fc88-0ff6-4982-9305-8da92ef8fc7f")] -[assembly: InternalsVisibleTo("FwParatextLexiconPluginTests")] \ No newline at end of file +[assembly: InternalsVisibleTo("FwParatextLexiconPluginTests")]