diff --git a/.gitignore b/.gitignore index 9ee481bb0..6dc52268c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ SubtitleEdit-*.zip SubtitleEditBeta /src/SubtitleEdit.sln.DotSettings /packages/NHunspell.1.2.5554.16953 +/packages/ILRepack.2.0.18 diff --git a/src/ui/SubtitleEdit.csproj b/src/ui/SubtitleEdit.csproj index 18905bddd..098eaf384 100644 --- a/src/ui/SubtitleEdit.csproj +++ b/src/ui/SubtitleEdit.csproj @@ -1933,11 +1933,11 @@ - + - $(SolutionDir)packages\NHunspell.$(HunspellVersion)\content\ + $(SolutionDir)\src\ui\packages\NHunspell.$(HunspellVersion)\content\ diff --git a/packages.config b/src/ui/packages.config similarity index 56% rename from packages.config rename to src/ui/packages.config index 7545e77d3..d2b7a3e2c 100644 --- a/packages.config +++ b/src/ui/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file