From ab7cbf5ce430de70781bbcd66dbdd9e22b52a6bd Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Wed, 10 Apr 2019 21:15:15 +0100 Subject: [PATCH 1/4] upgraded projects to use PackageReference --- .../Filtration.Common.Tests.csproj | 43 +- Filtration.Common/Filtration.Common.csproj | 57 +- .../Filtration.Interface.csproj | 24 +- .../App.config | 9 +- ...ration.ItemFilterPreview.Data.Tests.csproj | 39 +- Filtration.ItemFilterPreview.Data/App.config | 9 +- .../Filtration.ItemFilterPreview.Data.csproj | 31 +- .../Filtration.ItemFilterPreview.Tests.csproj | 49 +- Filtration.ItemFilterPreview.Tests/app.config | 4 +- .../Filtration.ItemFilterPreview.csproj | 57 +- .../Filtration.ObjectModel.Tests.csproj | 43 +- .../Filtration.ObjectModel.csproj | 36 +- .../Filtration.Parser.Tests.csproj | 49 +- Filtration.Parser/Filtration.Parser.csproj | 15 +- Filtration.Parser/packages.config | 5 - Filtration.Tests/Filtration.Tests.csproj | 61 +- Filtration.Tests/app.config | 4 +- .../Filtration.ThemeEditor.Tests.csproj | 43 +- Filtration.ThemeEditor.Tests/app.config | 4 + .../Filtration.ThemeEditor.csproj | 72 +- Filtration/Filtration.csproj | 176 +- Filtration/NLog.xsd | 3168 ----------------- .../Filtration.ObjectModel.Tests.csproj | 99 + .../NuGetUpgradeLog.html | 165 + .../packages.config | 6 +- .../Filtration.Common.Tests.csproj | 85 + .../NuGetUpgradeLog.html | 165 + .../Filtration.Common.Tests}/packages.config | 6 +- .../Filtration.ThemeEditor.csproj | 169 + .../NuGetUpgradeLog.html | 166 + .../Filtration.ThemeEditor}/packages.config | 8 +- .../Filtration.ItemFilterPreview.Data.csproj | 94 + .../NuGetUpgradeLog.html | 165 + .../packages.config | 0 .../Filtration.Common.csproj | 127 + .../Filtration.Common/NuGetUpgradeLog.html | 165 + .../Filtration.Common}/packages.config | 6 +- ...ration.ItemFilterPreview.Data.Tests.csproj | 128 + .../NuGetUpgradeLog.html | 166 + .../packages.config | 0 .../Filtration.ItemFilterPreview.csproj | 208 ++ .../NuGetUpgradeLog.html | 167 + .../packages.config | 8 +- .../Filtration.Parser.csproj | 98 + .../Filtration.Parser/NuGetUpgradeLog.html | 163 + .../Filtration.Parser/packages.config | 5 + .../Filtration.Interface.csproj | 76 + .../Filtration.Interface/NuGetUpgradeLog.html | 163 + .../Filtration.Interface}/packages.config | 0 .../Filtration.Tests/Filtration.Tests.csproj | 142 + .../Filtration.Tests/NuGetUpgradeLog.html | 168 + .../Filtration.Tests}/packages.config | 8 +- .../Filtration.Parser.Tests.csproj | 158 + .../NuGetUpgradeLog.html | 166 + .../Filtration.Parser.Tests}/packages.config | 8 +- .../b3c90a5e/Filtration/Filtration.csproj | 695 ++++ .../b3c90a5e/Filtration/NuGetUpgradeLog.html | 186 + .../b3c90a5e/Filtration}/packages.config | 52 +- .../Filtration.ThemeEditor.Tests.csproj | 106 + .../NuGetUpgradeLog.html | 165 + .../packages.config | 6 +- .../Filtration.ObjectModel.csproj | 190 + .../NuGetUpgradeLog.html | 165 + .../Filtration.ObjectModel}/packages.config | 4 +- .../Filtration.ItemFilterPreview.Tests.csproj | 139 + .../NuGetUpgradeLog.html | 166 + .../packages.config | 8 +- 67 files changed, 5376 insertions(+), 3762 deletions(-) delete mode 100644 Filtration.Parser/packages.config delete mode 100644 Filtration/NLog.xsd create mode 100644 MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/Filtration.ObjectModel.Tests.csproj create mode 100644 MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/NuGetUpgradeLog.html rename {Filtration.Common.Tests => MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests}/packages.config (62%) create mode 100644 MigrationBackup/0f85bbc3/Filtration.Common.Tests/Filtration.Common.Tests.csproj create mode 100644 MigrationBackup/0f85bbc3/Filtration.Common.Tests/NuGetUpgradeLog.html rename {Filtration.ThemeEditor.Tests => MigrationBackup/0f85bbc3/Filtration.Common.Tests}/packages.config (62%) create mode 100644 MigrationBackup/1522c769/Filtration.ThemeEditor/Filtration.ThemeEditor.csproj create mode 100644 MigrationBackup/1522c769/Filtration.ThemeEditor/NuGetUpgradeLog.html rename {Filtration.ThemeEditor => MigrationBackup/1522c769/Filtration.ThemeEditor}/packages.config (59%) create mode 100644 MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj create mode 100644 MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/NuGetUpgradeLog.html rename {Filtration.ItemFilterPreview.Data => MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data}/packages.config (100%) create mode 100644 MigrationBackup/415b7e53/Filtration.Common/Filtration.Common.csproj create mode 100644 MigrationBackup/415b7e53/Filtration.Common/NuGetUpgradeLog.html rename {Filtration.Common => MigrationBackup/415b7e53/Filtration.Common}/packages.config (54%) create mode 100644 MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj create mode 100644 MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/NuGetUpgradeLog.html rename {Filtration.ItemFilterPreview.Data.Tests => MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests}/packages.config (100%) create mode 100644 MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/Filtration.ItemFilterPreview.csproj create mode 100644 MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/NuGetUpgradeLog.html rename {Filtration.ItemFilterPreview => MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview}/packages.config (62%) create mode 100644 MigrationBackup/60793051/Filtration.Parser/Filtration.Parser.csproj create mode 100644 MigrationBackup/60793051/Filtration.Parser/NuGetUpgradeLog.html create mode 100644 MigrationBackup/60793051/Filtration.Parser/packages.config create mode 100644 MigrationBackup/769d0aa5/Filtration.Interface/Filtration.Interface.csproj create mode 100644 MigrationBackup/769d0aa5/Filtration.Interface/NuGetUpgradeLog.html rename {Filtration.Interface => MigrationBackup/769d0aa5/Filtration.Interface}/packages.config (100%) create mode 100644 MigrationBackup/9f79cc5a/Filtration.Tests/Filtration.Tests.csproj create mode 100644 MigrationBackup/9f79cc5a/Filtration.Tests/NuGetUpgradeLog.html rename {Filtration.Tests => MigrationBackup/9f79cc5a/Filtration.Tests}/packages.config (65%) create mode 100644 MigrationBackup/b306e80c/Filtration.Parser.Tests/Filtration.Parser.Tests.csproj create mode 100644 MigrationBackup/b306e80c/Filtration.Parser.Tests/NuGetUpgradeLog.html rename {Filtration.Parser.Tests => MigrationBackup/b306e80c/Filtration.Parser.Tests}/packages.config (56%) create mode 100644 MigrationBackup/b3c90a5e/Filtration/Filtration.csproj create mode 100644 MigrationBackup/b3c90a5e/Filtration/NuGetUpgradeLog.html rename {Filtration => MigrationBackup/b3c90a5e/Filtration}/packages.config (98%) create mode 100644 MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/Filtration.ThemeEditor.Tests.csproj create mode 100644 MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/NuGetUpgradeLog.html rename {Filtration.ObjectModel.Tests => MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests}/packages.config (62%) create mode 100644 MigrationBackup/e90ecf2a/Filtration.ObjectModel/Filtration.ObjectModel.csproj create mode 100644 MigrationBackup/e90ecf2a/Filtration.ObjectModel/NuGetUpgradeLog.html rename {Filtration.ObjectModel => MigrationBackup/e90ecf2a/Filtration.ObjectModel}/packages.config (62%) create mode 100644 MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/Filtration.ItemFilterPreview.Tests.csproj create mode 100644 MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/NuGetUpgradeLog.html rename {Filtration.ItemFilterPreview.Tests => MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests}/packages.config (56%) diff --git a/Filtration.Common.Tests/Filtration.Common.Tests.csproj b/Filtration.Common.Tests/Filtration.Common.Tests.csproj index 87f9293..4c8cb3f 100644 --- a/Filtration.Common.Tests/Filtration.Common.Tests.csproj +++ b/Filtration.Common.Tests/Filtration.Common.Tests.csproj @@ -1,6 +1,5 @@  - Debug @@ -34,27 +33,9 @@ 4 - - ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.10.0\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.1\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - @@ -66,15 +47,25 @@ - + + + + 4.4.0 + + + 4.10.1 + + + 3.11.0 + + + 4.5.2 + + + 4.5.0 + - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + @@ -22,12 +22,7 @@ - - - - - - + diff --git a/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj b/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj index 34ec27d..b006d47 100644 --- a/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj +++ b/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj @@ -1,6 +1,5 @@  - Debug AnyCPU @@ -39,26 +38,8 @@ 4 - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll - - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - ..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll - - - ..\packages\System.Data.SQLite.EF6.1.0.109.0\lib\net46\System.Data.SQLite.EF6.dll - - - ..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net46\System.Data.SQLite.Linq.dll - @@ -78,7 +59,6 @@ - @@ -90,6 +70,17 @@ Filtration.ObjectModel + + + 3.11.0 + + + 1.0.109.2 + + + 1.0.109.2 + + @@ -110,14 +101,6 @@ - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + @@ -21,12 +21,7 @@ - - - - - - + diff --git a/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj b/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj index f99748f..8619131 100644 --- a/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj +++ b/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj @@ -33,24 +33,9 @@ 4 - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll - - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll - - - ..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll - - - ..\packages\System.Data.SQLite.EF6.1.0.109.0\lib\net46\System.Data.SQLite.EF6.dll - - - ..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net46\System.Data.SQLite.Linq.dll - @@ -68,7 +53,6 @@ - @@ -76,14 +60,15 @@ Filtration.ObjectModel + + + 1.0.109.2 + + + 1.0.109.2 + + - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + \ No newline at end of file diff --git a/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/NuGetUpgradeLog.html b/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/NuGetUpgradeLog.html new file mode 100644 index 0000000..2c97f88 --- /dev/null +++ b/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/NuGetUpgradeLog.html @@ -0,0 +1,165 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.ObjectModel.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\033f6fd3\Filtration.ObjectModel.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
Moq + v4.10.1
NUnit + v3.11.0
System.Threading.Tasks.Extensions + v4.5.2
System.ValueTuple + v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe + v4.5.2

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/Filtration.Common.Tests/packages.config b/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/packages.config similarity index 62% rename from Filtration.Common.Tests/packages.config rename to MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/packages.config index 26bf3df..688713c 100644 --- a/Filtration.Common.Tests/packages.config +++ b/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/packages.config @@ -1,9 +1,9 @@  - - + + - + \ No newline at end of file diff --git a/MigrationBackup/0f85bbc3/Filtration.Common.Tests/Filtration.Common.Tests.csproj b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/Filtration.Common.Tests.csproj new file mode 100644 index 0000000..58a7b30 --- /dev/null +++ b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/Filtration.Common.Tests.csproj @@ -0,0 +1,85 @@ + + + + + + Debug + AnyCPU + {1E42A658-45C4-4DD9-83C5-2A10728DBDFA} + Library + Properties + Filtration.Common.Tests + Filtration.Common.Tests + v4.6.1 + 512 + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\Moq.4.10.1\lib\net45\Moq.dll + + + ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + + + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/MigrationBackup/0f85bbc3/Filtration.Common.Tests/NuGetUpgradeLog.html b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/NuGetUpgradeLog.html new file mode 100644 index 0000000..f0073f6 --- /dev/null +++ b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/NuGetUpgradeLog.html @@ -0,0 +1,165 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.Common.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\0f85bbc3\Filtration.Common.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
Moq + v4.10.1
NUnit + v3.11.0
System.Threading.Tasks.Extensions + v4.5.2
System.ValueTuple + v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe + v4.5.2

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/Filtration.ThemeEditor.Tests/packages.config b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/packages.config similarity index 62% rename from Filtration.ThemeEditor.Tests/packages.config rename to MigrationBackup/0f85bbc3/Filtration.Common.Tests/packages.config index 26bf3df..688713c 100644 --- a/Filtration.ThemeEditor.Tests/packages.config +++ b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/packages.config @@ -1,9 +1,9 @@  - - + + - + \ No newline at end of file diff --git a/MigrationBackup/1522c769/Filtration.ThemeEditor/Filtration.ThemeEditor.csproj b/MigrationBackup/1522c769/Filtration.ThemeEditor/Filtration.ThemeEditor.csproj new file mode 100644 index 0000000..b860f21 --- /dev/null +++ b/MigrationBackup/1522c769/Filtration.ThemeEditor/Filtration.ThemeEditor.csproj @@ -0,0 +1,169 @@ + + + + + Debug + AnyCPU + {41B8F5C2-65AA-42F0-A20B-6F95B13A9F48} + Library + Properties + Filtration.ThemeEditor + Filtration.ThemeEditor + v4.6.1 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\AutoMapper.8.0.0\lib\net461\AutoMapper.dll + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll + + + ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll + + + ..\packages\NLog.4.6.2\lib\net45\NLog.dll + + + + + + + + + + + + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll + + + + + + + + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.dll + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.Toolkit.dll + + + + + + + + + + + + + + + + + + + + ThemeComponentControl.xaml + + + ThemeEditorView.xaml + + + + + + + + {8cb44f28-2956-4c2a-9314-72727262edd4} + Filtration.Common + + + {0f333344-7695-47b2-b0e6-172e4de74819} + Filtration.Interface + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + + + + + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + + + + + + + + + + \ No newline at end of file diff --git a/MigrationBackup/1522c769/Filtration.ThemeEditor/NuGetUpgradeLog.html b/MigrationBackup/1522c769/Filtration.ThemeEditor/NuGetUpgradeLog.html new file mode 100644 index 0000000..42e6dce --- /dev/null +++ b/MigrationBackup/1522c769/Filtration.ThemeEditor/NuGetUpgradeLog.html @@ -0,0 +1,166 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.ThemeEditor

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\1522c769\Filtration.ThemeEditor

Packages processed

Top-level dependencies:

Package IdVersion
AutoMapper + v8.0.0
Castle.Core + v4.4.0
Castle.Windsor + v5.0.0
CommonServiceLocator + v2.0.4
Extended.Wpf.Toolkit + v3.5.0
MvvmLightLibs + v5.4.1.1
NLog + v4.6.2

Transitive dependencies:

Package IdVersion
System.ValueTuple + v4.5.0

Package compatibility issues

Description
Extended.Wpf.Toolkit + v3.5.0
install.ps1 script will be ignored when the package is installed after the migration.
\ No newline at end of file diff --git a/Filtration.ThemeEditor/packages.config b/MigrationBackup/1522c769/Filtration.ThemeEditor/packages.config similarity index 59% rename from Filtration.ThemeEditor/packages.config rename to MigrationBackup/1522c769/Filtration.ThemeEditor/packages.config index 4a6b424..4074f2e 100644 --- a/Filtration.ThemeEditor/packages.config +++ b/MigrationBackup/1522c769/Filtration.ThemeEditor/packages.config @@ -1,11 +1,11 @@  - - + + - + - + \ No newline at end of file diff --git a/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj b/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj new file mode 100644 index 0000000..f99748f --- /dev/null +++ b/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj @@ -0,0 +1,94 @@ + + + + + Debug + AnyCPU + {855B38CC-EEF2-471D-BBBC-EB3E2FF3D387} + Library + Properties + Filtration.ItemFilterPreview.Data + Filtration.ItemFilterPreview.Data + v4.6.1 + 512 + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll + + + ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll + + + + + + ..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll + + + ..\packages\System.Data.SQLite.EF6.1.0.109.0\lib\net46\System.Data.SQLite.EF6.dll + + + ..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net46\System.Data.SQLite.Linq.dll + + + + + + + + + + + + + + + + + + + + + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/NuGetUpgradeLog.html b/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/NuGetUpgradeLog.html new file mode 100644 index 0000000..60dc185 --- /dev/null +++ b/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/NuGetUpgradeLog.html @@ -0,0 +1,165 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.ItemFilterPreview.Data

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\1b1058fc\Filtration.ItemFilterPreview.Data

Packages processed

Top-level dependencies:

Package IdVersion
System.Data.SQLite + v1.0.109.2
System.Data.SQLite.Core + v1.0.109.2

Transitive dependencies:

Package IdVersion
EntityFramework + v6.2.0
System.Data.SQLite.EF6 + v1.0.109
System.Data.SQLite.Linq + v1.0.109

Package compatibility issues

Description
EntityFramework + v6.2.0
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net40\App.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\Web.config.transform' will not be applied when the package is installed after the migration.
System.Data.SQLite.EF6 + v1.0.109
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net40\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.transform' will not be applied when the package is installed after the migration.
System.Data.SQLite.Linq + v1.0.109
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net20\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net20\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.transform' will not be applied when the package is installed after the migration.
\ No newline at end of file diff --git a/Filtration.ItemFilterPreview.Data/packages.config b/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/packages.config similarity index 100% rename from Filtration.ItemFilterPreview.Data/packages.config rename to MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/packages.config diff --git a/MigrationBackup/415b7e53/Filtration.Common/Filtration.Common.csproj b/MigrationBackup/415b7e53/Filtration.Common/Filtration.Common.csproj new file mode 100644 index 0000000..dd816eb --- /dev/null +++ b/MigrationBackup/415b7e53/Filtration.Common/Filtration.Common.csproj @@ -0,0 +1,127 @@ + + + + + Debug + AnyCPU + {8CB44F28-2956-4C2A-9314-72727262EDD4} + Library + Properties + Filtration.Common + Filtration.Common + v4.6.1 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll + + + ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll + + + + + + + + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll + + + + + + + + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.dll + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll + + + ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.Toolkit.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + {4AAC3BEB-1DC1-483E-9D11-0E9334E80227} + Filtration.ObjectModel + + + + + MSBuild:Compile + Designer + + + + + \ No newline at end of file diff --git a/MigrationBackup/415b7e53/Filtration.Common/NuGetUpgradeLog.html b/MigrationBackup/415b7e53/Filtration.Common/NuGetUpgradeLog.html new file mode 100644 index 0000000..632fcb8 --- /dev/null +++ b/MigrationBackup/415b7e53/Filtration.Common/NuGetUpgradeLog.html @@ -0,0 +1,165 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.Common

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\415b7e53\Filtration.Common

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
Castle.Windsor + v5.0.0
CommonServiceLocator + v2.0.4
Extended.Wpf.Toolkit + v3.5.0
MvvmLightLibs + v5.4.1.1

Transitive dependencies:

Package IdVersion
+ No transitive dependencies found. +

Package compatibility issues

Description
Extended.Wpf.Toolkit + v3.5.0
install.ps1 script will be ignored when the package is installed after the migration.
\ No newline at end of file diff --git a/Filtration.Common/packages.config b/MigrationBackup/415b7e53/Filtration.Common/packages.config similarity index 54% rename from Filtration.Common/packages.config rename to MigrationBackup/415b7e53/Filtration.Common/packages.config index b679442..6c9dc13 100644 --- a/Filtration.Common/packages.config +++ b/MigrationBackup/415b7e53/Filtration.Common/packages.config @@ -1,8 +1,8 @@  - - + + - + \ No newline at end of file diff --git a/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj b/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj new file mode 100644 index 0000000..34ec27d --- /dev/null +++ b/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj @@ -0,0 +1,128 @@ + + + + + Debug + AnyCPU + {7A5720DE-A41B-47EA-AAAB-7C5608FF0C1F} + Library + Properties + Filtration.ItemFilterPreview.Data.Tests + Filtration.ItemFilterPreview.Data.Tests + v4.6.1 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + False + UnitTest + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll + + + ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll + + + ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + + + + ..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll + + + ..\packages\System.Data.SQLite.EF6.1.0.109.0\lib\net46\System.Data.SQLite.EF6.dll + + + ..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net46\System.Data.SQLite.Linq.dll + + + + + + + + + + + + + + + + + + + + + + + + + {855b38cc-eef2-471d-bbbc-eb3e2ff3d387} + Filtration.ItemFilterPreview.Data + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + + + + + False + + + False + + + False + + + False + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + \ No newline at end of file diff --git a/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/NuGetUpgradeLog.html b/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/NuGetUpgradeLog.html new file mode 100644 index 0000000..6565223 --- /dev/null +++ b/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/NuGetUpgradeLog.html @@ -0,0 +1,166 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.ItemFilterPreview.Data.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\47b38edc\Filtration.ItemFilterPreview.Data.Tests

Packages processed

Top-level dependencies:

Package IdVersion
NUnit + v3.11.0
System.Data.SQLite + v1.0.109.2
System.Data.SQLite.Core + v1.0.109.2

Transitive dependencies:

Package IdVersion
EntityFramework + v6.2.0
System.Data.SQLite.EF6 + v1.0.109
System.Data.SQLite.Linq + v1.0.109

Package compatibility issues

Description
EntityFramework + v6.2.0
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net40\App.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\Web.config.transform' will not be applied when the package is installed after the migration.
System.Data.SQLite.EF6 + v1.0.109
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net40\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.transform' will not be applied when the package is installed after the migration.
System.Data.SQLite.Linq + v1.0.109
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net20\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net20\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.transform' will not be applied when the package is installed after the migration.
\ No newline at end of file diff --git a/Filtration.ItemFilterPreview.Data.Tests/packages.config b/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/packages.config similarity index 100% rename from Filtration.ItemFilterPreview.Data.Tests/packages.config rename to MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/packages.config diff --git a/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/Filtration.ItemFilterPreview.csproj b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/Filtration.ItemFilterPreview.csproj new file mode 100644 index 0000000..d0fd3e2 --- /dev/null +++ b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/Filtration.ItemFilterPreview.csproj @@ -0,0 +1,208 @@ + + + + + Debug + AnyCPU + {3AB98B6E-05DB-44FA-9DAD-584AA88F0739} + WinExe + Properties + Filtration.ItemFilterPreview + Filtration.ItemFilterPreview + v4.6.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll + + + ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll + + + ..\packages\Moq.4.10.1\lib\net45\Moq.dll + + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + + ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + + + + ItemControl.xaml + + + ItemSocketsControl.xaml + + + LootExplosionSceneUserControl.xaml + + + + + LootExplosionView.xaml + + + + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + Designer + MSBuild:Compile + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + + {8cb44f28-2956-4c2a-9314-72727262edd4} + Filtration.Common + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + {46383f20-02df-48b4-b092-9088fa4acd5a} + Filtration.Parser.Interface + + + {10a7c2bc-ec6f-4a38-bdda-e35935004c02} + Filtration.Parser + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/NuGetUpgradeLog.html b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/NuGetUpgradeLog.html new file mode 100644 index 0000000..f57153f --- /dev/null +++ b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/NuGetUpgradeLog.html @@ -0,0 +1,167 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.ItemFilterPreview

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\5c5ddd71\Filtration.ItemFilterPreview

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
Castle.Windsor + v5.0.0
CommonServiceLocator + v2.0.4
Moq + v4.10.1
MvvmLightLibs + v5.4.1.1
System.Threading.Tasks.Extensions + v4.5.2
System.ValueTuple + v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe + v4.5.2

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/Filtration.ItemFilterPreview/packages.config b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/packages.config similarity index 62% rename from Filtration.ItemFilterPreview/packages.config rename to MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/packages.config index 9791aab..6ff66d3 100644 --- a/Filtration.ItemFilterPreview/packages.config +++ b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/packages.config @@ -1,11 +1,11 @@  - - + + - + - + \ No newline at end of file diff --git a/MigrationBackup/60793051/Filtration.Parser/Filtration.Parser.csproj b/MigrationBackup/60793051/Filtration.Parser/Filtration.Parser.csproj new file mode 100644 index 0000000..b95e4e3 --- /dev/null +++ b/MigrationBackup/60793051/Filtration.Parser/Filtration.Parser.csproj @@ -0,0 +1,98 @@ + + + + + Debug + AnyCPU + {10A7C2BC-EC6F-4A38-BDDA-E35935004C02} + Library + Properties + Filtration.Parser + Filtration.Parser + v4.6.1 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll + + + + + + + + + + + + + + + + + + Properties\Settings.Designer.cs + True + True + Settings.settings + + + + + + + + + + Properties\Settings.settings + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + {8cb44f28-2956-4c2a-9314-72727262edd4} + Filtration.Common + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + {46383f20-02df-48b4-b092-9088fa4acd5a} + Filtration.Parser.Interface + + + + + \ No newline at end of file diff --git a/MigrationBackup/60793051/Filtration.Parser/NuGetUpgradeLog.html b/MigrationBackup/60793051/Filtration.Parser/NuGetUpgradeLog.html new file mode 100644 index 0000000..cf6321b --- /dev/null +++ b/MigrationBackup/60793051/Filtration.Parser/NuGetUpgradeLog.html @@ -0,0 +1,163 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.Parser

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\60793051\Filtration.Parser

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
Castle.Windsor + v5.0.0

Transitive dependencies:

Package IdVersion
+ No transitive dependencies found. +

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/MigrationBackup/60793051/Filtration.Parser/packages.config b/MigrationBackup/60793051/Filtration.Parser/packages.config new file mode 100644 index 0000000..bd36764 --- /dev/null +++ b/MigrationBackup/60793051/Filtration.Parser/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/MigrationBackup/769d0aa5/Filtration.Interface/Filtration.Interface.csproj b/MigrationBackup/769d0aa5/Filtration.Interface/Filtration.Interface.csproj new file mode 100644 index 0000000..a764ef8 --- /dev/null +++ b/MigrationBackup/769d0aa5/Filtration.Interface/Filtration.Interface.csproj @@ -0,0 +1,76 @@ + + + + + Debug + AnyCPU + {0F333344-7695-47B2-B0E6-172E4DE74819} + Library + Properties + Filtration.Interface + Filtration.Interface + v4.6.1 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll + + + + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MigrationBackup/769d0aa5/Filtration.Interface/NuGetUpgradeLog.html b/MigrationBackup/769d0aa5/Filtration.Interface/NuGetUpgradeLog.html new file mode 100644 index 0000000..b473e08 --- /dev/null +++ b/MigrationBackup/769d0aa5/Filtration.Interface/NuGetUpgradeLog.html @@ -0,0 +1,163 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.Interface

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\769d0aa5\Filtration.Interface

Packages processed

Top-level dependencies:

Package IdVersion
CommonServiceLocator + v2.0.4
MvvmLightLibs + v5.4.1.1

Transitive dependencies:

Package IdVersion
+ No transitive dependencies found. +

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/Filtration.Interface/packages.config b/MigrationBackup/769d0aa5/Filtration.Interface/packages.config similarity index 100% rename from Filtration.Interface/packages.config rename to MigrationBackup/769d0aa5/Filtration.Interface/packages.config diff --git a/MigrationBackup/9f79cc5a/Filtration.Tests/Filtration.Tests.csproj b/MigrationBackup/9f79cc5a/Filtration.Tests/Filtration.Tests.csproj new file mode 100644 index 0000000..90c733c --- /dev/null +++ b/MigrationBackup/9f79cc5a/Filtration.Tests/Filtration.Tests.csproj @@ -0,0 +1,142 @@ + + + + + + Debug + AnyCPU + {E0693972-72C5-4E05-A9C5-A5943E4015C6} + Library + Properties + Filtration.Tests + Filtration.Tests + v4.6.1 + 512 + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\FluentAssertions.5.6.0\lib\net45\FluentAssertions.dll + + + ..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll + + + ..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll + + + ..\packages\Moq.4.10.1\lib\net45\Moq.dll + + + ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + + + + + + + + True + True + Resources.resx + + + + + + + + + + + + + + + + + + + + {8cb44f28-2956-4c2a-9314-72727262edd4} + Filtration.Common + + + {0f333344-7695-47b2-b0e6-172e4de74819} + Filtration.Interface + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + {46383F20-02DF-48B4-B092-9088FA4ACD5A} + Filtration.Parser.Interface + + + {55e0a34c-e039-43d7-a024-a4045401cdda} + Filtration + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/MigrationBackup/9f79cc5a/Filtration.Tests/NuGetUpgradeLog.html b/MigrationBackup/9f79cc5a/Filtration.Tests/NuGetUpgradeLog.html new file mode 100644 index 0000000..6d88286 --- /dev/null +++ b/MigrationBackup/9f79cc5a/Filtration.Tests/NuGetUpgradeLog.html @@ -0,0 +1,168 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\9f79cc5a\Filtration.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
FluentAssertions + v5.6.0
Moq + v4.10.1
NUnit + v3.11.0
System.Threading.Tasks.Extensions + v4.5.2
System.ValueTuple + v4.5.0
WindowsAPICodePack-Core + v1.1.2
WindowsAPICodePack-Shell + v1.1.1

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe + v4.5.2

Package compatibility issues

Description
WindowsAPICodePack-Core + v1.1.2
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.dll' will be ignored when the package is installed after the migration.
WindowsAPICodePack-Shell + v1.1.1
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.Shell.dll' will be ignored when the package is installed after the migration.
\ No newline at end of file diff --git a/Filtration.Tests/packages.config b/MigrationBackup/9f79cc5a/Filtration.Tests/packages.config similarity index 65% rename from Filtration.Tests/packages.config rename to MigrationBackup/9f79cc5a/Filtration.Tests/packages.config index 78395a3..7293530 100644 --- a/Filtration.Tests/packages.config +++ b/MigrationBackup/9f79cc5a/Filtration.Tests/packages.config @@ -1,11 +1,11 @@  - - - + + + - + diff --git a/MigrationBackup/b306e80c/Filtration.Parser.Tests/Filtration.Parser.Tests.csproj b/MigrationBackup/b306e80c/Filtration.Parser.Tests/Filtration.Parser.Tests.csproj new file mode 100644 index 0000000..ac61f36 --- /dev/null +++ b/MigrationBackup/b306e80c/Filtration.Parser.Tests/Filtration.Parser.Tests.csproj @@ -0,0 +1,158 @@ + + + + + Debug + AnyCPU + {1F30CF6D-A5BF-4777-B8BA-E34F439FE8E5} + Library + Properties + Filtration.Parser.Tests + Filtration.Parser.Tests + v4.6.1 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + False + UnitTest + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\FluentAssertions.5.6.0\lib\net45\FluentAssertions.dll + + + ..\packages\Moq.4.10.1\lib\net45\Moq.dll + + + ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + + + + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + {46383f20-02df-48b4-b092-9088fa4acd5a} + Filtration.Parser.Interface + + + {10a7c2bc-ec6f-4a38-bdda-e35935004c02} + Filtration.Parser + + + + + + + + PublicResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + + + + + + + + + + False + + + False + + + False + + + False + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/MigrationBackup/b306e80c/Filtration.Parser.Tests/NuGetUpgradeLog.html b/MigrationBackup/b306e80c/Filtration.Parser.Tests/NuGetUpgradeLog.html new file mode 100644 index 0000000..ac3fa85 --- /dev/null +++ b/MigrationBackup/b306e80c/Filtration.Parser.Tests/NuGetUpgradeLog.html @@ -0,0 +1,166 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.Parser.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\b306e80c\Filtration.Parser.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
FluentAssertions + v5.6.0
Moq + v4.10.1
NUnit + v3.11.0
System.Threading.Tasks.Extensions + v4.5.2
System.ValueTuple + v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe + v4.5.2

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/Filtration.Parser.Tests/packages.config b/MigrationBackup/b306e80c/Filtration.Parser.Tests/packages.config similarity index 56% rename from Filtration.Parser.Tests/packages.config rename to MigrationBackup/b306e80c/Filtration.Parser.Tests/packages.config index 1db0cfd..f68d5d2 100644 --- a/Filtration.Parser.Tests/packages.config +++ b/MigrationBackup/b306e80c/Filtration.Parser.Tests/packages.config @@ -1,10 +1,10 @@  - - - + + + - + \ No newline at end of file diff --git a/MigrationBackup/b3c90a5e/Filtration/Filtration.csproj b/MigrationBackup/b3c90a5e/Filtration/Filtration.csproj new file mode 100644 index 0000000..4173891 --- /dev/null +++ b/MigrationBackup/b3c90a5e/Filtration/Filtration.csproj @@ -0,0 +1,695 @@ + + + + + Debug + AnyCPU + {55E0A34C-E039-43D7-A024-A4045401CDDA} + WinExe + Properties + Filtration + Filtration + v4.6.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + Filtration.App + + + Resources\filtration.ico + + + bin\Releasify\ + TRACE + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset + true + + + + ..\packages\AutoMapper.8.0.0\lib\net461\AutoMapper.dll + + + ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll + + + ..\packages\Castle.Windsor.4.1.1\lib\net45\Castle.Windsor.dll + + + ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll + + + ..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll + + + ..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.dll + + + ..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.MsDelta.dll + + + ..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.PatchApi.dll + + + ..\packages\DynamicData.6.7.0.2529\lib\net46\DynamicData.dll + + + ..\packages\Fluent.Ribbon.6.1.0.326\lib\net45\Fluent.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll + + + ..\packages\MahApps.Metro.1.2.4.0\lib\net45\MahApps.Metro.dll + + + + ..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll + + + ..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll + + + ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll + + + ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll + + + ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll + + + ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll + + + ..\packages\NLog.4.5.11\lib\net45\NLog.dll + + + ..\packages\squirrel.windows.1.9.0\lib\Net45\NuGet.Squirrel.dll + + + ..\packages\SharpCompress.0.17.1\lib\net45\SharpCompress.dll + + + ..\packages\Splat.1.6.2\lib\Net45\Splat.dll + + + ..\packages\squirrel.windows.1.9.0\lib\Net45\Squirrel.dll + + + + + + + + ..\packages\System.Reactive.4.0.0\lib\net46\System.Reactive.dll + + + + + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + + False + ..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Input.Toolkit.dll + + + False + ..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Layout.Toolkit.dll + + + + ..\packages\MahApps.Metro.1.2.4.0\lib\net45\System.Windows.Interactivity.dll + + + + + 4.0 + + + + + + + ..\packages\WpfAnimatedGif.1.4.17\lib\net\WpfAnimatedGif.dll + + + False + ..\packages\WPFToolkit.3.5.50211.1\lib\WPFToolkit.dll + + + ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.dll + + + ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll + + + ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll + + + ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll + + + False + libs\Xceed.Wpf.AvalonDock.Themes.VS2013.dll + + + ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.DataGrid.dll + + + ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.Toolkit.dll + + + + + MSBuild:Compile + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BlockItemControl.xaml + + + + + EditableListBoxControl.xaml + + + EnableDisableToggleButton.xaml + + + ItemPreviewControl.xaml + + + ThemeComponentSelectionControl.xaml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AvalonDockWorkspaceView.xaml + + + + + SettingsPageView.xaml + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + BlockGroupBrowserView.xaml + + + ItemFilterScriptView.xaml + + + ItemFilterBlockView.xaml + + + NumericFilterPredicateControl.xaml + + + ItemFilterCommentBlockView.xaml + + + AboutWindow.xaml + + + + + + ReplaceColorsWindow.xaml + + + BlockOutputPreviewView.xaml + + + StartPageView.xaml + + + CommentBlockBrowserView.xaml + + + UpdateTabView.xaml + + + UpdateView.xaml + + + + + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + + MainWindow.xaml + Code + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + + + + + + + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + PreserveNewest + + + Always + Designer + + + + Designer + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + {8cb44f28-2956-4c2a-9314-72727262edd4} + Filtration.Common + + + {0f333344-7695-47b2-b0e6-172e4de74819} + Filtration.Interface + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + {46383f20-02df-48b4-b092-9088fa4acd5a} + Filtration.Parser.Interface + + + {10a7c2bc-ec6f-4a38-bdda-e35935004c02} + Filtration.Parser + + + {41b8f5c2-65aa-42f0-a20b-6f95b13a9f48} + Filtration.ThemeEditor + + + + + + + + False + Microsoft .NET Framework 4.6.1 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + + + + + + + + + + + + ..\Releases\ + + --no-msi + (?<=\[assembly: AssemblyInformationalVersion\(").*?(?="\)\]) + @(ItemsFromFile) + $([System.Text.RegularExpressions.Regex]::Match($(In), $(Pattern))) + + + + + + + + + + + \ No newline at end of file diff --git a/MigrationBackup/b3c90a5e/Filtration/NuGetUpgradeLog.html b/MigrationBackup/b3c90a5e/Filtration/NuGetUpgradeLog.html new file mode 100644 index 0000000..466ff9a --- /dev/null +++ b/MigrationBackup/b3c90a5e/Filtration/NuGetUpgradeLog.html @@ -0,0 +1,186 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\b3c90a5e\Filtration

Packages processed

Top-level dependencies:

Package IdVersion
AutoMapper + v8.0.0
Castle.Core + v4.3.1
Castle.Windsor + v4.1.1
CommonServiceLocator + v2.0.4
DynamicData + v6.7.0.2529
Extended.Wpf.Toolkit + v3.4.0
Fluent.Ribbon + v6.1.0.326
MahApps.Metro + v1.2.4
MvvmLightLibs + v5.4.1.1
NLog + v4.5.11
NLog.Schema + v4.5.11
NuGet.CommandLine + v4.7.1
squirrel.windows + v1.9.0
WindowsAPICodePack-Core + v1.1.2
WindowsAPICodePack-Shell + v1.1.1
WpfAnimatedGif + v1.4.17
WPFToolkit + v3.5.50211.1

Transitive dependencies:

Package IdVersion
ControlzEx + v3.0.2.4
DeltaCompressionDotNet + v1.1.0
Mono.Cecil + v0.9.6.1
SharpCompress + v0.17.1
Splat + v1.6.2
System.Reactive + v4.0.0
System.ValueTuple + v4.5.0

Package compatibility issues

Description
Extended.Wpf.Toolkit + v3.4.0
install.ps1 script will be ignored when the package is installed after the migration.
MahApps.Metro + v1.2.4
install.ps1 script will be ignored when the package is installed after the migration.
WindowsAPICodePack-Core + v1.1.2
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.dll' will be ignored when the package is installed after the migration.
WindowsAPICodePack-Shell + v1.1.1
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.Shell.dll' will be ignored when the package is installed after the migration.
WPFToolkit + v3.5.50211.1
The assembly 'lib\lib\System.Windows.Controls.Input.Toolkit.dll' will be ignored when the package is installed after the migration.
The assembly 'lib\lib\System.Windows.Controls.Layout.Toolkit.dll' will be ignored when the package is installed after the migration.
The assembly 'lib\lib\WPFToolkit.dll' will be ignored when the package is installed after the migration.
\ No newline at end of file diff --git a/Filtration/packages.config b/MigrationBackup/b3c90a5e/Filtration/packages.config similarity index 98% rename from Filtration/packages.config rename to MigrationBackup/b3c90a5e/Filtration/packages.config index 8428a6f..82beaff 100644 --- a/Filtration/packages.config +++ b/MigrationBackup/b3c90a5e/Filtration/packages.config @@ -1,27 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/Filtration.ThemeEditor.Tests.csproj b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/Filtration.ThemeEditor.Tests.csproj new file mode 100644 index 0000000..5279972 --- /dev/null +++ b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/Filtration.ThemeEditor.Tests.csproj @@ -0,0 +1,106 @@ + + + + + + Debug + AnyCPU + {450AC313-BF25-4BFD-A066-9F39F026FDCF} + Library + Properties + Filtration.ThemeEditor.Tests + Filtration.ThemeEditor.Tests + v4.6.1 + 512 + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\Moq.4.10.1\lib\net45\Moq.dll + + + ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + + + + + + + + + + + + + {8cb44f28-2956-4c2a-9314-72727262edd4} + Filtration.Common + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + {41b8f5c2-65aa-42f0-a20b-6f95b13a9f48} + Filtration.ThemeEditor + + + + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/NuGetUpgradeLog.html b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/NuGetUpgradeLog.html new file mode 100644 index 0000000..3f7581f --- /dev/null +++ b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/NuGetUpgradeLog.html @@ -0,0 +1,165 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.ThemeEditor.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\e547ad08\Filtration.ThemeEditor.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
Moq + v4.10.1
NUnit + v3.11.0
System.Threading.Tasks.Extensions + v4.5.2
System.ValueTuple + v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe + v4.5.2

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/Filtration.ObjectModel.Tests/packages.config b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/packages.config similarity index 62% rename from Filtration.ObjectModel.Tests/packages.config rename to MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/packages.config index 26bf3df..688713c 100644 --- a/Filtration.ObjectModel.Tests/packages.config +++ b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/packages.config @@ -1,9 +1,9 @@  - - + + - + \ No newline at end of file diff --git a/MigrationBackup/e90ecf2a/Filtration.ObjectModel/Filtration.ObjectModel.csproj b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/Filtration.ObjectModel.csproj new file mode 100644 index 0000000..0a3e8f2 --- /dev/null +++ b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/Filtration.ObjectModel.csproj @@ -0,0 +1,190 @@ + + + + + Debug + AnyCPU + {4AAC3BEB-1DC1-483E-9D11-0E9334E80227} + Library + Properties + Filtration.ObjectModel + Filtration.ObjectModel + v4.6.1 + 512 + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll + + + ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll + + + + + + + + + + + ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MigrationBackup/e90ecf2a/Filtration.ObjectModel/NuGetUpgradeLog.html b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/NuGetUpgradeLog.html new file mode 100644 index 0000000..2299f02 --- /dev/null +++ b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/NuGetUpgradeLog.html @@ -0,0 +1,165 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.ObjectModel

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\e90ecf2a\Filtration.ObjectModel

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
Castle.Windsor + v5.0.0
CommonServiceLocator + v2.0.4
MvvmLightLibs + v5.4.1.1

Transitive dependencies:

Package IdVersion
+ No transitive dependencies found. +

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/Filtration.ObjectModel/packages.config b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/packages.config similarity index 62% rename from Filtration.ObjectModel/packages.config rename to MigrationBackup/e90ecf2a/Filtration.ObjectModel/packages.config index 5df631c..ea9b671 100644 --- a/Filtration.ObjectModel/packages.config +++ b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/packages.config @@ -1,7 +1,7 @@  - - + + \ No newline at end of file diff --git a/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/Filtration.ItemFilterPreview.Tests.csproj b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/Filtration.ItemFilterPreview.Tests.csproj new file mode 100644 index 0000000..e39fde3 --- /dev/null +++ b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/Filtration.ItemFilterPreview.Tests.csproj @@ -0,0 +1,139 @@ + + + + + Debug + AnyCPU + + + 2.0 + {58CD3B9C-EBBA-4527-A81C-78B7EA9CA298} + Library + Properties + Filtration.ItemFilterPreview.Tests + Filtration.ItemFilterPreview.Tests + v4.6.1 + 8.1 + 12 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + True + CodedUITest + True + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll + + + ..\packages\FluentAssertions.5.6.0\lib\net45\FluentAssertions.dll + + + ..\packages\Moq.4.10.1\lib\net45\Moq.dll + + + ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll + + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll + + + + + + + False + + + + + + True + True + Resources.resx + + + + + + + + + + + {3ab98b6e-05db-44fa-9dad-584aa88f0739} + Filtration.ItemFilterPreview + + + {4aac3beb-1dc1-483e-9d11-0e9334e80227} + Filtration.ObjectModel + + + {46383F20-02DF-48B4-B092-9088FA4ACD5A} + Filtration.Parser.Interface + + + {10a7c2bc-ec6f-4a38-bdda-e35935004c02} + Filtration.Parser + + + {55e0a34c-e039-43d7-a024-a4045401cdda} + Filtration + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + \ No newline at end of file diff --git a/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/NuGetUpgradeLog.html b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/NuGetUpgradeLog.html new file mode 100644 index 0000000..9ca0d03 --- /dev/null +++ b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/NuGetUpgradeLog.html @@ -0,0 +1,166 @@ + + + + + NuGetMigrationLog +

+ NuGet Migration Report - Filtration.ItemFilterPreview.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
+ If you run into any problems, have feedback, questions, or concerns, please + file an issue on the NuGet GitHub repository.
+ Changed files and this report have been backed up here: + C:\C# Projects\Filtration\MigrationBackup\ff08f449\Filtration.ItemFilterPreview.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core + v4.4.0
FluentAssertions + v5.6.0
Moq + v4.10.1
NUnit + v3.11.0
System.Threading.Tasks.Extensions + v4.5.2
System.ValueTuple + v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe + v4.5.2

Package compatibility issues

Description
+ No issues were found. +
\ No newline at end of file diff --git a/Filtration.ItemFilterPreview.Tests/packages.config b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/packages.config similarity index 56% rename from Filtration.ItemFilterPreview.Tests/packages.config rename to MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/packages.config index 1db0cfd..f68d5d2 100644 --- a/Filtration.ItemFilterPreview.Tests/packages.config +++ b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/packages.config @@ -1,10 +1,10 @@  - - - + + + - + \ No newline at end of file From cb6b61c66c04e44311b04b070d0e6775f63e121e Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Wed, 10 Apr 2019 21:21:03 +0100 Subject: [PATCH 2/4] fixed warnings --- Filtration.ThemeEditor/ViewModels/ThemeEditorViewModel.cs | 1 - Filtration/App.config | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Filtration.ThemeEditor/ViewModels/ThemeEditorViewModel.cs b/Filtration.ThemeEditor/ViewModels/ThemeEditorViewModel.cs index 7e984ad..0f82332 100644 --- a/Filtration.ThemeEditor/ViewModels/ThemeEditorViewModel.cs +++ b/Filtration.ThemeEditor/ViewModels/ThemeEditorViewModel.cs @@ -23,7 +23,6 @@ namespace Filtration.ThemeEditor.ViewModels { RelayCommand AddThemeComponentCommand { get; } RelayCommand DeleteThemeComponentCommand { get; } - RelayCommand CloseCommand { get; } void InitialiseForNewTheme(ThemeComponentCollection themeComponentCollection); void InitialiseForMasterTheme(IItemFilterScript script); diff --git a/Filtration/App.config b/Filtration/App.config index c1ab924..a72accc 100644 --- a/Filtration/App.config +++ b/Filtration/App.config @@ -50,10 +50,6 @@ - - - - From 7bab2e3392e953d47aa9dffd782414e840491356 Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Thu, 6 Jun 2019 13:21:17 +0100 Subject: [PATCH 3/4] Updated ItemBaseTypes.txt and ItemClasses.txt for Legion --- Filtration/Properties/AssemblyInfo.cs | 6 +-- Filtration/Resources/ItemBaseTypes.txt | 69 +++++++++++++++++++++++++- Filtration/Resources/ItemClasses.txt | 1 + 3 files changed, 71 insertions(+), 5 deletions(-) diff --git a/Filtration/Properties/AssemblyInfo.cs b/Filtration/Properties/AssemblyInfo.cs index edcb61e..58456f6 100644 --- a/Filtration/Properties/AssemblyInfo.cs +++ b/Filtration/Properties/AssemblyInfo.cs @@ -6,12 +6,12 @@ using System.Runtime.CompilerServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("XVar Industries Inc.")] [assembly: AssemblyProduct("Filtration")] -[assembly: AssemblyCopyright("Copyright © Ben Wallis 2018")] +[assembly: AssemblyCopyright("Copyright © Ben Wallis 2019")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("1.2.0")] -[assembly: AssemblyInformationalVersion("1.2.0")] +[assembly: AssemblyVersion("1.2.1")] +[assembly: AssemblyInformationalVersion("1.2.1")] [assembly: InternalsVisibleTo("Filtration.Tests")] [assembly: InternalsVisibleTo("Filtration.ItemFilterPreview.Tests")] diff --git a/Filtration/Resources/ItemBaseTypes.txt b/Filtration/Resources/ItemBaseTypes.txt index 018f155..ca88442 100644 --- a/Filtration/Resources/ItemBaseTypes.txt +++ b/Filtration/Resources/ItemBaseTypes.txt @@ -4,6 +4,7 @@ Abandoned Wealth Aberrant Fossil Abyssal Axe Abyssal Cry +Abyssal Incubator Abyssal Sceptre Academy Map Acid Caverns Map @@ -22,6 +23,7 @@ Alira's Amulet Alleyways Map Allflame Alloyed Spiked Shield +Alluring Bounty Alone in the Darkness Alteration Shard Amber Amulet @@ -124,6 +126,7 @@ Bear Trap Beauty Through Death Behemoth Mace Belfry Map +Berserk Bestel's Manuscript Bestiary Orb Beyond Leaguestone @@ -138,6 +141,7 @@ Blade Flurry Blade Vortex Bladed Mace Bladefall +Bladestorm Blasphemy Support Blast Rain Blessed Orb @@ -153,6 +157,7 @@ Blind Venture Blinder Blink Arrow Block Chance Reduction Support +Blood and Sand Blood Magic Support Blood Rage Blood Raiment @@ -203,7 +208,9 @@ Brutality Support Buckskin Tower Shield Buckskin Tunic Burial Chambers Map +Buried Treasure Burning Arrow +Burning Blood Burning Damage Support Burnished Foil Burnished Spiked Shield @@ -249,6 +256,7 @@ Carnal Mitts Carnal Sceptre Cartographer's Chisel Cartographer's Delight +Cartographer's Incubator Cartographer's Seal Cartographer's Sextant Carved Wand @@ -263,6 +271,9 @@ Castle Ruins Map Cat's Paw Caustic Arrow Cedar Tower Shield +Celestial Armoursmith's Incubator +Celestial Blacksmith's Incubator +Celestial Jeweller's Incubator Cells Map Cemetery Map Ceremonial Axe @@ -302,6 +313,7 @@ Clasped Boots Clasped Mitts Cleave Cleaver +Close Combat Support Close Helmet Cloth Belt Cloth Belt Piece @@ -391,10 +403,12 @@ Cutthroat's Garb Cyclone Dagger Axe Damage on Full Life Support +Dark Dreams Dark Forest Map Dark Pact Dark Temptation Darkwood Sceptre +Dash Deadhand Talisman Deadly Ailments Support Deafening Essence @@ -420,6 +434,7 @@ Deafening Essence of Wrath Deafening Essence of Zeal Death Death Bow +Decadent Incubator Decanter Spiritus Decay Support Decimation Bow @@ -431,6 +446,7 @@ Deerskin Boots Deerskin Gloves Defiled Cathedral Map Deicide Mask +Demigod's Wager Demon Dagger Demon's Horn Dense Fossil @@ -460,6 +476,7 @@ Divine Life Flask Divine Mana Flask Divine Orb Divine Vessel +Diviner's Incubator Doedre's Madness Dominating Blow Domination Leaguestone @@ -490,6 +507,7 @@ Earth Drinker Earthquake Eber's Key Ebony Tower Shield +Echoes of Love Eclipse Staff Eelskin Boots Eelskin Gloves @@ -497,6 +515,7 @@ Eelskin Tunic Efficacy Support Elder Sword Elder's Orb +Eldritch Incubator Elegant Foil Elegant Ringmail Elegant Round Shield @@ -513,6 +532,7 @@ Emperor's Luck Empower Support Enameled Buckler Enchanted Fossil +Enchanted Incubator Encrusted Fossil Endurance Charge on Melee Stun Support Enduring Cry @@ -593,6 +613,7 @@ Festival Mask Field Lamellar Fields Map Fiend Dagger +Fine Incubator Fingerless Silk Gloves Fir Round Shield Fire Arrow Quiver @@ -613,6 +634,7 @@ Flammability Flanged Mace Flashpowder Keg Flaying Knife +Flesh and Stone Flesh Offering Fleshripper Flicker Strike @@ -620,9 +642,11 @@ Flooded Mine Map Fluted Bascinet Footman Sword Forbidden Power +Foreboding Incubator Forge of the Phoenix Map Fork Support Fortify Support +Fossilised Incubator Fossilised Spirit Shield Foul Staff Fractured Fossil @@ -630,6 +654,7 @@ Fragment of the Chimera Fragment of the Hydra Fragment of the Minotaur Fragment of the Phoenix +Fragmented Incubator Freeze Mine Freezing Pulse Frenzy @@ -641,6 +666,7 @@ Frost Blades Frost Bomb Frost Wall Frostbite +Frostblink Frostbolt Full Chainmail Full Dragonscale @@ -652,6 +678,7 @@ Full Wyrmscale Fungal Hollow Map Gardens Map Gavel +Gemcutter's Incubator Gemcutter's Prism Gemcutter's Promise Gemini Claw @@ -659,6 +686,7 @@ Gemstone Sword General's Brigandine Generosity Support Geode Map +Geomancer's Incubator Ghastly Eye Jewel Ghetto Map Giant Life Flask @@ -809,9 +837,11 @@ Immolate Support Immortal Call Immortal Resolve Imp Dagger +Impale Support Imperial Bow Imperial Buckler Imperial Claw +Imperial Legacy Imperial Maul Imperial Skean Imperial Staff @@ -828,6 +858,7 @@ Infernal Blow Infernal Sword Infested Valley Map Infused Channelling Support +Infused Incubator Innervate Support Intensify Support Invasion Leaguestone @@ -987,11 +1018,11 @@ Memory Fragment I Memory Fragment II Memory Fragment III Memory Fragment IV +Memory Fragment IX Memory Fragment V Memory Fragment VI Memory Fragment VII Memory Fragment VIII -Memory Fragment IX Memory Fragment X Merciless Armament Mesa Map @@ -1047,6 +1078,7 @@ Muttering Essence of Hatred Muttering Essence of Sorrow Muttering Essence of Torment Muttering Essence of Woe +Mysterious Incubator Nailed Fist Necromancer Circlet Necromancer Silks @@ -1063,6 +1095,7 @@ Nubuck Boots Nubuck Gloves Oak Buckler Oak's Amulet +Obscured Incubator Obsidian Key Occultist's Vestment Ochre Sceptre @@ -1090,10 +1123,12 @@ Orb of Scouring Orb of Storms Orb of Transmutation Orchard Map +Ornate Incubator Ornate Mace Ornate Ringmail Ornate Spiked Shield Ornate Sword +Otherworldly Incubator Overgrown Ruin Map Overgrown Shrine Map Padded Jacket @@ -1113,6 +1148,7 @@ Perandus Coin Perandus Leaguestone Perfect Fossil Perfection +Perforate Pernarch Petrified Club Phantasmagoria Map @@ -1167,8 +1203,12 @@ Powerful Alchemical Resonator Powerful Chaotic Resonator Praetor Crown Precinct Map +Precision Prehistoric Claw +Pride Pride Before the Fall +Pride of the First Ones +Primal Incubator Primal Skull Talisman Prime Alchemical Resonator Prime Chaotic Resonator @@ -1192,6 +1232,7 @@ Prophecy Leaguestone Prophecy Wand Prophet Crown Prosperity +Pulverise Support Puncture Punishment Purifying Flame @@ -1206,6 +1247,7 @@ Quartz Wand Quicksilver Flask Quilted Jacket Racecourse Map +Rage Support Rain of Arrows Rain of Chaos Rain Tempter @@ -1380,6 +1422,7 @@ Shagreen Gloves Shagreen Tower Shield Shaper's Orb Shaper's Orb (Tier 1) +Shaper's Orb (Tier 10) Shaper's Orb (Tier 2) Shaper's Orb (Tier 3) Shaper's Orb (Tier 4) @@ -1388,7 +1431,6 @@ Shaper's Orb (Tier 6) Shaper's Orb (Tier 7) Shaper's Orb (Tier 8) Shaper's Orb (Tier 9) -Shaper's Orb (Tier 10) Shard of Fate Sharkskin Boots Sharkskin Gloves @@ -1399,6 +1441,7 @@ Shattering Steel Shield Charge Shipyard Map Shock Nova +Shockwave Support Shockwave Totem Shore Map Short Bow @@ -1446,10 +1489,12 @@ Simple Iron Net Simple Robe Simple Rope Net Simple Steel Net +Singular Incubator Sinner Tricorne Siphoning Trap Skean Skinning Knife +Skittering Incubator Slaughter Knife Sledgehammer Sleek Coat @@ -1520,6 +1565,7 @@ Steel Ring Steelhead Steelscale Boots Steelscale Gauntlets +Steelskin Steelwood Bow Stibnite Flask Stiletto @@ -1579,11 +1625,13 @@ Tenderizer Terrace Map Terror Claw Terror Maul +Thaumaturge's Incubator Thaumaturgical Net Thaumetic Emblem Thaumetic Sulphite The Admirer The Aesthete +The Archmage's Right Hand The Arena Champion The Army of Blood The Artist @@ -1612,6 +1660,7 @@ The Dapper Prodigy The Dark Mage The Darkest Dream The Deceiver +The Deep Ones The Demoness The Devastator The Doctor @@ -1635,6 +1684,7 @@ The Feast The Fiend The Fletcher The Flora's Gift +The Fool The Formless Sea The Forsaken The Fox @@ -1690,6 +1740,7 @@ The Poet The Polymath The Porcupine The Price of Protection +The Primordial The Professor The Puzzle The Queen @@ -1757,6 +1808,7 @@ The Wretched Thicket Bow Thicket Map Thief's Garb +Thirst for Knowledge Thorium Spirit Shield Thorn Rapier Three Faces in the Dark @@ -1770,7 +1822,18 @@ Tiger Hook Tiger Sword Tiger's Paw Timber Axe +Time-Lost Incubator Time-Lost Relic +Timeless Eternal Empire Emblem +Timeless Eternal Empire Splinter +Timeless Karui Emblem +Timeless Karui Splinter +Timeless Maraketh Emblem +Timeless Maraketh Splinter +Timeless Templar Emblem +Timeless Templar Splinter +Timeless Vaal Emblem +Timeless Vaal Splinter Timeworn Claw Timeworn Reliquary Key Titan Gauntlets @@ -1881,6 +1944,7 @@ Vaal Summon Skeletons Vaal Temple Map Valako's Jaw Vanguard Belt +Vanity Variscite Blade Varnished Coat Vault Map @@ -1972,6 +2036,7 @@ Whispering Essence of Contempt Whispering Essence of Greed Whispering Essence of Hatred Whispering Essence of Woe +Whispering Incubator Widowsilk Robe Wild Leather Wild Strike diff --git a/Filtration/Resources/ItemClasses.txt b/Filtration/Resources/ItemClasses.txt index 5feeebf..ee2b64d 100644 --- a/Filtration/Resources/ItemClasses.txt +++ b/Filtration/Resources/ItemClasses.txt @@ -17,6 +17,7 @@ Gems Gloves Helmets Hybrid Flasks +Incubator Incursion Item Jewel Labyrinth Item From 7c31ba393c1cdfb439852e6f452b47bbca6effe1 Mon Sep 17 00:00:00 2001 From: Ben Wallis Date: Thu, 6 Jun 2019 13:23:19 +0100 Subject: [PATCH 4/4] removed MigrationBackup dir --- .../Filtration.ObjectModel.Tests.csproj | 99 --- .../NuGetUpgradeLog.html | 165 ----- .../packages.config | 9 - .../Filtration.Common.Tests.csproj | 85 --- .../NuGetUpgradeLog.html | 165 ----- .../Filtration.Common.Tests/packages.config | 9 - .../Filtration.ThemeEditor.csproj | 169 ----- .../NuGetUpgradeLog.html | 166 ----- .../Filtration.ThemeEditor/packages.config | 11 - .../Filtration.ItemFilterPreview.Data.csproj | 94 --- .../NuGetUpgradeLog.html | 165 ----- .../packages.config | 8 - .../Filtration.Common.csproj | 127 ---- .../Filtration.Common/NuGetUpgradeLog.html | 165 ----- .../Filtration.Common/packages.config | 8 - ...ration.ItemFilterPreview.Data.Tests.csproj | 128 ---- .../NuGetUpgradeLog.html | 166 ----- .../packages.config | 9 - .../Filtration.ItemFilterPreview.csproj | 208 ------ .../NuGetUpgradeLog.html | 167 ----- .../packages.config | 11 - .../Filtration.Parser.csproj | 98 --- .../Filtration.Parser/NuGetUpgradeLog.html | 163 ---- .../Filtration.Parser/packages.config | 5 - .../Filtration.Interface.csproj | 76 -- .../Filtration.Interface/NuGetUpgradeLog.html | 163 ---- .../Filtration.Interface/packages.config | 5 - .../Filtration.Tests/Filtration.Tests.csproj | 142 ---- .../Filtration.Tests/NuGetUpgradeLog.html | 168 ----- .../9f79cc5a/Filtration.Tests/packages.config | 12 - .../Filtration.Parser.Tests.csproj | 158 ---- .../NuGetUpgradeLog.html | 166 ----- .../Filtration.Parser.Tests/packages.config | 10 - .../b3c90a5e/Filtration/Filtration.csproj | 695 ------------------ .../b3c90a5e/Filtration/NuGetUpgradeLog.html | 186 ----- .../b3c90a5e/Filtration/packages.config | 27 - .../Filtration.ThemeEditor.Tests.csproj | 106 --- .../NuGetUpgradeLog.html | 165 ----- .../packages.config | 9 - .../Filtration.ObjectModel.csproj | 190 ----- .../NuGetUpgradeLog.html | 165 ----- .../Filtration.ObjectModel/packages.config | 7 - .../Filtration.ItemFilterPreview.Tests.csproj | 139 ---- .../NuGetUpgradeLog.html | 166 ----- .../packages.config | 10 - 45 files changed, 5165 deletions(-) delete mode 100644 MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/Filtration.ObjectModel.Tests.csproj delete mode 100644 MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/packages.config delete mode 100644 MigrationBackup/0f85bbc3/Filtration.Common.Tests/Filtration.Common.Tests.csproj delete mode 100644 MigrationBackup/0f85bbc3/Filtration.Common.Tests/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/0f85bbc3/Filtration.Common.Tests/packages.config delete mode 100644 MigrationBackup/1522c769/Filtration.ThemeEditor/Filtration.ThemeEditor.csproj delete mode 100644 MigrationBackup/1522c769/Filtration.ThemeEditor/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/1522c769/Filtration.ThemeEditor/packages.config delete mode 100644 MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj delete mode 100644 MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/packages.config delete mode 100644 MigrationBackup/415b7e53/Filtration.Common/Filtration.Common.csproj delete mode 100644 MigrationBackup/415b7e53/Filtration.Common/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/415b7e53/Filtration.Common/packages.config delete mode 100644 MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj delete mode 100644 MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/packages.config delete mode 100644 MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/Filtration.ItemFilterPreview.csproj delete mode 100644 MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/packages.config delete mode 100644 MigrationBackup/60793051/Filtration.Parser/Filtration.Parser.csproj delete mode 100644 MigrationBackup/60793051/Filtration.Parser/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/60793051/Filtration.Parser/packages.config delete mode 100644 MigrationBackup/769d0aa5/Filtration.Interface/Filtration.Interface.csproj delete mode 100644 MigrationBackup/769d0aa5/Filtration.Interface/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/769d0aa5/Filtration.Interface/packages.config delete mode 100644 MigrationBackup/9f79cc5a/Filtration.Tests/Filtration.Tests.csproj delete mode 100644 MigrationBackup/9f79cc5a/Filtration.Tests/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/9f79cc5a/Filtration.Tests/packages.config delete mode 100644 MigrationBackup/b306e80c/Filtration.Parser.Tests/Filtration.Parser.Tests.csproj delete mode 100644 MigrationBackup/b306e80c/Filtration.Parser.Tests/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/b306e80c/Filtration.Parser.Tests/packages.config delete mode 100644 MigrationBackup/b3c90a5e/Filtration/Filtration.csproj delete mode 100644 MigrationBackup/b3c90a5e/Filtration/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/b3c90a5e/Filtration/packages.config delete mode 100644 MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/Filtration.ThemeEditor.Tests.csproj delete mode 100644 MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/packages.config delete mode 100644 MigrationBackup/e90ecf2a/Filtration.ObjectModel/Filtration.ObjectModel.csproj delete mode 100644 MigrationBackup/e90ecf2a/Filtration.ObjectModel/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/e90ecf2a/Filtration.ObjectModel/packages.config delete mode 100644 MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/Filtration.ItemFilterPreview.Tests.csproj delete mode 100644 MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/NuGetUpgradeLog.html delete mode 100644 MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/packages.config diff --git a/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/Filtration.ObjectModel.Tests.csproj b/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/Filtration.ObjectModel.Tests.csproj deleted file mode 100644 index c8603e7..0000000 --- a/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/Filtration.ObjectModel.Tests.csproj +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - Debug - AnyCPU - {537BE676-2FF6-4995-B05B-9CFACE852EC9} - Library - Properties - Filtration.ObjectModel.Tests - Filtration.ObjectModel.Tests - v4.6.1 - 512 - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - - - - - - - - - - - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/NuGetUpgradeLog.html b/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/NuGetUpgradeLog.html deleted file mode 100644 index 2c97f88..0000000 --- a/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/NuGetUpgradeLog.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.ObjectModel.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\033f6fd3\Filtration.ObjectModel.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
Moq - v4.10.1
NUnit - v3.11.0
System.Threading.Tasks.Extensions - v4.5.2
System.ValueTuple - v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe - v4.5.2

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/packages.config b/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/packages.config deleted file mode 100644 index 688713c..0000000 --- a/MigrationBackup/033f6fd3/Filtration.ObjectModel.Tests/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/0f85bbc3/Filtration.Common.Tests/Filtration.Common.Tests.csproj b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/Filtration.Common.Tests.csproj deleted file mode 100644 index 58a7b30..0000000 --- a/MigrationBackup/0f85bbc3/Filtration.Common.Tests/Filtration.Common.Tests.csproj +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - Debug - AnyCPU - {1E42A658-45C4-4DD9-83C5-2A10728DBDFA} - Library - Properties - Filtration.Common.Tests - Filtration.Common.Tests - v4.6.1 - 512 - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/MigrationBackup/0f85bbc3/Filtration.Common.Tests/NuGetUpgradeLog.html b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/NuGetUpgradeLog.html deleted file mode 100644 index f0073f6..0000000 --- a/MigrationBackup/0f85bbc3/Filtration.Common.Tests/NuGetUpgradeLog.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.Common.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\0f85bbc3\Filtration.Common.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
Moq - v4.10.1
NUnit - v3.11.0
System.Threading.Tasks.Extensions - v4.5.2
System.ValueTuple - v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe - v4.5.2

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/0f85bbc3/Filtration.Common.Tests/packages.config b/MigrationBackup/0f85bbc3/Filtration.Common.Tests/packages.config deleted file mode 100644 index 688713c..0000000 --- a/MigrationBackup/0f85bbc3/Filtration.Common.Tests/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/1522c769/Filtration.ThemeEditor/Filtration.ThemeEditor.csproj b/MigrationBackup/1522c769/Filtration.ThemeEditor/Filtration.ThemeEditor.csproj deleted file mode 100644 index b860f21..0000000 --- a/MigrationBackup/1522c769/Filtration.ThemeEditor/Filtration.ThemeEditor.csproj +++ /dev/null @@ -1,169 +0,0 @@ - - - - - Debug - AnyCPU - {41B8F5C2-65AA-42F0-A20B-6F95B13A9F48} - Library - Properties - Filtration.ThemeEditor - Filtration.ThemeEditor - v4.6.1 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\AutoMapper.8.0.0\lib\net461\AutoMapper.dll - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll - - - ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll - - - ..\packages\NLog.4.6.2\lib\net45\NLog.dll - - - - - - - - - - - - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll - - - - - - - - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.dll - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.Toolkit.dll - - - - - - - - - - - - - - - - - - - - ThemeComponentControl.xaml - - - ThemeEditorView.xaml - - - - - - - - {8cb44f28-2956-4c2a-9314-72727262edd4} - Filtration.Common - - - {0f333344-7695-47b2-b0e6-172e4de74819} - Filtration.Interface - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - - - - - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/1522c769/Filtration.ThemeEditor/NuGetUpgradeLog.html b/MigrationBackup/1522c769/Filtration.ThemeEditor/NuGetUpgradeLog.html deleted file mode 100644 index 42e6dce..0000000 --- a/MigrationBackup/1522c769/Filtration.ThemeEditor/NuGetUpgradeLog.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.ThemeEditor

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\1522c769\Filtration.ThemeEditor

Packages processed

Top-level dependencies:

Package IdVersion
AutoMapper - v8.0.0
Castle.Core - v4.4.0
Castle.Windsor - v5.0.0
CommonServiceLocator - v2.0.4
Extended.Wpf.Toolkit - v3.5.0
MvvmLightLibs - v5.4.1.1
NLog - v4.6.2

Transitive dependencies:

Package IdVersion
System.ValueTuple - v4.5.0

Package compatibility issues

Description
Extended.Wpf.Toolkit - v3.5.0
install.ps1 script will be ignored when the package is installed after the migration.
\ No newline at end of file diff --git a/MigrationBackup/1522c769/Filtration.ThemeEditor/packages.config b/MigrationBackup/1522c769/Filtration.ThemeEditor/packages.config deleted file mode 100644 index 4074f2e..0000000 --- a/MigrationBackup/1522c769/Filtration.ThemeEditor/packages.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj b/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj deleted file mode 100644 index f99748f..0000000 --- a/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/Filtration.ItemFilterPreview.Data.csproj +++ /dev/null @@ -1,94 +0,0 @@ - - - - - Debug - AnyCPU - {855B38CC-EEF2-471D-BBBC-EB3E2FF3D387} - Library - Properties - Filtration.ItemFilterPreview.Data - Filtration.ItemFilterPreview.Data - v4.6.1 - 512 - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll - - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll - - - - - - ..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll - - - ..\packages\System.Data.SQLite.EF6.1.0.109.0\lib\net46\System.Data.SQLite.EF6.dll - - - ..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net46\System.Data.SQLite.Linq.dll - - - - - - - - - - - - - - - - - - - - - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/NuGetUpgradeLog.html b/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/NuGetUpgradeLog.html deleted file mode 100644 index 60dc185..0000000 --- a/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/NuGetUpgradeLog.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.ItemFilterPreview.Data

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\1b1058fc\Filtration.ItemFilterPreview.Data

Packages processed

Top-level dependencies:

Package IdVersion
System.Data.SQLite - v1.0.109.2
System.Data.SQLite.Core - v1.0.109.2

Transitive dependencies:

Package IdVersion
EntityFramework - v6.2.0
System.Data.SQLite.EF6 - v1.0.109
System.Data.SQLite.Linq - v1.0.109

Package compatibility issues

Description
EntityFramework - v6.2.0
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net40\App.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\Web.config.transform' will not be applied when the package is installed after the migration.
System.Data.SQLite.EF6 - v1.0.109
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net40\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.transform' will not be applied when the package is installed after the migration.
System.Data.SQLite.Linq - v1.0.109
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net20\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net20\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.transform' will not be applied when the package is installed after the migration.
\ No newline at end of file diff --git a/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/packages.config b/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/packages.config deleted file mode 100644 index 5988714..0000000 --- a/MigrationBackup/1b1058fc/Filtration.ItemFilterPreview.Data/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/415b7e53/Filtration.Common/Filtration.Common.csproj b/MigrationBackup/415b7e53/Filtration.Common/Filtration.Common.csproj deleted file mode 100644 index dd816eb..0000000 --- a/MigrationBackup/415b7e53/Filtration.Common/Filtration.Common.csproj +++ /dev/null @@ -1,127 +0,0 @@ - - - - - Debug - AnyCPU - {8CB44F28-2956-4C2A-9314-72727262EDD4} - Library - Properties - Filtration.Common - Filtration.Common - v4.6.1 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll - - - ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll - - - - - - - - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll - - - - - - - - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.dll - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll - - - ..\packages\Extended.Wpf.Toolkit.3.5.0\lib\net40\Xceed.Wpf.Toolkit.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - {4AAC3BEB-1DC1-483E-9D11-0E9334E80227} - Filtration.ObjectModel - - - - - MSBuild:Compile - Designer - - - - - \ No newline at end of file diff --git a/MigrationBackup/415b7e53/Filtration.Common/NuGetUpgradeLog.html b/MigrationBackup/415b7e53/Filtration.Common/NuGetUpgradeLog.html deleted file mode 100644 index 632fcb8..0000000 --- a/MigrationBackup/415b7e53/Filtration.Common/NuGetUpgradeLog.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.Common

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\415b7e53\Filtration.Common

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
Castle.Windsor - v5.0.0
CommonServiceLocator - v2.0.4
Extended.Wpf.Toolkit - v3.5.0
MvvmLightLibs - v5.4.1.1

Transitive dependencies:

Package IdVersion
- No transitive dependencies found. -

Package compatibility issues

Description
Extended.Wpf.Toolkit - v3.5.0
install.ps1 script will be ignored when the package is installed after the migration.
\ No newline at end of file diff --git a/MigrationBackup/415b7e53/Filtration.Common/packages.config b/MigrationBackup/415b7e53/Filtration.Common/packages.config deleted file mode 100644 index 6c9dc13..0000000 --- a/MigrationBackup/415b7e53/Filtration.Common/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj b/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj deleted file mode 100644 index 34ec27d..0000000 --- a/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/Filtration.ItemFilterPreview.Data.Tests.csproj +++ /dev/null @@ -1,128 +0,0 @@ - - - - - Debug - AnyCPU - {7A5720DE-A41B-47EA-AAAB-7C5608FF0C1F} - Library - Properties - Filtration.ItemFilterPreview.Data.Tests - Filtration.ItemFilterPreview.Data.Tests - v4.6.1 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll - - - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - ..\packages\System.Data.SQLite.Core.1.0.109.2\lib\net46\System.Data.SQLite.dll - - - ..\packages\System.Data.SQLite.EF6.1.0.109.0\lib\net46\System.Data.SQLite.EF6.dll - - - ..\packages\System.Data.SQLite.Linq.1.0.109.0\lib\net46\System.Data.SQLite.Linq.dll - - - - - - - - - - - - - - - - - - - - - - - - - {855b38cc-eef2-471d-bbbc-eb3e2ff3d387} - Filtration.ItemFilterPreview.Data - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - - - - - False - - - False - - - False - - - False - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/NuGetUpgradeLog.html b/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/NuGetUpgradeLog.html deleted file mode 100644 index 6565223..0000000 --- a/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/NuGetUpgradeLog.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.ItemFilterPreview.Data.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\47b38edc\Filtration.ItemFilterPreview.Data.Tests

Packages processed

Top-level dependencies:

Package IdVersion
NUnit - v3.11.0
System.Data.SQLite - v1.0.109.2
System.Data.SQLite.Core - v1.0.109.2

Transitive dependencies:

Package IdVersion
EntityFramework - v6.2.0
System.Data.SQLite.EF6 - v1.0.109
System.Data.SQLite.Linq - v1.0.109

Package compatibility issues

Description
EntityFramework - v6.2.0
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net40\App.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\Web.config.transform' will not be applied when the package is installed after the migration.
System.Data.SQLite.EF6 - v1.0.109
install.ps1 script will be ignored when the package is installed after the migration.
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net40\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.install.xdt' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.transform' will not be applied when the package is installed after the migration.
System.Data.SQLite.Linq - v1.0.109
'content' assets will not be available when the package is installed after the migration.
XDT transform file 'content\net20\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net20\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net40\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net45\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net451\web.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\app.config.transform' will not be applied when the package is installed after the migration.
XDT transform file 'content\net46\web.config.transform' will not be applied when the package is installed after the migration.
\ No newline at end of file diff --git a/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/packages.config b/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/packages.config deleted file mode 100644 index 4180426..0000000 --- a/MigrationBackup/47b38edc/Filtration.ItemFilterPreview.Data.Tests/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/Filtration.ItemFilterPreview.csproj b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/Filtration.ItemFilterPreview.csproj deleted file mode 100644 index d0fd3e2..0000000 --- a/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/Filtration.ItemFilterPreview.csproj +++ /dev/null @@ -1,208 +0,0 @@ - - - - - Debug - AnyCPU - {3AB98B6E-05DB-44FA-9DAD-584AA88F0739} - WinExe - Properties - Filtration.ItemFilterPreview - Filtration.ItemFilterPreview - v4.6.1 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll - - - ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll - - - - - - - - - 4.0 - - - - - - - - MSBuild:Compile - Designer - - - - - - ItemControl.xaml - - - ItemSocketsControl.xaml - - - LootExplosionSceneUserControl.xaml - - - - - LootExplosionView.xaml - - - - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - MainWindow.xaml - Code - - - Designer - MSBuild:Compile - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - - - - - {8cb44f28-2956-4c2a-9314-72727262edd4} - Filtration.Common - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - {46383f20-02df-48b4-b092-9088fa4acd5a} - Filtration.Parser.Interface - - - {10a7c2bc-ec6f-4a38-bdda-e35935004c02} - Filtration.Parser - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/NuGetUpgradeLog.html b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/NuGetUpgradeLog.html deleted file mode 100644 index f57153f..0000000 --- a/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/NuGetUpgradeLog.html +++ /dev/null @@ -1,167 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.ItemFilterPreview

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\5c5ddd71\Filtration.ItemFilterPreview

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
Castle.Windsor - v5.0.0
CommonServiceLocator - v2.0.4
Moq - v4.10.1
MvvmLightLibs - v5.4.1.1
System.Threading.Tasks.Extensions - v4.5.2
System.ValueTuple - v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe - v4.5.2

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/packages.config b/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/packages.config deleted file mode 100644 index 6ff66d3..0000000 --- a/MigrationBackup/5c5ddd71/Filtration.ItemFilterPreview/packages.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/60793051/Filtration.Parser/Filtration.Parser.csproj b/MigrationBackup/60793051/Filtration.Parser/Filtration.Parser.csproj deleted file mode 100644 index b95e4e3..0000000 --- a/MigrationBackup/60793051/Filtration.Parser/Filtration.Parser.csproj +++ /dev/null @@ -1,98 +0,0 @@ - - - - - Debug - AnyCPU - {10A7C2BC-EC6F-4A38-BDDA-E35935004C02} - Library - Properties - Filtration.Parser - Filtration.Parser - v4.6.1 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll - - - - - - - - - - - - - - - - - - Properties\Settings.Designer.cs - True - True - Settings.settings - - - - - - - - - - Properties\Settings.settings - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - - {8cb44f28-2956-4c2a-9314-72727262edd4} - Filtration.Common - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - {46383f20-02df-48b4-b092-9088fa4acd5a} - Filtration.Parser.Interface - - - - - \ No newline at end of file diff --git a/MigrationBackup/60793051/Filtration.Parser/NuGetUpgradeLog.html b/MigrationBackup/60793051/Filtration.Parser/NuGetUpgradeLog.html deleted file mode 100644 index cf6321b..0000000 --- a/MigrationBackup/60793051/Filtration.Parser/NuGetUpgradeLog.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.Parser

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\60793051\Filtration.Parser

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
Castle.Windsor - v5.0.0

Transitive dependencies:

Package IdVersion
- No transitive dependencies found. -

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/60793051/Filtration.Parser/packages.config b/MigrationBackup/60793051/Filtration.Parser/packages.config deleted file mode 100644 index bd36764..0000000 --- a/MigrationBackup/60793051/Filtration.Parser/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/MigrationBackup/769d0aa5/Filtration.Interface/Filtration.Interface.csproj b/MigrationBackup/769d0aa5/Filtration.Interface/Filtration.Interface.csproj deleted file mode 100644 index a764ef8..0000000 --- a/MigrationBackup/769d0aa5/Filtration.Interface/Filtration.Interface.csproj +++ /dev/null @@ -1,76 +0,0 @@ - - - - - Debug - AnyCPU - {0F333344-7695-47B2-B0E6-172E4DE74819} - Library - Properties - Filtration.Interface - Filtration.Interface - v4.6.1 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll - - - - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/769d0aa5/Filtration.Interface/NuGetUpgradeLog.html b/MigrationBackup/769d0aa5/Filtration.Interface/NuGetUpgradeLog.html deleted file mode 100644 index b473e08..0000000 --- a/MigrationBackup/769d0aa5/Filtration.Interface/NuGetUpgradeLog.html +++ /dev/null @@ -1,163 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.Interface

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\769d0aa5\Filtration.Interface

Packages processed

Top-level dependencies:

Package IdVersion
CommonServiceLocator - v2.0.4
MvvmLightLibs - v5.4.1.1

Transitive dependencies:

Package IdVersion
- No transitive dependencies found. -

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/769d0aa5/Filtration.Interface/packages.config b/MigrationBackup/769d0aa5/Filtration.Interface/packages.config deleted file mode 100644 index 4034ee2..0000000 --- a/MigrationBackup/769d0aa5/Filtration.Interface/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/MigrationBackup/9f79cc5a/Filtration.Tests/Filtration.Tests.csproj b/MigrationBackup/9f79cc5a/Filtration.Tests/Filtration.Tests.csproj deleted file mode 100644 index 90c733c..0000000 --- a/MigrationBackup/9f79cc5a/Filtration.Tests/Filtration.Tests.csproj +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - Debug - AnyCPU - {E0693972-72C5-4E05-A9C5-A5943E4015C6} - Library - Properties - Filtration.Tests - Filtration.Tests - v4.6.1 - 512 - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\FluentAssertions.5.6.0\lib\net45\FluentAssertions.dll - - - ..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll - - - ..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - - - - - - - True - True - Resources.resx - - - - - - - - - - - - - - - - - - - - {8cb44f28-2956-4c2a-9314-72727262edd4} - Filtration.Common - - - {0f333344-7695-47b2-b0e6-172e4de74819} - Filtration.Interface - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - {46383F20-02DF-48B4-B092-9088FA4ACD5A} - Filtration.Parser.Interface - - - {55e0a34c-e039-43d7-a024-a4045401cdda} - Filtration - - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/MigrationBackup/9f79cc5a/Filtration.Tests/NuGetUpgradeLog.html b/MigrationBackup/9f79cc5a/Filtration.Tests/NuGetUpgradeLog.html deleted file mode 100644 index 6d88286..0000000 --- a/MigrationBackup/9f79cc5a/Filtration.Tests/NuGetUpgradeLog.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\9f79cc5a\Filtration.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
FluentAssertions - v5.6.0
Moq - v4.10.1
NUnit - v3.11.0
System.Threading.Tasks.Extensions - v4.5.2
System.ValueTuple - v4.5.0
WindowsAPICodePack-Core - v1.1.2
WindowsAPICodePack-Shell - v1.1.1

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe - v4.5.2

Package compatibility issues

Description
WindowsAPICodePack-Core - v1.1.2
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.dll' will be ignored when the package is installed after the migration.
WindowsAPICodePack-Shell - v1.1.1
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.Shell.dll' will be ignored when the package is installed after the migration.
\ No newline at end of file diff --git a/MigrationBackup/9f79cc5a/Filtration.Tests/packages.config b/MigrationBackup/9f79cc5a/Filtration.Tests/packages.config deleted file mode 100644 index 7293530..0000000 --- a/MigrationBackup/9f79cc5a/Filtration.Tests/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/b306e80c/Filtration.Parser.Tests/Filtration.Parser.Tests.csproj b/MigrationBackup/b306e80c/Filtration.Parser.Tests/Filtration.Parser.Tests.csproj deleted file mode 100644 index ac61f36..0000000 --- a/MigrationBackup/b306e80c/Filtration.Parser.Tests/Filtration.Parser.Tests.csproj +++ /dev/null @@ -1,158 +0,0 @@ - - - - - Debug - AnyCPU - {1F30CF6D-A5BF-4777-B8BA-E34F439FE8E5} - Library - Properties - Filtration.Parser.Tests - Filtration.Parser.Tests - v4.6.1 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\FluentAssertions.5.6.0\lib\net45\FluentAssertions.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - - - - - - - - - - - - - - - - True - True - Resources.resx - - - - - - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - {46383f20-02df-48b4-b092-9088fa4acd5a} - Filtration.Parser.Interface - - - {10a7c2bc-ec6f-4a38-bdda-e35935004c02} - Filtration.Parser - - - - - - - - PublicResXFileCodeGenerator - Resources.Designer.cs - - - - - - - - - - - - - - - - - False - - - False - - - False - - - False - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/MigrationBackup/b306e80c/Filtration.Parser.Tests/NuGetUpgradeLog.html b/MigrationBackup/b306e80c/Filtration.Parser.Tests/NuGetUpgradeLog.html deleted file mode 100644 index ac3fa85..0000000 --- a/MigrationBackup/b306e80c/Filtration.Parser.Tests/NuGetUpgradeLog.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.Parser.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\b306e80c\Filtration.Parser.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
FluentAssertions - v5.6.0
Moq - v4.10.1
NUnit - v3.11.0
System.Threading.Tasks.Extensions - v4.5.2
System.ValueTuple - v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe - v4.5.2

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/b306e80c/Filtration.Parser.Tests/packages.config b/MigrationBackup/b306e80c/Filtration.Parser.Tests/packages.config deleted file mode 100644 index f68d5d2..0000000 --- a/MigrationBackup/b306e80c/Filtration.Parser.Tests/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/b3c90a5e/Filtration/Filtration.csproj b/MigrationBackup/b3c90a5e/Filtration/Filtration.csproj deleted file mode 100644 index 4173891..0000000 --- a/MigrationBackup/b3c90a5e/Filtration/Filtration.csproj +++ /dev/null @@ -1,695 +0,0 @@ - - - - - Debug - AnyCPU - {55E0A34C-E039-43D7-A024-A4045401CDDA} - WinExe - Properties - Filtration - Filtration - v4.6.1 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - true - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - Filtration.App - - - Resources\filtration.ico - - - bin\Releasify\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\packages\AutoMapper.8.0.0\lib\net461\AutoMapper.dll - - - ..\packages\Castle.Core.4.3.1\lib\net45\Castle.Core.dll - - - ..\packages\Castle.Windsor.4.1.1\lib\net45\Castle.Windsor.dll - - - ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll - - - ..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll - - - ..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.dll - - - ..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.MsDelta.dll - - - ..\packages\DeltaCompressionDotNet.1.1.0\lib\net20\DeltaCompressionDotNet.PatchApi.dll - - - ..\packages\DynamicData.6.7.0.2529\lib\net46\DynamicData.dll - - - ..\packages\Fluent.Ribbon.6.1.0.326\lib\net45\Fluent.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll - - - ..\packages\MahApps.Metro.1.2.4.0\lib\net45\MahApps.Metro.dll - - - - ..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll - - - ..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll - - - ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll - - - ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Mdb.dll - - - ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll - - - ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll - - - ..\packages\NLog.4.5.11\lib\net45\NLog.dll - - - ..\packages\squirrel.windows.1.9.0\lib\Net45\NuGet.Squirrel.dll - - - ..\packages\SharpCompress.0.17.1\lib\net45\SharpCompress.dll - - - ..\packages\Splat.1.6.2\lib\Net45\Splat.dll - - - ..\packages\squirrel.windows.1.9.0\lib\Net45\Squirrel.dll - - - - - - - - ..\packages\System.Reactive.4.0.0\lib\net46\System.Reactive.dll - - - - - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - False - ..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Input.Toolkit.dll - - - False - ..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Layout.Toolkit.dll - - - - ..\packages\MahApps.Metro.1.2.4.0\lib\net45\System.Windows.Interactivity.dll - - - - - 4.0 - - - - - - - ..\packages\WpfAnimatedGif.1.4.17\lib\net\WpfAnimatedGif.dll - - - False - ..\packages\WPFToolkit.3.5.50211.1\lib\WPFToolkit.dll - - - ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.dll - - - ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll - - - ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll - - - ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll - - - False - libs\Xceed.Wpf.AvalonDock.Themes.VS2013.dll - - - ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.DataGrid.dll - - - ..\packages\Extended.Wpf.Toolkit.3.4.0\lib\net40\Xceed.Wpf.Toolkit.dll - - - - - MSBuild:Compile - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - BlockItemControl.xaml - - - - - EditableListBoxControl.xaml - - - EnableDisableToggleButton.xaml - - - ItemPreviewControl.xaml - - - ThemeComponentSelectionControl.xaml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AvalonDockWorkspaceView.xaml - - - - - SettingsPageView.xaml - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - BlockGroupBrowserView.xaml - - - ItemFilterScriptView.xaml - - - ItemFilterBlockView.xaml - - - NumericFilterPredicateControl.xaml - - - ItemFilterCommentBlockView.xaml - - - AboutWindow.xaml - - - - - - ReplaceColorsWindow.xaml - - - BlockOutputPreviewView.xaml - - - StartPageView.xaml - - - CommentBlockBrowserView.xaml - - - UpdateTabView.xaml - - - UpdateView.xaml - - - - - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - - MainWindow.xaml - Code - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - - - - - - - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - PreserveNewest - - - Always - Designer - - - - Designer - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - - - - - {8cb44f28-2956-4c2a-9314-72727262edd4} - Filtration.Common - - - {0f333344-7695-47b2-b0e6-172e4de74819} - Filtration.Interface - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - {46383f20-02df-48b4-b092-9088fa4acd5a} - Filtration.Parser.Interface - - - {10a7c2bc-ec6f-4a38-bdda-e35935004c02} - Filtration.Parser - - - {41b8f5c2-65aa-42f0-a20b-6f95b13a9f48} - Filtration.ThemeEditor - - - - - - - - False - Microsoft .NET Framework 4.6.1 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - - - - - - - - - - - - - - - ..\Releases\ - - --no-msi - (?<=\[assembly: AssemblyInformationalVersion\(").*?(?="\)\]) - @(ItemsFromFile) - $([System.Text.RegularExpressions.Regex]::Match($(In), $(Pattern))) - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/b3c90a5e/Filtration/NuGetUpgradeLog.html b/MigrationBackup/b3c90a5e/Filtration/NuGetUpgradeLog.html deleted file mode 100644 index 466ff9a..0000000 --- a/MigrationBackup/b3c90a5e/Filtration/NuGetUpgradeLog.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\b3c90a5e\Filtration

Packages processed

Top-level dependencies:

Package IdVersion
AutoMapper - v8.0.0
Castle.Core - v4.3.1
Castle.Windsor - v4.1.1
CommonServiceLocator - v2.0.4
DynamicData - v6.7.0.2529
Extended.Wpf.Toolkit - v3.4.0
Fluent.Ribbon - v6.1.0.326
MahApps.Metro - v1.2.4
MvvmLightLibs - v5.4.1.1
NLog - v4.5.11
NLog.Schema - v4.5.11
NuGet.CommandLine - v4.7.1
squirrel.windows - v1.9.0
WindowsAPICodePack-Core - v1.1.2
WindowsAPICodePack-Shell - v1.1.1
WpfAnimatedGif - v1.4.17
WPFToolkit - v3.5.50211.1

Transitive dependencies:

Package IdVersion
ControlzEx - v3.0.2.4
DeltaCompressionDotNet - v1.1.0
Mono.Cecil - v0.9.6.1
SharpCompress - v0.17.1
Splat - v1.6.2
System.Reactive - v4.0.0
System.ValueTuple - v4.5.0

Package compatibility issues

Description
Extended.Wpf.Toolkit - v3.4.0
install.ps1 script will be ignored when the package is installed after the migration.
MahApps.Metro - v1.2.4
install.ps1 script will be ignored when the package is installed after the migration.
WindowsAPICodePack-Core - v1.1.2
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.dll' will be ignored when the package is installed after the migration.
WindowsAPICodePack-Shell - v1.1.1
The assembly 'lib\lib\Microsoft.WindowsAPICodePack.Shell.dll' will be ignored when the package is installed after the migration.
WPFToolkit - v3.5.50211.1
The assembly 'lib\lib\System.Windows.Controls.Input.Toolkit.dll' will be ignored when the package is installed after the migration.
The assembly 'lib\lib\System.Windows.Controls.Layout.Toolkit.dll' will be ignored when the package is installed after the migration.
The assembly 'lib\lib\WPFToolkit.dll' will be ignored when the package is installed after the migration.
\ No newline at end of file diff --git a/MigrationBackup/b3c90a5e/Filtration/packages.config b/MigrationBackup/b3c90a5e/Filtration/packages.config deleted file mode 100644 index 82beaff..0000000 --- a/MigrationBackup/b3c90a5e/Filtration/packages.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/Filtration.ThemeEditor.Tests.csproj b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/Filtration.ThemeEditor.Tests.csproj deleted file mode 100644 index 5279972..0000000 --- a/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/Filtration.ThemeEditor.Tests.csproj +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - Debug - AnyCPU - {450AC313-BF25-4BFD-A066-9F39F026FDCF} - Library - Properties - Filtration.ThemeEditor.Tests - Filtration.ThemeEditor.Tests - v4.6.1 - 512 - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - - - - - - - - - - - - {8cb44f28-2956-4c2a-9314-72727262edd4} - Filtration.Common - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - {41b8f5c2-65aa-42f0-a20b-6f95b13a9f48} - Filtration.ThemeEditor - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/NuGetUpgradeLog.html b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/NuGetUpgradeLog.html deleted file mode 100644 index 3f7581f..0000000 --- a/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/NuGetUpgradeLog.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.ThemeEditor.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\e547ad08\Filtration.ThemeEditor.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
Moq - v4.10.1
NUnit - v3.11.0
System.Threading.Tasks.Extensions - v4.5.2
System.ValueTuple - v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe - v4.5.2

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/packages.config b/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/packages.config deleted file mode 100644 index 688713c..0000000 --- a/MigrationBackup/e547ad08/Filtration.ThemeEditor.Tests/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/e90ecf2a/Filtration.ObjectModel/Filtration.ObjectModel.csproj b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/Filtration.ObjectModel.csproj deleted file mode 100644 index 0a3e8f2..0000000 --- a/MigrationBackup/e90ecf2a/Filtration.ObjectModel/Filtration.ObjectModel.csproj +++ /dev/null @@ -1,190 +0,0 @@ - - - - - Debug - AnyCPU - {4AAC3BEB-1DC1-483E-9D11-0E9334E80227} - Library - Properties - Filtration.ObjectModel - Filtration.ObjectModel - v4.6.1 - 512 - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll - - - ..\packages\CommonServiceLocator.2.0.4\lib\net46\CommonServiceLocator.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Extras.dll - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\GalaSoft.MvvmLight.Platform.dll - - - - - - - - - - - ..\packages\MvvmLightLibs.5.4.1.1\lib\net45\System.Windows.Interactivity.dll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/e90ecf2a/Filtration.ObjectModel/NuGetUpgradeLog.html b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/NuGetUpgradeLog.html deleted file mode 100644 index 2299f02..0000000 --- a/MigrationBackup/e90ecf2a/Filtration.ObjectModel/NuGetUpgradeLog.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.ObjectModel

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\e90ecf2a\Filtration.ObjectModel

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
Castle.Windsor - v5.0.0
CommonServiceLocator - v2.0.4
MvvmLightLibs - v5.4.1.1

Transitive dependencies:

Package IdVersion
- No transitive dependencies found. -

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/e90ecf2a/Filtration.ObjectModel/packages.config b/MigrationBackup/e90ecf2a/Filtration.ObjectModel/packages.config deleted file mode 100644 index ea9b671..0000000 --- a/MigrationBackup/e90ecf2a/Filtration.ObjectModel/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/Filtration.ItemFilterPreview.Tests.csproj b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/Filtration.ItemFilterPreview.Tests.csproj deleted file mode 100644 index e39fde3..0000000 --- a/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/Filtration.ItemFilterPreview.Tests.csproj +++ /dev/null @@ -1,139 +0,0 @@ - - - - - Debug - AnyCPU - - - 2.0 - {58CD3B9C-EBBA-4527-A81C-78B7EA9CA298} - Library - Properties - Filtration.ItemFilterPreview.Tests - Filtration.ItemFilterPreview.Tests - v4.6.1 - 8.1 - 12 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 10.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - True - CodedUITest - True - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll - - - ..\packages\FluentAssertions.5.6.0\lib\net45\FluentAssertions.dll - - - ..\packages\Moq.4.10.1\lib\net45\Moq.dll - - - ..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll - - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll - - - - - - - False - - - - - - True - True - Resources.resx - - - - - - - - - - - {3ab98b6e-05db-44fa-9dad-584aa88f0739} - Filtration.ItemFilterPreview - - - {4aac3beb-1dc1-483e-9d11-0e9334e80227} - Filtration.ObjectModel - - - {46383F20-02DF-48B4-B092-9088FA4ACD5A} - Filtration.Parser.Interface - - - {10a7c2bc-ec6f-4a38-bdda-e35935004c02} - Filtration.Parser - - - {55e0a34c-e039-43d7-a024-a4045401cdda} - Filtration - - - - - ResXFileCodeGenerator - Resources.Designer.cs - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/NuGetUpgradeLog.html b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/NuGetUpgradeLog.html deleted file mode 100644 index 9ca0d03..0000000 --- a/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/NuGetUpgradeLog.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - NuGetMigrationLog -

- NuGet Migration Report - Filtration.ItemFilterPreview.Tests

Overview

Migration to PackageReference was completed successfully. Please build and run your solution to verify that all packages are available.
- If you run into any problems, have feedback, questions, or concerns, please - file an issue on the NuGet GitHub repository.
- Changed files and this report have been backed up here: - C:\C# Projects\Filtration\MigrationBackup\ff08f449\Filtration.ItemFilterPreview.Tests

Packages processed

Top-level dependencies:

Package IdVersion
Castle.Core - v4.4.0
FluentAssertions - v5.6.0
Moq - v4.10.1
NUnit - v3.11.0
System.Threading.Tasks.Extensions - v4.5.2
System.ValueTuple - v4.5.0

Transitive dependencies:

Package IdVersion
System.Runtime.CompilerServices.Unsafe - v4.5.2

Package compatibility issues

Description
- No issues were found. -
\ No newline at end of file diff --git a/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/packages.config b/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/packages.config deleted file mode 100644 index f68d5d2..0000000 --- a/MigrationBackup/ff08f449/Filtration.ItemFilterPreview.Tests/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file