From 39fa05f6cf5bf0c401f56209d8d0a25fee6079b7 Mon Sep 17 00:00:00 2001 From: fremag Date: Sat, 4 Feb 2017 14:01:12 +0100 Subject: [PATCH] Update some packages + move Winfwk to Nuget (test) --- MemoScope.Net.sln | 16 +------- MemoScope/App.config | 6 +-- MemoScope/MemoScope.csproj | 51 ++++++++++++++++++-------- MemoScope/packages.config | 13 ++++--- UnitTestProject/UnitTestProject.csproj | 39 ++++++++++++++++++-- UnitTestProject/packages.config | 4 ++ 6 files changed, 85 insertions(+), 44 deletions(-) diff --git a/MemoScope.Net.sln b/MemoScope.Net.sln index 6e20a92..88643a7 100644 --- a/MemoScope.Net.sln +++ b/MemoScope.Net.sln @@ -1,12 +1,10 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoScope", "MemoScope\MemoScope.csproj", "{D6AD45CF-3691-4A6F-8AA0-28FEA3B87BFB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFwk", "WinFwk\WinFwk.csproj", "{B421F218-4883-4FF6-A186-719DD0A30A1E}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoDummy", "MemoDummy\MemoDummy.csproj", "{79528DEC-4446-4C3C-9431-02348CF43C67}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MemoScopeApi", "MemoScopeApi\MemoScopeApi.csproj", "{8363C100-7197-474E-A951-1402AB9E4D03}" @@ -35,18 +33,6 @@ Global {D6AD45CF-3691-4A6F-8AA0-28FEA3B87BFB}.Release|x64.Build.0 = Release|x64 {D6AD45CF-3691-4A6F-8AA0-28FEA3B87BFB}.Release|x86.ActiveCfg = Release|x86 {D6AD45CF-3691-4A6F-8AA0-28FEA3B87BFB}.Release|x86.Build.0 = Release|x86 - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Debug|x64.ActiveCfg = Debug|x64 - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Debug|x64.Build.0 = Debug|x64 - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Debug|x86.ActiveCfg = Debug|x86 - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Debug|x86.Build.0 = Debug|x86 - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Release|Any CPU.Build.0 = Release|Any CPU - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Release|x64.ActiveCfg = Release|x64 - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Release|x64.Build.0 = Release|x64 - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Release|x86.ActiveCfg = Release|x86 - {B421F218-4883-4FF6-A186-719DD0A30A1E}.Release|x86.Build.0 = Release|x86 {79528DEC-4446-4C3C-9431-02348CF43C67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {79528DEC-4446-4C3C-9431-02348CF43C67}.Debug|Any CPU.Build.0 = Debug|Any CPU {79528DEC-4446-4C3C-9431-02348CF43C67}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/MemoScope/App.config b/MemoScope/App.config index cea7267..426c987 100644 --- a/MemoScope/App.config +++ b/MemoScope/App.config @@ -38,10 +38,10 @@ - + + - - \ No newline at end of file + \ No newline at end of file diff --git a/MemoScope/MemoScope.csproj b/MemoScope/MemoScope.csproj index 7e3d63b..6c0cdcb 100644 --- a/MemoScope/MemoScope.csproj +++ b/MemoScope/MemoScope.csproj @@ -133,16 +133,16 @@ - - ..\packages\System.Data.SQLite.Core.1.0.103\lib\net46\System.Data.SQLite.dll + + ..\packages\System.Data.SQLite.Core.1.0.104.0\lib\net46\System.Data.SQLite.dll True - - ..\packages\System.Data.SQLite.EF6.1.0.103\lib\net46\System.Data.SQLite.EF6.dll + + ..\packages\System.Data.SQLite.EF6.1.0.104.0\lib\net46\System.Data.SQLite.EF6.dll True - - ..\packages\System.Data.SQLite.Linq.1.0.103\lib\net46\System.Data.SQLite.Linq.dll + + ..\packages\System.Data.SQLite.Linq.1.0.104.0\lib\net46\System.Data.SQLite.Linq.dll True @@ -156,8 +156,12 @@ - - ..\packages\DockPanelSuite.2.12.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll + + ..\packages\DockPanelSuite.2.13.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll + True + + + ..\packages\fremag.WinFwk.1.0.0\lib\net461\WinFwk.dll True @@ -645,7 +649,9 @@ RegexFilterControl.cs - + + Designer + SettingsSingleFileGenerator Settings.Designer.cs @@ -657,19 +663,23 @@ - + + Designer + {8363c100-7197-474e-a951-1402ab9e4d03} MemoScopeApi - - {b421f218-4883-4ff6-a186-719dd0a30a1e} - WinFwk - + + + + + + @@ -773,6 +783,8 @@ + + @@ -829,10 +841,17 @@ + + + + + + + PreserveNewest @@ -863,12 +882,12 @@ - + Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}. - +