From 23aae696846513eedea1bebb31a9be3fc1eacdad Mon Sep 17 00:00:00 2001 From: Bertrand Giot Date: Sat, 10 Oct 2020 10:21:07 +0200 Subject: [PATCH] Move to VS 2019 new project file format --- src/Dotc.Common/Dotc.Common.csproj | 70 +- src/Dotc.Common/Dotc.Common.csproj.old | 82 +++ .../Dotc.MQ.Websphere.csproj | 121 +--- .../Dotc.MQ.Websphere.csproj.old | 128 ++++ src/Dotc.MQ/Dotc.MQ.csproj | 68 +- src/Dotc.MQ/Dotc.MQ.csproj.old | 91 +++ .../Dotc.MQExplorerPlus.Core.csproj | 249 +------ .../Dotc.MQExplorerPlus.Core.csproj.old | 264 +++++++ .../Dotc.MQExplorerPlus.csproj | 466 +----------- .../Dotc.MQExplorerPlus.csproj.old | 661 ++++++++++++++++++ src/Dotc.Mvvm/Dotc.Mvvm.csproj | 92 +-- src/Dotc.Mvvm/Dotc.Mvvm.csproj.old | 116 +++ src/Dotc.Wpf/Dotc.Wpf.csproj | 193 +---- src/Dotc.Wpf/Dotc.Wpf.csproj.old | 220 ++++++ 14 files changed, 1688 insertions(+), 1133 deletions(-) create mode 100644 src/Dotc.Common/Dotc.Common.csproj.old create mode 100644 src/Dotc.MQ.Websphere/Dotc.MQ.Websphere.csproj.old create mode 100644 src/Dotc.MQ/Dotc.MQ.csproj.old create mode 100644 src/Dotc.MQExplorerPlus.Core/Dotc.MQExplorerPlus.Core.csproj.old create mode 100644 src/Dotc.MQExplorerPlus/Dotc.MQExplorerPlus.csproj.old create mode 100644 src/Dotc.Mvvm/Dotc.Mvvm.csproj.old create mode 100644 src/Dotc.Wpf/Dotc.Wpf.csproj.old diff --git a/src/Dotc.Common/Dotc.Common.csproj b/src/Dotc.Common/Dotc.Common.csproj index fc47037..05812ff 100644 --- a/src/Dotc.Common/Dotc.Common.csproj +++ b/src/Dotc.Common/Dotc.Common.csproj @@ -1,58 +1,18 @@ - - - + - Debug - AnyCPU - {8A198528-4367-4670-8F24-863404FA0A9C} + netstandard2.0 Library - Properties - Dotc.Common - Dotc.Common - 512 SAK SAK SAK SAK ..\DotConsulting.ruleset - - - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - v4.8 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - v4.5.2 - - - false + false + true ..\Infra.snk - - - - - - - - - - - Properties\DotAssemblyInfo.cs @@ -60,23 +20,9 @@ Properties\InfraAssemblyInfo.cs - - - - - - - - - - - + + + \ No newline at end of file diff --git a/src/Dotc.Common/Dotc.Common.csproj.old b/src/Dotc.Common/Dotc.Common.csproj.old new file mode 100644 index 0000000..fc47037 --- /dev/null +++ b/src/Dotc.Common/Dotc.Common.csproj.old @@ -0,0 +1,82 @@ + + + + + Debug + AnyCPU + {8A198528-4367-4670-8F24-863404FA0A9C} + Library + Properties + Dotc.Common + Dotc.Common + 512 + SAK + SAK + SAK + SAK + ..\DotConsulting.ruleset + + + + true + full + false + bin\Debug\ + TRACE;DEBUG + prompt + 4 + v4.8 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + v4.5.2 + + + false + + + ..\Infra.snk + + + + + + + + + + + + + + + Properties\DotAssemblyInfo.cs + + + Properties\InfraAssemblyInfo.cs + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Dotc.MQ.Websphere/Dotc.MQ.Websphere.csproj b/src/Dotc.MQ.Websphere/Dotc.MQ.Websphere.csproj index c942c1e..f5541b2 100644 --- a/src/Dotc.MQ.Websphere/Dotc.MQ.Websphere.csproj +++ b/src/Dotc.MQ.Websphere/Dotc.MQ.Websphere.csproj @@ -1,64 +1,20 @@ - - - + - Debug - AnyCPU - {4E9223B9-1BC2-45EA-97E0-BA0E1D7A1961} + netstandard2.0 Library - Properties - Dotc.MQ.Websphere - Dotc.MQ.Websphere - v4.8 - 512 SAK SAK SAK SAK - - - - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - true - ..\DotConsulting.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + false true - ..\DotConsulting.ruleset - - - false ..\MQ.snk - - - True - ..\..\libs\amqmdnet.dll - - - + Properties\DotAssemblyInfo.cs @@ -66,63 +22,28 @@ Properties\MQAssemblyInfo.Client.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {8a198528-4367-4670-8f24-863404fa0a9c} - Dotc.Common - - - {f567819e-199b-48ce-8ff9-cc1d803b3abb} - Dotc.MQ - + + mqep.licenseheader - - + + + + + + + + + + + + ..\..\Libs\amqmdnet.dll + + \ No newline at end of file diff --git a/src/Dotc.MQ.Websphere/Dotc.MQ.Websphere.csproj.old b/src/Dotc.MQ.Websphere/Dotc.MQ.Websphere.csproj.old new file mode 100644 index 0000000..c942c1e --- /dev/null +++ b/src/Dotc.MQ.Websphere/Dotc.MQ.Websphere.csproj.old @@ -0,0 +1,128 @@ + + + + + Debug + AnyCPU + {4E9223B9-1BC2-45EA-97E0-BA0E1D7A1961} + Library + Properties + Dotc.MQ.Websphere + Dotc.MQ.Websphere + v4.8 + 512 + SAK + SAK + SAK + SAK + + + + true + full + false + bin\Debug\ + TRACE;DEBUG + prompt + 4 + true + ..\DotConsulting.ruleset + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + true + ..\DotConsulting.ruleset + + + false + + + ..\MQ.snk + + + + True + ..\..\libs\amqmdnet.dll + + + + + + + + + + + + + + Properties\DotAssemblyInfo.cs + + + Properties\MQAssemblyInfo.Client.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {8a198528-4367-4670-8f24-863404fa0a9c} + Dotc.Common + + + {f567819e-199b-48ce-8ff9-cc1d803b3abb} + Dotc.MQ + + + + + mqep.licenseheader + + + + + \ No newline at end of file diff --git a/src/Dotc.MQ/Dotc.MQ.csproj b/src/Dotc.MQ/Dotc.MQ.csproj index 2edf8ac..f48d69c 100644 --- a/src/Dotc.MQ/Dotc.MQ.csproj +++ b/src/Dotc.MQ/Dotc.MQ.csproj @@ -1,60 +1,23 @@ - - - + - Debug - AnyCPU - {F567819E-199B-48CE-8FF9-CC1D803B3ABB} + netstandard2.0 Library - Properties - Dotc.MQ - Dotc.MQ - v4.8 - 512 SAK SAK SAK SAK - + false - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 ..\DotConsulting.ruleset false - false - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false ..\DotConsulting.ruleset - - false - ..\MQ.snk - - - - - - - - - - Properties\DotAssemblyInfo.cs @@ -62,30 +25,15 @@ Properties\MQAssemblyInfo.Client.cs - - - - - - - - - - - - mqep.licenseheader - - + + + \ No newline at end of file diff --git a/src/Dotc.MQ/Dotc.MQ.csproj.old b/src/Dotc.MQ/Dotc.MQ.csproj.old new file mode 100644 index 0000000..2edf8ac --- /dev/null +++ b/src/Dotc.MQ/Dotc.MQ.csproj.old @@ -0,0 +1,91 @@ + + + + + Debug + AnyCPU + {F567819E-199B-48CE-8FF9-CC1D803B3ABB} + Library + Properties + Dotc.MQ + Dotc.MQ + v4.8 + 512 + SAK + SAK + SAK + SAK + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + ..\DotConsulting.ruleset + false + false + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + ..\DotConsulting.ruleset + + + false + + + ..\MQ.snk + + + + + + + + + + + + + + Properties\DotAssemblyInfo.cs + + + Properties\MQAssemblyInfo.Client.cs + + + + + + + + + + + + + + + + + mqep.licenseheader + + + + + \ No newline at end of file diff --git a/src/Dotc.MQExplorerPlus.Core/Dotc.MQExplorerPlus.Core.csproj b/src/Dotc.MQExplorerPlus.Core/Dotc.MQExplorerPlus.Core.csproj index 63c5d56..7259679 100644 --- a/src/Dotc.MQExplorerPlus.Core/Dotc.MQExplorerPlus.Core.csproj +++ b/src/Dotc.MQExplorerPlus.Core/Dotc.MQExplorerPlus.Core.csproj @@ -1,100 +1,30 @@ - - - + - Debug - AnyCPU - {287B10C6-E27D-4E64-B2AB-7EB97B1E66ED} + net48 Library - Properties - Dotc.MQExplorerPlus.Core - Dotc.MQExplorerPlus.Core - v4.8 - 512 SAK SAK SAK SAK - + false + true + true - true - full - false - bin\Debug\ TRACE;DEBUG;CODE_ANALYSIS; - prompt - 4 false ..\DotConsulting.ruleset true - pdbonly - true - bin\Release\ - TRACE - prompt - 4 ..\DotConsulting.ruleset - - false - ..\MQ.snk - - ..\packages\AvalonEdit.6.0.1\lib\net45\ICSharpCode.AvalonEdit.dll - - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - - - ..\packages\System.Reactive.4.4.1\lib\net46\System.Reactive.dll - - - ..\packages\System.Reactive.Core.4.4.1\lib\net46\System.Reactive.Core.dll - - - ..\packages\System.Reactive.Interfaces.4.4.1\lib\net46\System.Reactive.Interfaces.dll - - - ..\packages\System.Reactive.Linq.4.4.1\lib\net46\System.Reactive.Linq.dll - - - ..\packages\System.Reactive.PlatformServices.4.4.1\lib\net46\System.Reactive.PlatformServices.dll - - - ..\packages\System.Reactive.Windows.Threading.4.4.1\lib\net46\System.Reactive.Windows.Threading.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll - - - - - - - - - @@ -103,142 +33,12 @@ Properties\MQAssemblyInfo.Client.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {8a198528-4367-4670-8f24-863404fa0a9c} - Dotc.Common - - - {f567819e-199b-48ce-8ff9-cc1d803b3abb} - Dotc.MQ - - - {aae57d58-ca38-49c5-8f3c-91859d79cc90} - Dotc.Mvvm - - - {58baaa1b-5a98-4a98-9ab1-dc257885b084} - Dotc.Wpf - + + + + @@ -249,16 +49,25 @@ mqep.licenseheader - - - - - + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Dotc.MQExplorerPlus.Core/Dotc.MQExplorerPlus.Core.csproj.old b/src/Dotc.MQExplorerPlus.Core/Dotc.MQExplorerPlus.Core.csproj.old new file mode 100644 index 0000000..63c5d56 --- /dev/null +++ b/src/Dotc.MQExplorerPlus.Core/Dotc.MQExplorerPlus.Core.csproj.old @@ -0,0 +1,264 @@ + + + + + Debug + AnyCPU + {287B10C6-E27D-4E64-B2AB-7EB97B1E66ED} + Library + Properties + Dotc.MQExplorerPlus.Core + Dotc.MQExplorerPlus.Core + v4.8 + 512 + SAK + SAK + SAK + SAK + + + + true + full + false + bin\Debug\ + TRACE;DEBUG;CODE_ANALYSIS; + prompt + 4 + false + ..\DotConsulting.ruleset + true + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + ..\DotConsulting.ruleset + + + false + + + ..\MQ.snk + + + + ..\packages\AvalonEdit.6.0.1\lib\net45\ICSharpCode.AvalonEdit.dll + + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + + + + + + + + + + ..\packages\System.Reactive.4.4.1\lib\net46\System.Reactive.dll + + + ..\packages\System.Reactive.Core.4.4.1\lib\net46\System.Reactive.Core.dll + + + ..\packages\System.Reactive.Interfaces.4.4.1\lib\net46\System.Reactive.Interfaces.dll + + + ..\packages\System.Reactive.Linq.4.4.1\lib\net46\System.Reactive.Linq.dll + + + ..\packages\System.Reactive.PlatformServices.4.4.1\lib\net46\System.Reactive.PlatformServices.dll + + + ..\packages\System.Reactive.Windows.Threading.4.4.1\lib\net46\System.Reactive.Windows.Threading.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + + + + + + + + + + + + + + Properties\DotAssemblyInfo.cs + + + Properties\MQAssemblyInfo.Client.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {8a198528-4367-4670-8f24-863404fa0a9c} + Dotc.Common + + + {f567819e-199b-48ce-8ff9-cc1d803b3abb} + Dotc.MQ + + + {aae57d58-ca38-49c5-8f3c-91859d79cc90} + Dotc.Mvvm + + + {58baaa1b-5a98-4a98-9ab1-dc257885b084} + Dotc.Wpf + + + + + Designer + + + + + mqep.licenseheader + + + + + + + + \ No newline at end of file diff --git a/src/Dotc.MQExplorerPlus/Dotc.MQExplorerPlus.csproj b/src/Dotc.MQExplorerPlus/Dotc.MQExplorerPlus.csproj index b23dfe5..49c876f 100644 --- a/src/Dotc.MQExplorerPlus/Dotc.MQExplorerPlus.csproj +++ b/src/Dotc.MQExplorerPlus/Dotc.MQExplorerPlus.csproj @@ -1,48 +1,24 @@ - - - + - Debug - AnyCPU - {3FC26AF2-9E09-48F2-8E3B-6214B037AEB0} + net48 WinExe - Properties - Dotc.MQExplorerPlus - Dotc.MQExplorerPlus - v4.8 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 false SAK SAK SAK SAK - + false + true + true - AnyCPU - true - full - false - bin\Debug\ TRACE;DEBUG;CODE_ANALYSIS - prompt - 4 ..\DotConsulting.ruleset false false true - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false ..\DotConsulting.ruleset @@ -51,383 +27,26 @@ Resources\Images\Sphere_grid_64.ico - - false - ..\MQ.snk - - True - ..\..\libs\amqmdnet.dll - - - ..\packages\AvalonEdit.6.0.1\lib\net45\ICSharpCode.AvalonEdit.dll - - - ..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll - - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - ..\packages\NLog.4.7.4\lib\net45\NLog.dll - - - - - - - ..\packages\System.Reactive.4.4.1\lib\net46\System.Reactive.dll - - - ..\packages\System.Reactive.Core.4.4.1\lib\net46\System.Reactive.Core.dll - - - ..\packages\System.Reactive.Interfaces.4.4.1\lib\net46\System.Reactive.Interfaces.dll - - - ..\packages\System.Reactive.Linq.4.4.1\lib\net46\System.Reactive.Linq.dll - - - ..\packages\System.Reactive.PlatformServices.4.4.1\lib\net46\System.Reactive.PlatformServices.dll - - - ..\packages\System.Reactive.Windows.Threading.4.4.1\lib\net46\System.Reactive.Windows.Threading.dll - - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll - - - - ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll - - - - - ..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll - - - - - - - - 4.0 - - - - - - ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.AvalonDock.dll - - - ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll - - - ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll - - - ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll - - - ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.Toolkit.dll - - - - - MSBuild:Compile - Designer - + + Properties\DotAssemblyInfo.cs Properties\MQAssemblyInfo.Client.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - RibbonStyle.xaml - - - WindowStyle.xaml - - - - AboutView.xaml - - - ChannelListStatusInfoView.xaml - - - ChannelListView.xaml - - - ChannelResetParametersView.xaml - - - ChannelResolveParametersView.xaml - - - ChannelStopParametersView.xaml - - - DumpCreationSettingsView.xaml - - - DumpLoadSettingsView.xaml - - - ErrorPanelView.xaml - - - ExportMessagesSettingsView.xaml - - - ListenerListStatusInfoView.xaml - - - ListenerListView.xaml - - - MessageListStatusInfoView.xaml - - - OpenQueueManagerView.xaml - - - MainView.xaml - - - OpenQueueView.xaml - - - ParsingEditorView.xaml - - - ParsingResultView.xaml - - - PutMessageView.xaml - - - QueueListStatusInfoView.xaml - - - QueueListView.xaml - - - MessageListView.xaml - - - QueueManagerView.xaml - - - SettingsView.xaml - - - ShellWindow.xaml - - - App.xaml - Code - - - SplashScreenWindow.xaml - - - WelcomeView.xaml - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - 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 - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - + + EULA.rtf Always @@ -435,41 +54,15 @@ mqep.licenseheader - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - {8a198528-4367-4670-8f24-863404fa0a9c} - Dotc.Common - - - {4e9223b9-1bc2-45ea-97e0-ba0e1d7a1961} - Dotc.MQ.Websphere - - - {287b10c6-e27d-4e64-b2ab-7eb97b1e66ed} - Dotc.MQExplorerPlus.Core - - - {f567819e-199b-48ce-8ff9-cc1d803b3abb} - Dotc.MQ - - - {aae57d58-ca38-49c5-8f3c-91859d79cc90} - Dotc.Mvvm - - - {58baaa1b-5a98-4a98-9ab1-dc257885b084} - Dotc.Wpf - + + + + + + @@ -650,12 +243,25 @@ - - + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Dotc.MQExplorerPlus/Dotc.MQExplorerPlus.csproj.old b/src/Dotc.MQExplorerPlus/Dotc.MQExplorerPlus.csproj.old new file mode 100644 index 0000000..b23dfe5 --- /dev/null +++ b/src/Dotc.MQExplorerPlus/Dotc.MQExplorerPlus.csproj.old @@ -0,0 +1,661 @@ + + + + + Debug + AnyCPU + {3FC26AF2-9E09-48F2-8E3B-6214B037AEB0} + WinExe + Properties + Dotc.MQExplorerPlus + Dotc.MQExplorerPlus + v4.8 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + false + SAK + SAK + SAK + SAK + + + + AnyCPU + true + full + false + bin\Debug\ + TRACE;DEBUG;CODE_ANALYSIS + prompt + 4 + ..\DotConsulting.ruleset + false + false + true + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + false + ..\DotConsulting.ruleset + + + Dotc.MQExplorerPlus.Program + + + Resources\Images\Sphere_grid_64.ico + + + false + + + ..\MQ.snk + + + + True + ..\..\libs\amqmdnet.dll + + + ..\packages\AvalonEdit.6.0.1\lib\net45\ICSharpCode.AvalonEdit.dll + + + ..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll + + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + + ..\packages\NLog.4.7.4\lib\net45\NLog.dll + + + + + + + + + + ..\packages\System.Reactive.4.4.1\lib\net46\System.Reactive.dll + + + ..\packages\System.Reactive.Core.4.4.1\lib\net46\System.Reactive.Core.dll + + + ..\packages\System.Reactive.Interfaces.4.4.1\lib\net46\System.Reactive.Interfaces.dll + + + ..\packages\System.Reactive.Linq.4.4.1\lib\net46\System.Reactive.Linq.dll + + + ..\packages\System.Reactive.PlatformServices.4.4.1\lib\net46\System.Reactive.PlatformServices.dll + + + ..\packages\System.Reactive.Windows.Threading.4.4.1\lib\net46\System.Reactive.Windows.Threading.dll + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + + + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + + + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + + + + + + ..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll + + + + + + + + 4.0 + + + + + + ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.AvalonDock.dll + + + ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.AvalonDock.Themes.Aero.dll + + + ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.AvalonDock.Themes.Metro.dll + + + ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.AvalonDock.Themes.VS2010.dll + + + ..\packages\Extended.Wpf.Toolkit.3.8.2\lib\net40\Xceed.Wpf.Toolkit.dll + + + + + MSBuild:Compile + Designer + + + Properties\DotAssemblyInfo.cs + + + Properties\MQAssemblyInfo.Client.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + RibbonStyle.xaml + + + WindowStyle.xaml + + + + AboutView.xaml + + + ChannelListStatusInfoView.xaml + + + ChannelListView.xaml + + + ChannelResetParametersView.xaml + + + ChannelResolveParametersView.xaml + + + ChannelStopParametersView.xaml + + + DumpCreationSettingsView.xaml + + + DumpLoadSettingsView.xaml + + + ErrorPanelView.xaml + + + ExportMessagesSettingsView.xaml + + + ListenerListStatusInfoView.xaml + + + ListenerListView.xaml + + + MessageListStatusInfoView.xaml + + + OpenQueueManagerView.xaml + + + MainView.xaml + + + OpenQueueView.xaml + + + ParsingEditorView.xaml + + + ParsingResultView.xaml + + + PutMessageView.xaml + + + QueueListStatusInfoView.xaml + + + QueueListView.xaml + + + MessageListView.xaml + + + QueueManagerView.xaml + + + SettingsView.xaml + + + ShellWindow.xaml + + + App.xaml + Code + + + SplashScreenWindow.xaml + + + WelcomeView.xaml + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + 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 + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + Designer + MSBuild:Compile + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + EULA.rtf + Always + + + mqep.licenseheader + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + {8a198528-4367-4670-8f24-863404fa0a9c} + Dotc.Common + + + {4e9223b9-1bc2-45ea-97e0-ba0e1d7a1961} + Dotc.MQ.Websphere + + + {287b10c6-e27d-4e64-b2ab-7eb97b1e66ed} + Dotc.MQExplorerPlus.Core + + + {f567819e-199b-48ce-8ff9-cc1d803b3abb} + Dotc.MQ + + + {aae57d58-ca38-49c5-8f3c-91859d79cc90} + Dotc.Mvvm + + + {58baaa1b-5a98-4a98-9ab1-dc257885b084} + Dotc.Wpf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Dotc.Mvvm/Dotc.Mvvm.csproj b/src/Dotc.Mvvm/Dotc.Mvvm.csproj index 2e19a21..8e25d69 100644 --- a/src/Dotc.Mvvm/Dotc.Mvvm.csproj +++ b/src/Dotc.Mvvm/Dotc.Mvvm.csproj @@ -1,83 +1,34 @@ - - - + - Debug - AnyCPU - {AAE57D58-CA38-49C5-8F3C-91859D79CC90} + net48 Library - Properties - Dotc.Mvvm - Dotc.Mvvm - 512 SAK SAK SAK SAK - + false + true - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 ..\DotConsulting.ruleset false - v4.8 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - v4.5.2 ..\DotConsulting.ruleset - - false - ..\Infra.snk - + Properties\DotAssemblyInfo.cs @@ -85,32 +36,13 @@ Properties\InfraAssemblyInfo.cs - - - - - - - - - - - - - - - {8a198528-4367-4670-8f24-863404fa0a9c} - Dotc.Common - + + + + + + - - \ No newline at end of file diff --git a/src/Dotc.Mvvm/Dotc.Mvvm.csproj.old b/src/Dotc.Mvvm/Dotc.Mvvm.csproj.old new file mode 100644 index 0000000..2e19a21 --- /dev/null +++ b/src/Dotc.Mvvm/Dotc.Mvvm.csproj.old @@ -0,0 +1,116 @@ + + + + + Debug + AnyCPU + {AAE57D58-CA38-49C5-8F3C-91859D79CC90} + Library + Properties + Dotc.Mvvm + Dotc.Mvvm + 512 + SAK + SAK + SAK + SAK + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + ..\DotConsulting.ruleset + false + v4.8 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + v4.5.2 + ..\DotConsulting.ruleset + + + false + + + ..\Infra.snk + + + bin\Net45\ + TRACE + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset + v4.5.2 + + + bin\Net46\ + TRACE + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset + v4.6.2 + + + + + + + + + + + + + + + + + + Properties\DotAssemblyInfo.cs + + + Properties\InfraAssemblyInfo.cs + + + + + + + + + + + + + + + + + + {8a198528-4367-4670-8f24-863404fa0a9c} + Dotc.Common + + + + + \ No newline at end of file diff --git a/src/Dotc.Wpf/Dotc.Wpf.csproj b/src/Dotc.Wpf/Dotc.Wpf.csproj index 0b5579d..0282593 100644 --- a/src/Dotc.Wpf/Dotc.Wpf.csproj +++ b/src/Dotc.Wpf/Dotc.Wpf.csproj @@ -1,92 +1,33 @@ - - - + - Debug - AnyCPU - {58BAAA1B-5A98-4A98-9AB1-DC257885B084} + net48 Library - Properties - Dotc.Wpf - Dotc.Wpf - 512 SAK SAK SAK SAK - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 + false + true + true ..\DotConsulting.ruleset - v4.8 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - v4.5.2 - ..\DotConsulting.ruleset - - - false ..\Infra.snk - + - - ..\packages\AvalonEdit.6.0.1\lib\net45\ICSharpCode.AvalonEdit.dll - - - ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll - - - - - - - - - - - - - - - @@ -95,126 +36,16 @@ Properties\InfraAssemblyInfo.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - XmlEditor.xaml - - - - - - - - HexViewer.xaml - - - - - - XmlViewer.xaml - - - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - + + - + - - - {AAE57D58-CA38-49C5-8F3C-91859D79CC90} - Dotc.Mvvm - + + - - \ No newline at end of file diff --git a/src/Dotc.Wpf/Dotc.Wpf.csproj.old b/src/Dotc.Wpf/Dotc.Wpf.csproj.old new file mode 100644 index 0000000..0b5579d --- /dev/null +++ b/src/Dotc.Wpf/Dotc.Wpf.csproj.old @@ -0,0 +1,220 @@ + + + + + Debug + AnyCPU + {58BAAA1B-5A98-4A98-9AB1-DC257885B084} + Library + Properties + Dotc.Wpf + Dotc.Wpf + 512 + SAK + SAK + SAK + SAK + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + ..\DotConsulting.ruleset + v4.8 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + v4.5.2 + ..\DotConsulting.ruleset + + + false + + + ..\Infra.snk + + + bin\Net45\ + TRACE + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset + v4.5.2 + + + bin\Net46\ + TRACE + true + pdbonly + AnyCPU + prompt + MinimumRecommendedRules.ruleset + v4.6.2 + + + + ..\packages\AvalonEdit.6.0.1\lib\net45\ICSharpCode.AvalonEdit.dll + + + ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll + + + + + + + + + + + + + + + + + + + + + + Properties\DotAssemblyInfo.cs + + + Properties\InfraAssemblyInfo.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XmlEditor.xaml + + + + + + + + HexViewer.xaml + + + + + + XmlViewer.xaml + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + Designer + MSBuild:Compile + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + + + + + + + {AAE57D58-CA38-49C5-8F3C-91859D79CC90} + Dotc.Mvvm + + + + + \ No newline at end of file