From 99fa7ba79d939a42dc09af7e0bd5c5f3031bac3f Mon Sep 17 00:00:00 2001 From: drr00t Date: Sat, 4 Sep 2021 08:57:55 -0300 Subject: [PATCH 01/17] update Beacon demo project to dotnet core --- src/Beacon/BeaconDemo/BeaconDemo.csproj | 117 ++---------------- .../BeaconDemo/Properties/AssemblyInfo.cs | 36 ------ 2 files changed, 11 insertions(+), 142 deletions(-) delete mode 100644 src/Beacon/BeaconDemo/Properties/AssemblyInfo.cs diff --git a/src/Beacon/BeaconDemo/BeaconDemo.csproj b/src/Beacon/BeaconDemo/BeaconDemo.csproj index 252d10f..bf2c1cb 100644 --- a/src/Beacon/BeaconDemo/BeaconDemo.csproj +++ b/src/Beacon/BeaconDemo/BeaconDemo.csproj @@ -1,113 +1,18 @@ - - - + + - Debug - AnyCPU - {D0B707E4-5563-41FA-A8B0-292605332EF1} + net45;net47;net5.0;netcoreapp3.1;netcoreapp3.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - BeaconDemo - BeaconDemo - v4.5.2 - 512 - true - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - + - - + + - + - - - \ No newline at end of file + + diff --git a/src/Beacon/BeaconDemo/Properties/AssemblyInfo.cs b/src/Beacon/BeaconDemo/Properties/AssemblyInfo.cs deleted file mode 100644 index 67dbf45..0000000 --- a/src/Beacon/BeaconDemo/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("BeaconDemo")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("BeaconDemo")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d0b707e4-5563-41fa-a8b0-292605332ef1")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] From 60bfddc72c0d5028ef95b45543ded5217bf9a9ef Mon Sep 17 00:00:00 2001 From: drr00t Date: Sat, 4 Sep 2021 08:58:30 -0300 Subject: [PATCH 02/17] update HelloWorld demo to dotnet core --- src/HelloWorld/HelloWorld.csproj | 108 +++------------------- src/HelloWorld/Properties/AssemblyInfo.cs | 35 ------- 2 files changed, 11 insertions(+), 132 deletions(-) delete mode 100644 src/HelloWorld/Properties/AssemblyInfo.cs diff --git a/src/HelloWorld/HelloWorld.csproj b/src/HelloWorld/HelloWorld.csproj index b28aa94..bf2c1cb 100644 --- a/src/HelloWorld/HelloWorld.csproj +++ b/src/HelloWorld/HelloWorld.csproj @@ -1,104 +1,18 @@ - - - + + - Debug - AnyCPU - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896} + net45;net47;net5.0;netcoreapp3.1;netcoreapp3.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - HelloWorld - HelloWorld - v4.0 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - - - - ..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + diff --git a/src/HelloWorld/Properties/AssemblyInfo.cs b/src/HelloWorld/Properties/AssemblyInfo.cs deleted file mode 100644 index 7c6260d..0000000 --- a/src/HelloWorld/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("HelloWorld")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("HelloWorld")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d01fcfb6-7ca6-462a-b251-f5cac74a68d8")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] From c211098bdfe18e515d2afbefe0000100e27b8267 Mon Sep 17 00:00:00 2001 From: drr00t Date: Sat, 4 Sep 2021 08:59:31 -0300 Subject: [PATCH 03/17] update Brokerless Reliability - Freelance Pattern - Model One to dotnet core --- .../Freelance.ModelOne.Client.csproj | 113 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ .../Freelance.ModelOne.Server.csproj | 111 ++--------------- .../Properties/AssemblyInfo.cs | 35 ------ 4 files changed, 22 insertions(+), 272 deletions(-) delete mode 100644 src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Properties/AssemblyInfo.cs delete mode 100644 src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Properties/AssemblyInfo.cs diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj index b546f90..f294abc 100644 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj +++ b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj @@ -1,109 +1,18 @@ - - - + + - Debug - AnyCPU - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4} + net45;net47;net5.0;netcoreapp3.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - Freelance.ModelOne.Client - Freelance.ModelOne.Client - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - Designer - - + - - - \ No newline at end of file + + diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Properties/AssemblyInfo.cs b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Properties/AssemblyInfo.cs deleted file mode 100644 index 95bb56a..0000000 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Freelance.ModelOne.Client")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("HP")] -[assembly: AssemblyProduct("Freelance.ModelOne.Client")] -[assembly: AssemblyCopyright("Copyright © HP 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("2e44b21e-1de9-4a91-a2d4-b84569a150a1")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj index 1b9c578..bf2c1cb 100644 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj +++ b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj @@ -1,107 +1,18 @@ - - - + + - Debug - AnyCPU - {99E7E475-C96D-45EB-92D3-D25D6E89693A} + net45;net47;net5.0;netcoreapp3.1;netcoreapp3.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - Freelance.ModelOne.Server - Freelance.ModelOne.Server - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Properties/AssemblyInfo.cs b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Properties/AssemblyInfo.cs deleted file mode 100644 index 3d23618..0000000 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Freelance.ModelOne.Server")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("HP")] -[assembly: AssemblyProduct("Freelance.ModelOne.Server")] -[assembly: AssemblyCopyright("Copyright © HP 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ff11bedd-28e2-4e0c-898f-8ee0d33162aa")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] From 0e7cbf0dd95562b94a3d118ba129b350df270cc5 Mon Sep 17 00:00:00 2001 From: drr00t Date: Sat, 4 Sep 2021 09:00:06 -0300 Subject: [PATCH 04/17] update InterBrokerRouter demo to dotnet core --- .../InterBrokerRouter.csproj | 114 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ 2 files changed, 11 insertions(+), 138 deletions(-) delete mode 100644 src/InterBrokerRouter/Properties/AssemblyInfo.cs diff --git a/src/InterBrokerRouter/InterBrokerRouter.csproj b/src/InterBrokerRouter/InterBrokerRouter.csproj index ef003ce..bf2c1cb 100644 --- a/src/InterBrokerRouter/InterBrokerRouter.csproj +++ b/src/InterBrokerRouter/InterBrokerRouter.csproj @@ -1,110 +1,18 @@ - - - + + - Debug - AnyCPU - {88F0CB10-D256-40D6-BF36-BF75CCF195AE} + net45;net47;net5.0;netcoreapp3.1;netcoreapp3.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - InterBrokerRouter - InterBrokerRouter - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - - - + + - - - + - - - \ No newline at end of file + + diff --git a/src/InterBrokerRouter/Properties/AssemblyInfo.cs b/src/InterBrokerRouter/Properties/AssemblyInfo.cs deleted file mode 100644 index 08d9f04..0000000 --- a/src/InterBrokerRouter/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("InterBrokerRouter")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("InterBrokerRouter")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("11ced108-1d92-4342-ab9c-0a8d8b1826f9")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] From 4d62be50ddad0dd50123cb6fcae81a414c244220 Mon Sep 17 00:00:00 2001 From: drr00t Date: Sat, 4 Sep 2021 09:16:50 -0300 Subject: [PATCH 05/17] update Load Balancing Pattern to dotnet core --- .../Properties/AssemblyInfo.cs | 35 ------ .../RequestReplyBroker.csproj | 111 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ .../RequestReplyClient.csproj | 111 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ .../RequestReplyWorker.csproj | 111 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ .../ROUTERbrokerDEALERworkers.csproj | 111 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ .../ROUTERbrokerREQworkers.csproj | 111 ++---------------- 10 files changed, 55 insertions(+), 675 deletions(-) delete mode 100644 src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/Properties/AssemblyInfo.cs delete mode 100644 src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/Properties/AssemblyInfo.cs delete mode 100644 src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/Properties/AssemblyInfo.cs delete mode 100644 src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/Properties/AssemblyInfo.cs delete mode 100644 src/Load Balancing Pattern/ROUTERbrokerREQworkers/Properties/AssemblyInfo.cs diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/Properties/AssemblyInfo.cs b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/Properties/AssemblyInfo.cs deleted file mode 100644 index 7c51f7b..0000000 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RequestReplyBroker")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("RequestReplyBroker")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("edbd7e54-d96b-4a87-950d-83d42becfa40")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj index 7026d25..51cbdc7 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj @@ -1,107 +1,18 @@ - - - + + - Debug - AnyCPU - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - ExtendedRequestReply - RequestReplyBroker - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/Properties/AssemblyInfo.cs b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/Properties/AssemblyInfo.cs deleted file mode 100644 index bd0eaf6..0000000 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RequestReplyClient")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("RequestReplyClient")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a5f96ed4-f4d3-44ef-895e-b820fbb52e02")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj index 7402441..51cbdc7 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj @@ -1,107 +1,18 @@ - - - + + - Debug - AnyCPU - {5A370F99-247A-4238-8062-D6EC28543361} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - ExtendedRequestReply - RequestReplyClient - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/Properties/AssemblyInfo.cs b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/Properties/AssemblyInfo.cs deleted file mode 100644 index 6611a40..0000000 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("RequestReplyWorker")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("RequestReplyWorker")] -[assembly: AssemblyCopyright("Copyright © Microsoft 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("1f7b89af-f8f1-451d-a156-fdc3dab09c07")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj index 4db3929..51cbdc7 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj @@ -1,107 +1,18 @@ - - - + + - Debug - AnyCPU - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - ExtendedRequestReply - RequestReplyWorker - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + diff --git a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/Properties/AssemblyInfo.cs b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/Properties/AssemblyInfo.cs deleted file mode 100644 index c003bfc..0000000 --- a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ROUTERbrokerDEALERworkers")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Greiner Instruments")] -[assembly: AssemblyProduct("ROUTERbrokerDEALERworkers")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b1726578-2d7d-4768-b5df-a1a965a83b6b")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj index 8754214..51cbdc7 100644 --- a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj +++ b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj @@ -1,107 +1,18 @@ - - - + + - Debug - AnyCPU - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - ROUTERbrokerDEALERworkers - ROUTERbrokerDEALERworkers - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + diff --git a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/Properties/AssemblyInfo.cs b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/Properties/AssemblyInfo.cs deleted file mode 100644 index 771114a..0000000 --- a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("ROUTERbrokerREQworkers")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Greiner Instruments")] -[assembly: AssemblyProduct("ROUTERbrokerREQworkers")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("62bc511f-7304-4731-8499-afbd61665208")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj index 8035d6e..51cbdc7 100644 --- a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj +++ b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj @@ -1,107 +1,18 @@ - - - + + - Debug - AnyCPU - {B3402B17-15B1-423D-B031-349ADBAFFC3E} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - ROUTERbrokerREQworkers - ROUTERbrokerREQworkers - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + From b8afe2620c25f88f966ba1972cbcee5bda204f13 Mon Sep 17 00:00:00 2001 From: drr00t Date: Sat, 4 Sep 2021 10:23:22 -0300 Subject: [PATCH 06/17] update WeatherUpdater to dotnet core --- .../Properties/AssemblyInfo.cs | 35 ------ .../WeatherUpdateClient.csproj | 110 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ .../WeatherUpdateServer.csproj | 108 ++--------------- 4 files changed, 22 insertions(+), 266 deletions(-) delete mode 100644 src/WeatherUpdater/WeatherUpdateClient/Properties/AssemblyInfo.cs delete mode 100644 src/WeatherUpdater/WeatherUpdateServer/Properties/AssemblyInfo.cs diff --git a/src/WeatherUpdater/WeatherUpdateClient/Properties/AssemblyInfo.cs b/src/WeatherUpdater/WeatherUpdateClient/Properties/AssemblyInfo.cs deleted file mode 100644 index d78c406..0000000 --- a/src/WeatherUpdater/WeatherUpdateClient/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("WeatherUpdateClient")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("WeatherUpdateClient")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("5ba816c2-139e-4a1a-9761-106e4d10c4c1")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj b/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj index d4fd8d8..51cbdc7 100644 --- a/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj +++ b/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj @@ -1,106 +1,18 @@ - - + + - Debug - x86 - 8.0.30703 - 2.0 - {37B320C0-9E44-44EF-B89A-E671DBA4986B} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - WeatherUpdateClient - WeatherUpdateClient - v4.0 - - - 512 - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\Debug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - bin\Release\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + diff --git a/src/WeatherUpdater/WeatherUpdateServer/Properties/AssemblyInfo.cs b/src/WeatherUpdater/WeatherUpdateServer/Properties/AssemblyInfo.cs deleted file mode 100644 index 0621344..0000000 --- a/src/WeatherUpdater/WeatherUpdateServer/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("WeatherUpdateServer")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("WeatherUpdateServer")] -[assembly: AssemblyCopyright("Copyright © 2012")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("98a0a0b4-44e1-4eea-85fd-d6da6dd66a7e")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj b/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj index 8c525f7..51cbdc7 100644 --- a/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj +++ b/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj @@ -1,104 +1,18 @@ - - + + - Debug - x86 - 8.0.30703 - 2.0 - {5B8F7740-EFD5-46B9-8A96-2E1F47385295} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - WeatherUpdateServer - WeatherUpdateServer - v4.0 - Client - 512 - - x86 - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - x86 - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\Debug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - bin\Release\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - + - - - \ No newline at end of file + + From 6b487ea97d58ba19c25d406495b2b13b28116c0f Mon Sep 17 00:00:00 2001 From: drr00t Date: Sat, 4 Sep 2021 14:19:14 -0300 Subject: [PATCH 07/17] Update the Majordomo sample implementation to dotnet core. --- .../MDPBrokerProcess/MDPBrokerProcess.csproj | 120 ++-------------- .../Properties/AssemblyInfo.cs | 35 ----- .../MDPClientAsyncExample.csproj | 93 +++++------- .../MDPClientExample/MDPClientExample.csproj | 126 ++-------------- .../Properties/AssemblyInfo.cs | 35 ----- src/Majordomo/MDPCommons/MDPCommons.csproj | 113 ++------------- .../MDPCommons/Properties/AssemblyInfo.cs | 35 ----- .../MDPServiceDiscoveryClientExample.csproj | 130 +++++------------ .../Properties/AssemblyInfo.cs | 35 ----- .../MDPWorkerExample/MDPWorkerExample.csproj | 135 +++++------------- .../Properties/AssemblyInfo.cs | 35 ----- .../MajordomoProtocol.csproj | 131 ++--------------- .../Properties/AssemblyInfo.cs | 38 ----- .../MajordomoProtocolTests.csproj | 127 ++-------------- .../Properties/AssemblyInfo.cs | 35 ----- 15 files changed, 158 insertions(+), 1065 deletions(-) delete mode 100644 src/Majordomo/MDPBrokerProcess/Properties/AssemblyInfo.cs delete mode 100644 src/Majordomo/MDPClientExample/Properties/AssemblyInfo.cs delete mode 100644 src/Majordomo/MDPCommons/Properties/AssemblyInfo.cs delete mode 100644 src/Majordomo/MDPServiceDiscoveryClientExample/Properties/AssemblyInfo.cs delete mode 100644 src/Majordomo/MDPWorkerExample/Properties/AssemblyInfo.cs delete mode 100644 src/Majordomo/MajordomoProtocol/Properties/AssemblyInfo.cs delete mode 100644 src/Majordomo/MajordomoProtocolTests/Properties/AssemblyInfo.cs diff --git a/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj b/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj index 4827366..601d81f 100644 --- a/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj +++ b/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj @@ -1,122 +1,24 @@ - - - + + - Debug - AnyCPU - {110BC076-1D16-4593-B0C0-62F0A67ED264} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - MDPBrokerProcess - MDPBrokerProcess - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + + - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - - - - - - \ No newline at end of file + diff --git a/src/Majordomo/MDPBrokerProcess/Properties/AssemblyInfo.cs b/src/Majordomo/MDPBrokerProcess/Properties/AssemblyInfo.cs deleted file mode 100644 index a62a7de..0000000 --- a/src/Majordomo/MDPBrokerProcess/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("MDPBrokerProcess")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MDPBrokerProcess")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("7861a8d6-d9b3-4042-a666-e7038a9a25d8")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.15052.1")] -[assembly: AssemblyFileVersion("1.0.15052.1")] diff --git a/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj b/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj index 933a284..c8c296b 100644 --- a/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj +++ b/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj @@ -1,80 +1,51 @@ - - - + + Debug AnyCPU - {E6115527-4D2B-4196-8C89-8A8D44141E5D} + {BA3B66DE-85AB-44F0-890B-E598C777880D} Exe Properties - MDPClientAsyncExample - MDPClientAsyncExample + MDPClientExample + MDPClientExample v4.5 512 - true - + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + + + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 + Exe + - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - + + - - + + - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - \ No newline at end of file + diff --git a/src/Majordomo/MDPClientExample/MDPClientExample.csproj b/src/Majordomo/MDPClientExample/MDPClientExample.csproj index 05d46c1..c8c296b 100644 --- a/src/Majordomo/MDPClientExample/MDPClientExample.csproj +++ b/src/Majordomo/MDPClientExample/MDPClientExample.csproj @@ -1,6 +1,5 @@ - - - + + Debug AnyCPU @@ -27,123 +26,26 @@ false true - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true + + + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 + Exe + - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - + + - - + + - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - False - Microsoft .NET Framework 4.5 %28x86 and x64%29 - true - - - False - .NET Framework 3.5 SP1 - false - - - - - - - - - - \ No newline at end of file + diff --git a/src/Majordomo/MDPClientExample/Properties/AssemblyInfo.cs b/src/Majordomo/MDPClientExample/Properties/AssemblyInfo.cs deleted file mode 100644 index 7503b9f..0000000 --- a/src/Majordomo/MDPClientExample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("MDPClientExample")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("MDPClientExample")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("745ff321-0656-4b58-ad53-13b6a3a6948f")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.15052.3")] -[assembly: AssemblyFileVersion ("1.0.15052.3")] diff --git a/src/Majordomo/MDPCommons/MDPCommons.csproj b/src/Majordomo/MDPCommons/MDPCommons.csproj index 5f6ef59..3b40e47 100644 --- a/src/Majordomo/MDPCommons/MDPCommons.csproj +++ b/src/Majordomo/MDPCommons/MDPCommons.csproj @@ -1,108 +1,17 @@ - - - + + - Debug - AnyCPU - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4} - Library - Properties - MDPCommons - MDPCommons - v4.5 - 512 + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - - - - - - - - - + + - + - - - \ No newline at end of file + + diff --git a/src/Majordomo/MDPCommons/Properties/AssemblyInfo.cs b/src/Majordomo/MDPCommons/Properties/AssemblyInfo.cs deleted file mode 100644 index dadaa21..0000000 --- a/src/Majordomo/MDPCommons/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle("MDPCommons")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MDPCommons")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible(false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid("4c89b788-40e7-4f19-91d8-d5453a03249b")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj b/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj index 3d234f3..c8c296b 100644 --- a/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj +++ b/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj @@ -1,117 +1,51 @@ - - - + + Debug AnyCPU - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7} + {BA3B66DE-85AB-44F0-890B-E598C777880D} Exe Properties - MDPServiceDiscoveryClientExample - MDPServiceDiscoveryClientExample + MDPClientExample + MDPClientExample v4.5 512 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true + + + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 + Exe + - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - + + - - + + - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - \ No newline at end of file + diff --git a/src/Majordomo/MDPServiceDiscoveryClientExample/Properties/AssemblyInfo.cs b/src/Majordomo/MDPServiceDiscoveryClientExample/Properties/AssemblyInfo.cs deleted file mode 100644 index 9883007..0000000 --- a/src/Majordomo/MDPServiceDiscoveryClientExample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("MDPServiceDiscoveryClientExample")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("MDPServiceDiscoveryClientExample")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("32af3de8-f272-4585-81dd-1902cc058f86")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] diff --git a/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj b/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj index 74a7767..c8c296b 100644 --- a/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj +++ b/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj @@ -1,122 +1,51 @@ - - - + + Debug AnyCPU - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E} + {BA3B66DE-85AB-44F0-890B-E598C777880D} Exe Properties - MDPWorkerExample - MDPWorkerExample + MDPClientExample + MDPClientExample v4.5 512 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true + + + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 + Exe + - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - + + - - + + - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - - - - - - \ No newline at end of file + diff --git a/src/Majordomo/MDPWorkerExample/Properties/AssemblyInfo.cs b/src/Majordomo/MDPWorkerExample/Properties/AssemblyInfo.cs deleted file mode 100644 index 2630d76..0000000 --- a/src/Majordomo/MDPWorkerExample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("MDPWorkerExample")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("MDPWorkerExample")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("96c42fea-fed2-44c9-9319-d9366a87e601")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] diff --git a/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj b/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj index 5b4b906..09cd37e 100644 --- a/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj +++ b/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj @@ -1,125 +1,22 @@ - - - + + - Debug - AnyCPU - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59} - Library - Properties - MajordomoProtocol - MajordomoProtocol - v4.5 - 512 + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\JetBrains.Annotations.10.1.5\lib\net\JetBrains.Annotations.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - - - - - - + + + - - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - + + - + - - - - - - - - \ No newline at end of file + + diff --git a/src/Majordomo/MajordomoProtocol/Properties/AssemblyInfo.cs b/src/Majordomo/MajordomoProtocol/Properties/AssemblyInfo.cs deleted file mode 100644 index 4380c23..0000000 --- a/src/Majordomo/MajordomoProtocol/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("Majordomo")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("Majordomo")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("6262cbfb-21db-42db-a093-a77e3e4d02cd")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("0.3.15052.111")] -[assembly: AssemblyFileVersion ("0.3.15052.111")] - -[assembly: InternalsVisibleTo ("MajordomoTests")] \ No newline at end of file diff --git a/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj b/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj index 7e75991..8b7af18 100644 --- a/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj +++ b/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj @@ -1,127 +1,24 @@ - - - + + - Debug - AnyCPU - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB} - Library - Properties - MajordomoTests - MajordomoTests - v4.5 - 512 + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - ..\..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll - True - - - - - - - - - + - - - - - - + + + - - + + - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - - - - \ No newline at end of file + diff --git a/src/Majordomo/MajordomoProtocolTests/Properties/AssemblyInfo.cs b/src/Majordomo/MajordomoProtocolTests/Properties/AssemblyInfo.cs deleted file mode 100644 index de3ace2..0000000 --- a/src/Majordomo/MajordomoProtocolTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("MajordomoTests")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("MajordomoTests")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("026d2ca5-bb83-4771-9b62-de1305939fb7")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] From d39b1deedc3733a926841793656ddda341494985 Mon Sep 17 00:00:00 2001 From: drr00t Date: Sat, 4 Sep 2021 14:49:25 -0300 Subject: [PATCH 08/17] update tests for Majordomo dotnet core --- src/Majordomo/MajordomoProtocol/Service.cs | 2 +- src/Majordomo/MajordomoProtocol/Worker.cs | 2 +- src/Majordomo/MajordomoProtocolTests/MDPBrokerTests.cs | 8 ++++---- .../MajordomoProtocolTests/MDPClientAsyncTests.cs | 2 +- src/Majordomo/MajordomoProtocolTests/MDPClientTests.cs | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Majordomo/MajordomoProtocol/Service.cs b/src/Majordomo/MajordomoProtocol/Service.cs index ed66436..0ef3532 100644 --- a/src/Majordomo/MajordomoProtocol/Service.cs +++ b/src/Majordomo/MajordomoProtocol/Service.cs @@ -9,7 +9,7 @@ namespace MajordomoProtocol /// Act as a frame for worker offering the service. /// As well as for pending requests to workers. /// - internal class Service + public class Service { private readonly List m_workers; // list of known and active worker for this service private readonly List m_pendingRequests; // list of client requests for that service diff --git a/src/Majordomo/MajordomoProtocol/Worker.cs b/src/Majordomo/MajordomoProtocol/Worker.cs index 82c239e..ce9a39a 100644 --- a/src/Majordomo/MajordomoProtocol/Worker.cs +++ b/src/Majordomo/MajordomoProtocol/Worker.cs @@ -6,7 +6,7 @@ namespace MajordomoProtocol /// /// A broker local representation of a connected worker /// - internal class Worker + public class Worker { // the id of the worker as string public string Id { get; } diff --git a/src/Majordomo/MajordomoProtocolTests/MDPBrokerTests.cs b/src/Majordomo/MajordomoProtocolTests/MDPBrokerTests.cs index 9d69747..40decdd 100644 --- a/src/Majordomo/MajordomoProtocolTests/MDPBrokerTests.cs +++ b/src/Majordomo/MajordomoProtocolTests/MDPBrokerTests.cs @@ -39,7 +39,7 @@ public void Bind_Call_ShouldLogSuccess () sut.Bind (); - Assert.That (info, Is.EqualTo ("[MDP BROKER] MDP Broker/0.3 is active at tcp://localhost:5555")); + Assert.That (info, Is.EqualTo ("[MDP BROKER] MDP Broker/1.0 is active at tcp://localhost:5555")); } } @@ -63,7 +63,7 @@ public void Bind_ReBind_ShouldLogSuccess () sut.Bind ("tcp://localhost:5555"); - Assert.That (info, Is.EqualTo ("[MDP BROKER] MDP Broker/0.3 is active at tcp://localhost:5555")); + Assert.That (info, Is.EqualTo ("[MDP BROKER] MDP Broker/1.0 is active at tcp://localhost:5555")); } } @@ -105,7 +105,7 @@ public async void Run_ReceiveREADYMessageFromWorker_LogSuccessfulRegistration () cts.Cancel (); // check on the logging Assert.That (log.Count, Is.EqualTo (2)); - Assert.That (log[1], Is.StringContaining ("added to service echo")); + Assert.That (log[1], Does.Contain ("added to service echo")); } } @@ -132,7 +132,7 @@ public void RunSynchronous_ReceiveREADYMessageFromWorker_LogSuccessfulRegistrati cts.Cancel (); // check on the logging Assert.That (log.Count, Is.EqualTo (2)); - Assert.That (log[1], Is.StringContaining ("added to service echo")); + Assert.That (log[1], Does.Contain ("added to service echo")); } } diff --git a/src/Majordomo/MajordomoProtocolTests/MDPClientAsyncTests.cs b/src/Majordomo/MajordomoProtocolTests/MDPClientAsyncTests.cs index d1d498b..81d56fc 100644 --- a/src/Majordomo/MajordomoProtocolTests/MDPClientAsyncTests.cs +++ b/src/Majordomo/MajordomoProtocolTests/MDPClientAsyncTests.cs @@ -259,7 +259,7 @@ public void SendWrongMDPVersionFromBrokerNoLoggingShouldThrowApplicationExceptio session.ReplyReady += (s, e) => { Assert.True(e.HasError()); - Assert.That(e.Exception.Message, Is.StringContaining("MDP Version mismatch")); + Assert.That(e.Exception.Message, Does.Contain("MDP Version mismatch")); poller.Stop(); // To unlock the Task.Wait() }; diff --git a/src/Majordomo/MajordomoProtocolTests/MDPClientTests.cs b/src/Majordomo/MajordomoProtocolTests/MDPClientTests.cs index ae4e0db..840bd92 100644 --- a/src/Majordomo/MajordomoProtocolTests/MDPClientTests.cs +++ b/src/Majordomo/MajordomoProtocolTests/MDPClientTests.cs @@ -267,7 +267,7 @@ public void Send_WrongMDPVersionFromBrokerNoLogging_ShouldThrowApplicationExcept } catch (ApplicationException ex) { - Assert.That(ex.Message, Is.StringContaining("MDP Version mismatch")); + Assert.That(ex.Message, Does.Contain("MDP Version mismatch")); } } } From 535cbffac23fb30769083bb0b3d803505a878556 Mon Sep 17 00:00:00 2001 From: drr00t Date: Mon, 6 Sep 2021 16:13:14 -0300 Subject: [PATCH 09/17] changes from review: - added Build props file for solution - fixed framework supported versions - remove duplicated netcoreapp3.1 --- src/Beacon/BeaconDemo/BeaconDemo.csproj | 12 +- .../Freelance.ModelOne.Client.csproj | 12 +- .../Freelance.ModelOne.Server.csproj | 14 +- src/Directory.Build.props | 10 + src/HelloWorld/HelloWorld.csproj | 12 +- .../InterBrokerRouter.csproj | 12 +- .../RequestReplyBroker.csproj | 12 +- .../RequestReplyClient.csproj | 12 +- .../RequestReplyWorker.csproj | 12 +- .../ROUTERbrokerDEALERworkers.csproj | 12 +- .../ROUTERbrokerREQworkers.csproj | 12 +- .../MDPBrokerProcess/MDPBrokerProcess.csproj | 12 +- .../MDPClientAsyncExample.csproj | 39 +--- .../MDPClientExample/MDPClientExample.csproj | 39 +--- src/Majordomo/MDPCommons/MDPCommons.csproj | 12 +- .../MDPServiceDiscoveryClientExample.csproj | 39 +--- .../MDPWorkerExample/MDPWorkerExample.csproj | 39 +--- .../MajordomoProtocol.csproj | 9 +- .../MajordomoProtocolTests.csproj | 11 +- src/Majordomo/StartMDPExample.sh | 3 + src/Majordomo/StartMDPExampleVerbose.sh | 3 + .../StartMDPServiceDiscoveryVerbose.sh | 3 + .../MultithreadedService.csproj | 107 ++-------- src/Samples.sln | 187 +----------------- .../TitanicBroker/TitanicProtocol.csproj | 129 +----------- .../TitanicCommons/TitanicCommons.csproj | 118 +---------- .../TitanicPatternTests.csproj | 165 +++------------- .../WeatherUpdateClient.csproj | 12 +- .../WeatherUpdateServer.csproj | 12 +- 29 files changed, 94 insertions(+), 977 deletions(-) create mode 100644 src/Directory.Build.props create mode 100644 src/Majordomo/StartMDPExample.sh create mode 100644 src/Majordomo/StartMDPExampleVerbose.sh create mode 100644 src/Majordomo/StartMDPServiceDiscoveryVerbose.sh diff --git a/src/Beacon/BeaconDemo/BeaconDemo.csproj b/src/Beacon/BeaconDemo/BeaconDemo.csproj index bf2c1cb..9cd5df1 100644 --- a/src/Beacon/BeaconDemo/BeaconDemo.csproj +++ b/src/Beacon/BeaconDemo/BeaconDemo.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netcoreapp3.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1; Exe - - - - - - - - diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj index f294abc..df500fb 100644 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj +++ b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj index bf2c1cb..75dd14a 100644 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj +++ b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netcoreapp3.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - - + diff --git a/src/Directory.Build.props b/src/Directory.Build.props new file mode 100644 index 0000000..f56df8d --- /dev/null +++ b/src/Directory.Build.props @@ -0,0 +1,10 @@ + + + 1.0.0.0 + + + + + + + \ No newline at end of file diff --git a/src/HelloWorld/HelloWorld.csproj b/src/HelloWorld/HelloWorld.csproj index bf2c1cb..df500fb 100644 --- a/src/HelloWorld/HelloWorld.csproj +++ b/src/HelloWorld/HelloWorld.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netcoreapp3.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/InterBrokerRouter/InterBrokerRouter.csproj b/src/InterBrokerRouter/InterBrokerRouter.csproj index bf2c1cb..df500fb 100644 --- a/src/InterBrokerRouter/InterBrokerRouter.csproj +++ b/src/InterBrokerRouter/InterBrokerRouter.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netcoreapp3.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj index 51cbdc7..df500fb 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj index 51cbdc7..df500fb 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj index 51cbdc7..df500fb 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj index 51cbdc7..df500fb 100644 --- a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj +++ b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj index 51cbdc7..df500fb 100644 --- a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj +++ b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj b/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj index 601d81f..31a1b3b 100644 --- a/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj +++ b/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj @@ -1,20 +1,10 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj b/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj index c8c296b..31a1b3b 100644 --- a/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj +++ b/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj @@ -1,46 +1,9 @@ - Debug - AnyCPU - {BA3B66DE-85AB-44F0-890B-E598C777880D} + net48;net5.0;netcoreapp3.1 Exe - Properties - MDPClientExample - MDPClientExample - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 - Exe - - - - - - - - - diff --git a/src/Majordomo/MDPClientExample/MDPClientExample.csproj b/src/Majordomo/MDPClientExample/MDPClientExample.csproj index c8c296b..31a1b3b 100644 --- a/src/Majordomo/MDPClientExample/MDPClientExample.csproj +++ b/src/Majordomo/MDPClientExample/MDPClientExample.csproj @@ -1,46 +1,9 @@ - Debug - AnyCPU - {BA3B66DE-85AB-44F0-890B-E598C777880D} + net48;net5.0;netcoreapp3.1 Exe - Properties - MDPClientExample - MDPClientExample - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 - Exe - - - - - - - - - diff --git a/src/Majordomo/MDPCommons/MDPCommons.csproj b/src/Majordomo/MDPCommons/MDPCommons.csproj index 3b40e47..4a614b8 100644 --- a/src/Majordomo/MDPCommons/MDPCommons.csproj +++ b/src/Majordomo/MDPCommons/MDPCommons.csproj @@ -1,17 +1,7 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 - - - - - - - - diff --git a/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj b/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj index c8c296b..31a1b3b 100644 --- a/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj +++ b/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj @@ -1,46 +1,9 @@ - Debug - AnyCPU - {BA3B66DE-85AB-44F0-890B-E598C777880D} + net48;net5.0;netcoreapp3.1 Exe - Properties - MDPClientExample - MDPClientExample - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 - Exe - - - - - - - - - diff --git a/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj b/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj index c8c296b..31a1b3b 100644 --- a/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj +++ b/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj @@ -1,46 +1,9 @@ - Debug - AnyCPU - {BA3B66DE-85AB-44F0-890B-E598C777880D} + net48;net5.0;netcoreapp3.1 Exe - Properties - MDPClientExample - MDPClientExample - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 - Exe - - - - - - - - - diff --git a/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj b/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj index 09cd37e..f1199c4 100644 --- a/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj +++ b/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj @@ -1,18 +1,11 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 - - - - - diff --git a/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj b/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj index 8b7af18..f43e770 100644 --- a/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj +++ b/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj @@ -1,20 +1,13 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 - + net48;net5.0;netcoreapp3.1 + - - - - - diff --git a/src/Majordomo/StartMDPExample.sh b/src/Majordomo/StartMDPExample.sh new file mode 100644 index 0000000..2a56417 --- /dev/null +++ b/src/Majordomo/StartMDPExample.sh @@ -0,0 +1,3 @@ +exec dotnet run --framework net5.0 -p MDPBrokerProcess/MDPBrokerProcess.csproj & +exec dotnet run --framework net5.0 -p MDPWorkerExample/MDPWorkerExample.csproj & +exec dotnet run --framework net5.0 -p MDPClientExample/MDPClientExample.csproj -r10000 \ No newline at end of file diff --git a/src/Majordomo/StartMDPExampleVerbose.sh b/src/Majordomo/StartMDPExampleVerbose.sh new file mode 100644 index 0000000..052ecef --- /dev/null +++ b/src/Majordomo/StartMDPExampleVerbose.sh @@ -0,0 +1,3 @@ +exec dotnet run --framework net5.0 -p MDPBrokerProcess/MDPBrokerProcess.csproj -v & +exec dotnet run --framework net5.0 -p MDPWorkerExample/MDPWorkerExample.csproj -v & +exec dotnet run --framework net5.0 -p MDPClientExample/MDPClientExample.csproj -r100 \ No newline at end of file diff --git a/src/Majordomo/StartMDPServiceDiscoveryVerbose.sh b/src/Majordomo/StartMDPServiceDiscoveryVerbose.sh new file mode 100644 index 0000000..9644091 --- /dev/null +++ b/src/Majordomo/StartMDPServiceDiscoveryVerbose.sh @@ -0,0 +1,3 @@ +exec dotnet run --framework net5.0 -p MDPBrokerProcess/MDPBrokerProcess.csproj & +exec dotnet run --framework net5.0 -p MDPWorkerExample/MDPWorkerExample.csproj -v & +exec dotnet run --framework net5.0 -p MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj -v \ No newline at end of file diff --git a/src/Multithreading/Multithreaded Service/MultithreadedService/MultithreadedService.csproj b/src/Multithreading/Multithreaded Service/MultithreadedService/MultithreadedService.csproj index d899b54..51cbdc7 100644 --- a/src/Multithreading/Multithreaded Service/MultithreadedService/MultithreadedService.csproj +++ b/src/Multithreading/Multithreaded Service/MultithreadedService/MultithreadedService.csproj @@ -1,103 +1,18 @@ - - - + + - Debug - AnyCPU - {47791A50-18FA-4534-974A-9C38AAF9EEAC} + net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 + 1.0.0.0 + 1.0.0.0 Exe - Properties - MultithreadedService - MultithreadedService - v4.0 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - + - - + + - - + - - - \ No newline at end of file + + diff --git a/src/Samples.sln b/src/Samples.sln index c5cb106..04205de 100644 --- a/src/Samples.sln +++ b/src/Samples.sln @@ -77,6 +77,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Majordomo Pattern", "Majord Majordomo\StartMDPExample - Verbose.bat = Majordomo\StartMDPExample - Verbose.bat Majordomo\StartMDPExample.bat = Majordomo\StartMDPExample.bat Majordomo\StartMDPServiceDiscoveringClientExample.bat = Majordomo\StartMDPServiceDiscoveringClientExample.bat + Majordomo\StartMDPExample.sh = Majordomo\StartMDPExample.sh + Majordomo\StartMDPExampleVerbose.sh = Majordomo\StartMDPExampleVerbose.sh + Majordomo\StartMDPServiceDiscoveryVerbose.sh = Majordomo\StartMDPServiceDiscoveryVerbose.sh EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MDPClientExample", "Majordomo\MDPClientExample\MDPClientExample.csproj", "{BA3B66DE-85AB-44F0-890B-E598C777880D}" @@ -137,88 +140,32 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Debug|x64.ActiveCfg = Debug|x64 - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Debug|x64.Build.0 = Debug|x64 - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Debug|x86.ActiveCfg = Debug|x86 - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Debug|x86.Build.0 = Debug|x86 {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Release|Any CPU.ActiveCfg = Release|Any CPU {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Release|Any CPU.Build.0 = Release|Any CPU - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Release|x64.ActiveCfg = Release|x64 - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Release|x64.Build.0 = Release|x64 - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Release|x86.ActiveCfg = Release|x86 - {7AB16EE9-4A79-4BFB-8C0B-D1A076E34896}.Release|x86.Build.0 = Release|x86 {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Debug|x64.ActiveCfg = Debug|x64 - {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Debug|x64.Build.0 = Debug|x64 - {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Debug|x86.ActiveCfg = Debug|x86 - {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Debug|x86.Build.0 = Debug|x86 {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Release|Any CPU.ActiveCfg = Release|Any CPU {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Release|Any CPU.Build.0 = Release|Any CPU - {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Release|x64.ActiveCfg = Release|x64 - {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Release|x64.Build.0 = Release|x64 - {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Release|x86.ActiveCfg = Release|x86 - {37B320C0-9E44-44EF-B89A-E671DBA4986B}.Release|x86.Build.0 = Release|x86 {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Debug|x64.ActiveCfg = Debug|x64 - {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Debug|x64.Build.0 = Debug|x64 - {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Debug|x86.ActiveCfg = Debug|x86 - {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Debug|x86.Build.0 = Debug|x86 {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Release|Any CPU.ActiveCfg = Release|Any CPU {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Release|Any CPU.Build.0 = Release|Any CPU - {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Release|x64.ActiveCfg = Release|x64 - {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Release|x64.Build.0 = Release|x64 - {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Release|x86.ActiveCfg = Release|x86 - {5B8F7740-EFD5-46B9-8A96-2E1F47385295}.Release|x86.Build.0 = Release|x86 {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Debug|x64.ActiveCfg = Debug|x64 - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Debug|x64.Build.0 = Debug|x64 - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Debug|x86.ActiveCfg = Debug|x86 - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Debug|x86.Build.0 = Debug|x86 {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Release|Any CPU.ActiveCfg = Release|Any CPU {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Release|Any CPU.Build.0 = Release|Any CPU - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Release|x64.ActiveCfg = Release|x64 - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Release|x64.Build.0 = Release|x64 - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Release|x86.ActiveCfg = Release|x86 - {0A5BC1E9-BB65-40BC-83CA-7F68D528ECB4}.Release|x86.Build.0 = Release|x86 {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Debug|x64.ActiveCfg = Debug|x64 - {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Debug|x64.Build.0 = Debug|x64 - {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Debug|x86.ActiveCfg = Debug|x86 - {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Debug|x86.Build.0 = Debug|x86 {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Release|Any CPU.ActiveCfg = Release|Any CPU {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Release|Any CPU.Build.0 = Release|Any CPU - {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Release|x64.ActiveCfg = Release|x64 - {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Release|x64.Build.0 = Release|x64 - {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Release|x86.ActiveCfg = Release|x86 - {99E7E475-C96D-45EB-92D3-D25D6E89693A}.Release|x86.Build.0 = Release|x86 {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Debug|x64.ActiveCfg = Debug|x64 - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Debug|x64.Build.0 = Debug|x64 - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Debug|x86.ActiveCfg = Debug|x86 - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Debug|x86.Build.0 = Debug|x86 {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Release|Any CPU.ActiveCfg = Release|Any CPU {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Release|Any CPU.Build.0 = Release|Any CPU - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Release|x64.ActiveCfg = Release|x64 - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Release|x64.Build.0 = Release|x64 - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Release|x86.ActiveCfg = Release|x86 - {DE0D8B83-DAB8-4EAF-9336-0A1614165AD8}.Release|x86.Build.0 = Release|x86 {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Debug|x64.ActiveCfg = Debug|x64 - {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Debug|x64.Build.0 = Debug|x64 - {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Debug|x86.ActiveCfg = Debug|x86 - {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Debug|x86.Build.0 = Debug|x86 {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Release|Any CPU.ActiveCfg = Release|Any CPU {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Release|Any CPU.Build.0 = Release|Any CPU - {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Release|x64.ActiveCfg = Release|x64 - {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Release|x64.Build.0 = Release|x64 - {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Release|x86.ActiveCfg = Release|x86 - {B3402B17-15B1-423D-B031-349ADBAFFC3E}.Release|x86.Build.0 = Release|x86 {717F3F1C-BA8B-4212-AA40-AD0452952793}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {717F3F1C-BA8B-4212-AA40-AD0452952793}.Debug|Any CPU.Build.0 = Debug|Any CPU {717F3F1C-BA8B-4212-AA40-AD0452952793}.Debug|x64.ActiveCfg = Debug|x64 @@ -281,64 +228,24 @@ Global {72A7CABE-F118-4C05-8887-D7174EB10018}.Release|x86.Build.0 = Release|x86 {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Debug|x64.ActiveCfg = Debug|x64 - {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Debug|x64.Build.0 = Debug|x64 - {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Debug|x86.ActiveCfg = Debug|x86 - {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Debug|x86.Build.0 = Debug|x86 {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Release|Any CPU.ActiveCfg = Release|Any CPU {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Release|Any CPU.Build.0 = Release|Any CPU - {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Release|x64.ActiveCfg = Release|x64 - {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Release|x64.Build.0 = Release|x64 - {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Release|x86.ActiveCfg = Release|x86 - {47791A50-18FA-4534-974A-9C38AAF9EEAC}.Release|x86.Build.0 = Release|x86 {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Debug|x64.ActiveCfg = Debug|x64 - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Debug|x64.Build.0 = Debug|x64 - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Debug|x86.ActiveCfg = Debug|x86 - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Debug|x86.Build.0 = Debug|x86 {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Release|Any CPU.ActiveCfg = Release|Any CPU {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Release|Any CPU.Build.0 = Release|Any CPU - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Release|x64.ActiveCfg = Release|x64 - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Release|x64.Build.0 = Release|x64 - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Release|x86.ActiveCfg = Release|x86 - {6CEDB2F2-013F-4EF2-BB69-16B6D5E8962A}.Release|x86.Build.0 = Release|x86 {5A370F99-247A-4238-8062-D6EC28543361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5A370F99-247A-4238-8062-D6EC28543361}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5A370F99-247A-4238-8062-D6EC28543361}.Debug|x64.ActiveCfg = Debug|x64 - {5A370F99-247A-4238-8062-D6EC28543361}.Debug|x64.Build.0 = Debug|x64 - {5A370F99-247A-4238-8062-D6EC28543361}.Debug|x86.ActiveCfg = Debug|x86 - {5A370F99-247A-4238-8062-D6EC28543361}.Debug|x86.Build.0 = Debug|x86 {5A370F99-247A-4238-8062-D6EC28543361}.Release|Any CPU.ActiveCfg = Release|Any CPU {5A370F99-247A-4238-8062-D6EC28543361}.Release|Any CPU.Build.0 = Release|Any CPU - {5A370F99-247A-4238-8062-D6EC28543361}.Release|x64.ActiveCfg = Release|x64 - {5A370F99-247A-4238-8062-D6EC28543361}.Release|x64.Build.0 = Release|x64 - {5A370F99-247A-4238-8062-D6EC28543361}.Release|x86.ActiveCfg = Release|x86 - {5A370F99-247A-4238-8062-D6EC28543361}.Release|x86.Build.0 = Release|x86 {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Debug|Any CPU.Build.0 = Debug|Any CPU - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Debug|x64.ActiveCfg = Debug|x64 - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Debug|x64.Build.0 = Debug|x64 - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Debug|x86.ActiveCfg = Debug|x86 - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Debug|x86.Build.0 = Debug|x86 {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Release|Any CPU.ActiveCfg = Release|Any CPU {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Release|Any CPU.Build.0 = Release|Any CPU - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Release|x64.ActiveCfg = Release|x64 - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Release|x64.Build.0 = Release|x64 - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Release|x86.ActiveCfg = Release|x86 - {63AAFEDF-47DC-4137-BE93-2F9AB4DA5136}.Release|x86.Build.0 = Release|x86 {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Debug|x64.ActiveCfg = Debug|x64 - {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Debug|x64.Build.0 = Debug|x64 - {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Debug|x86.ActiveCfg = Debug|x86 - {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Debug|x86.Build.0 = Debug|x86 {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Release|Any CPU.ActiveCfg = Release|Any CPU {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Release|Any CPU.Build.0 = Release|Any CPU - {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Release|x64.ActiveCfg = Release|x64 - {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Release|x64.Build.0 = Release|x64 - {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Release|x86.ActiveCfg = Release|x86 - {88F0CB10-D256-40D6-BF36-BF75CCF195AE}.Release|x86.Build.0 = Release|x86 {953327C9-0782-4EC9-A115-3C435E6440E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {953327C9-0782-4EC9-A115-3C435E6440E6}.Debug|Any CPU.Build.0 = Debug|Any CPU {953327C9-0782-4EC9-A115-3C435E6440E6}.Debug|x64.ActiveCfg = Debug|x64 @@ -377,16 +284,8 @@ Global {528CE4CE-BB2E-432E-86BB-8199A97379A5}.Release|x86.Build.0 = Release|x86 {BA3B66DE-85AB-44F0-890B-E598C777880D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {BA3B66DE-85AB-44F0-890B-E598C777880D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BA3B66DE-85AB-44F0-890B-E598C777880D}.Debug|x64.ActiveCfg = Debug|x64 - {BA3B66DE-85AB-44F0-890B-E598C777880D}.Debug|x64.Build.0 = Debug|x64 - {BA3B66DE-85AB-44F0-890B-E598C777880D}.Debug|x86.ActiveCfg = Debug|x86 - {BA3B66DE-85AB-44F0-890B-E598C777880D}.Debug|x86.Build.0 = Debug|x86 {BA3B66DE-85AB-44F0-890B-E598C777880D}.Release|Any CPU.ActiveCfg = Release|Any CPU {BA3B66DE-85AB-44F0-890B-E598C777880D}.Release|Any CPU.Build.0 = Release|Any CPU - {BA3B66DE-85AB-44F0-890B-E598C777880D}.Release|x64.ActiveCfg = Release|x64 - {BA3B66DE-85AB-44F0-890B-E598C777880D}.Release|x64.Build.0 = Release|x64 - {BA3B66DE-85AB-44F0-890B-E598C777880D}.Release|x86.ActiveCfg = Release|x86 - {BA3B66DE-85AB-44F0-890B-E598C777880D}.Release|x86.Build.0 = Release|x86 {E6115527-4D2B-4196-8C89-8A8D44141E5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E6115527-4D2B-4196-8C89-8A8D44141E5D}.Debug|Any CPU.Build.0 = Debug|Any CPU {E6115527-4D2B-4196-8C89-8A8D44141E5D}.Debug|x64.ActiveCfg = Debug|Any CPU @@ -401,100 +300,36 @@ Global {E6115527-4D2B-4196-8C89-8A8D44141E5D}.Release|x86.Build.0 = Release|Any CPU {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Debug|x64.ActiveCfg = Debug|x64 - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Debug|x64.Build.0 = Debug|x64 - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Debug|x86.ActiveCfg = Debug|x86 - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Debug|x86.Build.0 = Debug|x86 {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Release|Any CPU.ActiveCfg = Release|Any CPU {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Release|Any CPU.Build.0 = Release|Any CPU - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Release|x64.ActiveCfg = Release|x64 - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Release|x64.Build.0 = Release|x64 - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Release|x86.ActiveCfg = Release|x86 - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59}.Release|x86.Build.0 = Release|x86 {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Debug|x64.ActiveCfg = Debug|x64 - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Debug|x64.Build.0 = Debug|x64 - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Debug|x86.ActiveCfg = Debug|x86 - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Debug|x86.Build.0 = Debug|x86 {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Release|Any CPU.ActiveCfg = Release|Any CPU {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Release|Any CPU.Build.0 = Release|Any CPU - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Release|x64.ActiveCfg = Release|x64 - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Release|x64.Build.0 = Release|x64 - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Release|x86.ActiveCfg = Release|x86 - {B2233737-D928-4C46-9FD0-3B7AD6BD23BB}.Release|x86.Build.0 = Release|x86 {110BC076-1D16-4593-B0C0-62F0A67ED264}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {110BC076-1D16-4593-B0C0-62F0A67ED264}.Debug|Any CPU.Build.0 = Debug|Any CPU - {110BC076-1D16-4593-B0C0-62F0A67ED264}.Debug|x64.ActiveCfg = Debug|x64 - {110BC076-1D16-4593-B0C0-62F0A67ED264}.Debug|x64.Build.0 = Debug|x64 - {110BC076-1D16-4593-B0C0-62F0A67ED264}.Debug|x86.ActiveCfg = Debug|x86 - {110BC076-1D16-4593-B0C0-62F0A67ED264}.Debug|x86.Build.0 = Debug|x86 {110BC076-1D16-4593-B0C0-62F0A67ED264}.Release|Any CPU.ActiveCfg = Release|Any CPU {110BC076-1D16-4593-B0C0-62F0A67ED264}.Release|Any CPU.Build.0 = Release|Any CPU - {110BC076-1D16-4593-B0C0-62F0A67ED264}.Release|x64.ActiveCfg = Release|x64 - {110BC076-1D16-4593-B0C0-62F0A67ED264}.Release|x64.Build.0 = Release|x64 - {110BC076-1D16-4593-B0C0-62F0A67ED264}.Release|x86.ActiveCfg = Release|x86 - {110BC076-1D16-4593-B0C0-62F0A67ED264}.Release|x86.Build.0 = Release|x86 {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Debug|x64.ActiveCfg = Debug|x64 - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Debug|x64.Build.0 = Debug|x64 - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Debug|x86.ActiveCfg = Debug|x86 - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Debug|x86.Build.0 = Debug|x86 {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Release|Any CPU.ActiveCfg = Release|Any CPU {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Release|Any CPU.Build.0 = Release|Any CPU - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Release|x64.ActiveCfg = Release|x64 - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Release|x64.Build.0 = Release|x64 - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Release|x86.ActiveCfg = Release|x86 - {BEDD69FB-36D7-4E11-9306-FB4BF97F356E}.Release|x86.Build.0 = Release|x86 {F92E05F9-9177-4889-B192-23DFB49EC045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F92E05F9-9177-4889-B192-23DFB49EC045}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F92E05F9-9177-4889-B192-23DFB49EC045}.Debug|x64.ActiveCfg = Debug|x64 - {F92E05F9-9177-4889-B192-23DFB49EC045}.Debug|x64.Build.0 = Debug|x64 - {F92E05F9-9177-4889-B192-23DFB49EC045}.Debug|x86.ActiveCfg = Debug|x86 - {F92E05F9-9177-4889-B192-23DFB49EC045}.Debug|x86.Build.0 = Debug|x86 {F92E05F9-9177-4889-B192-23DFB49EC045}.Release|Any CPU.ActiveCfg = Release|Any CPU {F92E05F9-9177-4889-B192-23DFB49EC045}.Release|Any CPU.Build.0 = Release|Any CPU - {F92E05F9-9177-4889-B192-23DFB49EC045}.Release|x64.ActiveCfg = Release|x64 - {F92E05F9-9177-4889-B192-23DFB49EC045}.Release|x64.Build.0 = Release|x64 - {F92E05F9-9177-4889-B192-23DFB49EC045}.Release|x86.ActiveCfg = Release|x86 - {F92E05F9-9177-4889-B192-23DFB49EC045}.Release|x86.Build.0 = Release|x86 {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Debug|x64.ActiveCfg = Debug|x64 - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Debug|x64.Build.0 = Debug|x64 - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Debug|x86.ActiveCfg = Debug|x86 - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Debug|x86.Build.0 = Debug|x86 {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Release|Any CPU.ActiveCfg = Release|Any CPU {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Release|Any CPU.Build.0 = Release|Any CPU - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Release|x64.ActiveCfg = Release|x64 - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Release|x64.Build.0 = Release|x64 - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Release|x86.ActiveCfg = Release|x86 - {9D3ECC09-8001-4282-8F46-414C3FFBE4A7}.Release|x86.Build.0 = Release|x86 {15327854-4753-4B80-AE20-1D34A94F5771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {15327854-4753-4B80-AE20-1D34A94F5771}.Debug|Any CPU.Build.0 = Debug|Any CPU - {15327854-4753-4B80-AE20-1D34A94F5771}.Debug|x64.ActiveCfg = Debug|x64 - {15327854-4753-4B80-AE20-1D34A94F5771}.Debug|x64.Build.0 = Debug|x64 - {15327854-4753-4B80-AE20-1D34A94F5771}.Debug|x86.ActiveCfg = Debug|x86 - {15327854-4753-4B80-AE20-1D34A94F5771}.Debug|x86.Build.0 = Debug|x86 {15327854-4753-4B80-AE20-1D34A94F5771}.Release|Any CPU.ActiveCfg = Release|Any CPU {15327854-4753-4B80-AE20-1D34A94F5771}.Release|Any CPU.Build.0 = Release|Any CPU - {15327854-4753-4B80-AE20-1D34A94F5771}.Release|x64.ActiveCfg = Release|x64 - {15327854-4753-4B80-AE20-1D34A94F5771}.Release|x64.Build.0 = Release|x64 - {15327854-4753-4B80-AE20-1D34A94F5771}.Release|x86.ActiveCfg = Release|x86 - {15327854-4753-4B80-AE20-1D34A94F5771}.Release|x86.Build.0 = Release|x86 {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Debug|x64.ActiveCfg = Debug|x64 - {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Debug|x64.Build.0 = Debug|x64 - {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Debug|x86.ActiveCfg = Debug|x86 - {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Debug|x86.Build.0 = Debug|x86 {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Release|Any CPU.ActiveCfg = Release|Any CPU {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Release|Any CPU.Build.0 = Release|Any CPU - {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Release|x64.ActiveCfg = Release|x64 - {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Release|x64.Build.0 = Release|x64 - {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Release|x86.ActiveCfg = Release|x86 - {E065C121-21E0-4317-97DA-A1DBF7D74ABF}.Release|x86.Build.0 = Release|x86 {006B3229-99F3-4EE4-868B-FB496664AF91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {006B3229-99F3-4EE4-868B-FB496664AF91}.Debug|Any CPU.Build.0 = Debug|Any CPU {006B3229-99F3-4EE4-868B-FB496664AF91}.Debug|x64.ActiveCfg = Debug|x64 @@ -533,16 +368,8 @@ Global {32B1FA88-2A00-41C9-AF28-1EB9F8BB51F3}.Release|x86.Build.0 = Release|x86 {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Debug|x64.ActiveCfg = Debug|x64 - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Debug|x64.Build.0 = Debug|x64 - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Debug|x86.ActiveCfg = Debug|x86 - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Debug|x86.Build.0 = Debug|x86 {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Release|Any CPU.ActiveCfg = Release|Any CPU {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Release|Any CPU.Build.0 = Release|Any CPU - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Release|x64.ActiveCfg = Release|x64 - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Release|x64.Build.0 = Release|x64 - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Release|x86.ActiveCfg = Release|x86 - {EC5A112C-5652-4EAA-BEE9-BF1A98F719C4}.Release|x86.Build.0 = Release|x86 {AC999819-265C-497A-8113-ADB8AC940CAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AC999819-265C-497A-8113-ADB8AC940CAC}.Debug|Any CPU.Build.0 = Debug|Any CPU {AC999819-265C-497A-8113-ADB8AC940CAC}.Debug|x64.ActiveCfg = Debug|x64 @@ -569,16 +396,8 @@ Global {3193ADF3-D394-44A1-B44D-F53616886A1E}.Release|x86.Build.0 = Release|x86 {D0B707E4-5563-41FA-A8B0-292605332EF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D0B707E4-5563-41FA-A8B0-292605332EF1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D0B707E4-5563-41FA-A8B0-292605332EF1}.Debug|x64.ActiveCfg = Debug|x64 - {D0B707E4-5563-41FA-A8B0-292605332EF1}.Debug|x64.Build.0 = Debug|x64 - {D0B707E4-5563-41FA-A8B0-292605332EF1}.Debug|x86.ActiveCfg = Debug|x86 - {D0B707E4-5563-41FA-A8B0-292605332EF1}.Debug|x86.Build.0 = Debug|x86 {D0B707E4-5563-41FA-A8B0-292605332EF1}.Release|Any CPU.ActiveCfg = Release|Any CPU {D0B707E4-5563-41FA-A8B0-292605332EF1}.Release|Any CPU.Build.0 = Release|Any CPU - {D0B707E4-5563-41FA-A8B0-292605332EF1}.Release|x64.ActiveCfg = Release|x64 - {D0B707E4-5563-41FA-A8B0-292605332EF1}.Release|x64.Build.0 = Release|x64 - {D0B707E4-5563-41FA-A8B0-292605332EF1}.Release|x86.ActiveCfg = Release|x86 - {D0B707E4-5563-41FA-A8B0-292605332EF1}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj b/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj index aee208c..93da95c 100644 --- a/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj +++ b/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj @@ -1,124 +1,13 @@ - - - + + - Debug - AnyCPU - {F92E05F9-9177-4889-B192-23DFB49EC045} - Library - Properties - TitanicProtocol - TitanicProtocol - v4.5 - 512 + net48;net5.0;netcoreapp3.1 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\JetBrains.Annotations.10.1.5\lib\net\JetBrains.Annotations.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - - - - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - - - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - {15327854-4753-4b80-ae20-1d34a94f5771} - TitanicCommons - - + - + + + - - - \ No newline at end of file + + diff --git a/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj b/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj index c4e565a..8e0f2b6 100644 --- a/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj +++ b/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj @@ -1,114 +1,12 @@ - - - + + - Debug - AnyCPU - {15327854-4753-4B80-AE20-1D34A94F5771} - Library - Properties - TitanicCommons - TitanicCommons - v4.5 - 512 + net48;net5.0;netcoreapp3.1 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - - - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - - - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - + - + + - - - \ No newline at end of file + + diff --git a/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj b/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj index f19497a..01e77d7 100644 --- a/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj +++ b/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj @@ -1,152 +1,31 @@ - - - + + - Debug - AnyCPU - {E065C121-21E0-4317-97DA-A1DBF7D74ABF} - Library - Properties - TitanicProtocolTests - TitanicProtocolTests - v4.5 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + net48;net5.0;netcoreapp3.1 + - - ..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\packages\FluentAssertions.4.9.1\lib\net45\FluentAssertions.dll - True - - - ..\..\packages\FluentAssertions.4.9.1\lib\net45\FluentAssertions.Core.dll - True - - - ..\..\packages\JetBrains.Annotations.10.1.5\lib\net\JetBrains.Annotations.dll - True - - - ..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - ..\..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll - True - - - - - - - - + + + - - - - - - - - - - - + + + + - - - + + + - - - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - - - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - {f92e05f9-9177-4889-b192-23dfb49ec045} - TitanicProtocol - - - {15327854-4753-4b80-ae20-1d34a94f5771} - TitanicCommons - + + + - - + + + - - - \ No newline at end of file + + diff --git a/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj b/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj index 51cbdc7..df500fb 100644 --- a/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj +++ b/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - diff --git a/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj b/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj index 51cbdc7..df500fb 100644 --- a/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj +++ b/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj @@ -1,18 +1,8 @@ - net45;net47;net5.0;netcoreapp3.1;netstandard2.0;netstandard2.1 - 1.0.0.0 - 1.0.0.0 + net48;net5.0;netcoreapp3.1 Exe - - - - - - - - From c90f4b78102aa71ec7e805906194b7eb484aae03 Mon Sep 17 00:00:00 2001 From: drr00t Date: Mon, 6 Sep 2021 16:32:16 -0300 Subject: [PATCH 10/17] changes: - update Titanic Pattern examples - removed empty properties directory from MPDClientAsyncExample --- .../Properties/AssemblyInfo.cs | 36 ----- .../TitanicBroker/Properties/AssemblyInfo.cs | 38 ----- .../TitanicCommons/Properties/AssemblyInfo.cs | 35 ----- .../Properties/AssemblyInfo.cs | 35 ----- .../Properties/AssemblyInfo.cs | 35 ----- .../TitanicBrokerProcess.csproj | 128 ++--------------- .../Properties/AssemblyInfo.cs | 35 ----- .../TitanicClientExample.csproj | 128 ++--------------- .../Properties/AssemblyInfo.cs | 35 ----- .../TitanicWorkerExample.csproj | 134 +----------------- 10 files changed, 25 insertions(+), 614 deletions(-) delete mode 100644 src/Majordomo/MDPClientAsyncExample/Properties/AssemblyInfo.cs delete mode 100644 src/Titanic Pattern/TitanicBroker/Properties/AssemblyInfo.cs delete mode 100644 src/Titanic Pattern/TitanicCommons/Properties/AssemblyInfo.cs delete mode 100644 src/Titanic Pattern/TitanicPatternTests/Properties/AssemblyInfo.cs delete mode 100644 src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/Properties/AssemblyInfo.cs delete mode 100644 src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/Properties/AssemblyInfo.cs delete mode 100644 src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/Properties/AssemblyInfo.cs diff --git a/src/Majordomo/MDPClientAsyncExample/Properties/AssemblyInfo.cs b/src/Majordomo/MDPClientAsyncExample/Properties/AssemblyInfo.cs deleted file mode 100644 index 0f84487..0000000 --- a/src/Majordomo/MDPClientAsyncExample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("MDPClientAsyncExample")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MDPClientAsyncExample")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e6115527-4d2b-4196-8c89-8a8d44141e5d")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Titanic Pattern/TitanicBroker/Properties/AssemblyInfo.cs b/src/Titanic Pattern/TitanicBroker/Properties/AssemblyInfo.cs deleted file mode 100644 index 35b8274..0000000 --- a/src/Titanic Pattern/TitanicBroker/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle("TitanicBroker")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TitanicBroker")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible(false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid("96760749-ab76-49e2-b478-013945ed0b4d")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] - -[assembly: InternalsVisibleTo ("TitanicProtocolTests")] diff --git a/src/Titanic Pattern/TitanicCommons/Properties/AssemblyInfo.cs b/src/Titanic Pattern/TitanicCommons/Properties/AssemblyInfo.cs deleted file mode 100644 index 4118e6c..0000000 --- a/src/Titanic Pattern/TitanicCommons/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle("TitanicCommons")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TitanicCommons")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible(false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid("3899c3c5-0112-4ad0-b217-fe81c71e7048")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Titanic Pattern/TitanicPatternTests/Properties/AssemblyInfo.cs b/src/Titanic Pattern/TitanicPatternTests/Properties/AssemblyInfo.cs deleted file mode 100644 index 350f3db..0000000 --- a/src/Titanic Pattern/TitanicPatternTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("TitanicBrokerTests")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("TitanicBrokerTests")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("6c7c78a8-1dae-4d96-b8ae-4115970fc0ea")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/Properties/AssemblyInfo.cs b/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/Properties/AssemblyInfo.cs deleted file mode 100644 index 7cd4e2d..0000000 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("TitanicBrokerProcess")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("TitanicBrokerProcess")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("623bf596-f02b-4e73-a105-060247290b70")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj index 451dc3e..da58c6e 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj @@ -1,125 +1,15 @@ - - - + + - Debug - AnyCPU - {006B3229-99F3-4EE4-868B-FB496664AF91} + net48;net5.0;netcoreapp3.1 Exe - Properties - TitanicBrokerProcess - TitanicBrokerProcess - v4.5 - 512 - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - + - - {A16EBCCB-A575-4BA5-813D-C8AD925D5A59} - MajordomoProtocol - - - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - {f92e05f9-9177-4889-b192-23dfb49ec045} - TitanicProtocol - - - {15327854-4753-4b80-ae20-1d34a94f5771} - TitanicCommons - + + + + - - + \ No newline at end of file diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/Properties/AssemblyInfo.cs b/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/Properties/AssemblyInfo.cs deleted file mode 100644 index f0e23e0..0000000 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle("TitanicClient")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TitanicClient")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible(false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid("8b66eb3b-e742-46b3-a653-85b7d947e52c")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj index 5315bd2..da58c6e 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj @@ -1,125 +1,15 @@ - - - + + - Debug - AnyCPU - {F516F643-D475-43FD-AEC7-B5CA8B997D22} + net48;net5.0;netcoreapp3.1 Exe - Properties - TitanicClientExample - TitanicClientExample - v4.5 - 512 - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - - - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - - - {f92e05f9-9177-4889-b192-23dfb49ec045} - TitanicProtocol - - - {15327854-4753-4b80-ae20-1d34a94f5771} - TitanicCommons - - + - + + + + - - + \ No newline at end of file diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/Properties/AssemblyInfo.cs b/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/Properties/AssemblyInfo.cs deleted file mode 100644 index 2630d76..0000000 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("MDPWorkerExample")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("MDPWorkerExample")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("96c42fea-fed2-44c9-9319-d9366a87e601")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj index a442106..07b552e 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj @@ -1,133 +1,13 @@ - - - + + - Debug - AnyCPU - {32B1FA88-2A00-41C9-AF28-1EB9F8BB51F3} + net48;net5.0;netcoreapp3.1 Exe - Properties - TitanicWorkerExample - TitanicWorkerExample - v4.5 - 512 - - - False - False - False - - - - - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - + - - {a16ebccb-a575-4ba5-813d-c8ad925d5a59} - MajordomoProtocol - - - {ec5a112c-5652-4eaa-bee9-bf1a98f719c4} - MDPCommons - + + - - - - - - - + \ No newline at end of file From 39af7ac1886edb391843767d32b4362fa3343275 Mon Sep 17 00:00:00 2001 From: drr00t Date: Tue, 7 Sep 2021 11:39:47 -0300 Subject: [PATCH 11/17] copyright: fixup original copyright information from assemblyinfo --- src/Beacon/BeaconDemo/BeaconDemo.csproj | 4 ++++ .../Freelance.ModelOne.Client.csproj | 6 ++++++ .../Freelance.ModelOne.Server.csproj | 5 +++++ src/HelloWorld/HelloWorld.csproj | 6 ++++++ src/InterBrokerRouter/InterBrokerRouter.csproj | 5 +++++ src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj | 5 +++++ .../MDPClientAsyncExample/MDPClientAsyncExample.csproj | 5 +++++ src/Majordomo/MDPClientExample/MDPClientExample.csproj | 5 +++++ src/Majordomo/MDPCommons/MDPCommons.csproj | 5 +++++ .../MDPServiceDiscoveryClientExample.csproj | 5 +++++ src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj | 5 +++++ src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj | 5 +++++ .../MajordomoProtocolTests/MajordomoProtocolTests.csproj | 5 +++++ 13 files changed, 66 insertions(+) diff --git a/src/Beacon/BeaconDemo/BeaconDemo.csproj b/src/Beacon/BeaconDemo/BeaconDemo.csproj index 9cd5df1..bf435fd 100644 --- a/src/Beacon/BeaconDemo/BeaconDemo.csproj +++ b/src/Beacon/BeaconDemo/BeaconDemo.csproj @@ -1,4 +1,8 @@ + + Copyright © 2016 + BeaconDemo + net48;net5.0;netcoreapp3.1; diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj index df500fb..474b065 100644 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj +++ b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj @@ -1,4 +1,10 @@ + + + HP + Copyright © HP 2013 + Freelance.ModelOne.Client + net48;net5.0;netcoreapp3.1 diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj index 75dd14a..b912695 100644 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj +++ b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj @@ -1,4 +1,9 @@ + + HP + Copyright © HP 2013 + Freelance.ModelOne.Server + net48;net5.0;netcoreapp3.1 diff --git a/src/HelloWorld/HelloWorld.csproj b/src/HelloWorld/HelloWorld.csproj index df500fb..d42678a 100644 --- a/src/HelloWorld/HelloWorld.csproj +++ b/src/HelloWorld/HelloWorld.csproj @@ -1,5 +1,11 @@ + + Microsoft + Copyright © Microsoft 2013 + HelloWorld + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/InterBrokerRouter/InterBrokerRouter.csproj b/src/InterBrokerRouter/InterBrokerRouter.csproj index df500fb..23cc2ed 100644 --- a/src/InterBrokerRouter/InterBrokerRouter.csproj +++ b/src/InterBrokerRouter/InterBrokerRouter.csproj @@ -1,5 +1,10 @@ + + Copyright © 2015 + InterBrokerRouter + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj b/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj index 31a1b3b..6c99294 100644 --- a/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj +++ b/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj @@ -1,5 +1,10 @@ + + Copyright © 2016 + MDPBrokerProcess + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj b/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj index 31a1b3b..3056c14 100644 --- a/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj +++ b/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj @@ -1,5 +1,10 @@ + + Copyright © 2016 + MDPClientAsyncExample + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPClientExample/MDPClientExample.csproj b/src/Majordomo/MDPClientExample/MDPClientExample.csproj index 31a1b3b..54aad6b 100644 --- a/src/Majordomo/MDPClientExample/MDPClientExample.csproj +++ b/src/Majordomo/MDPClientExample/MDPClientExample.csproj @@ -1,5 +1,10 @@ + + Copyright © 2015 + MDPClientExample + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPCommons/MDPCommons.csproj b/src/Majordomo/MDPCommons/MDPCommons.csproj index 4a614b8..b378318 100644 --- a/src/Majordomo/MDPCommons/MDPCommons.csproj +++ b/src/Majordomo/MDPCommons/MDPCommons.csproj @@ -1,5 +1,10 @@ + + Copyright © 2015 + MDPCommons + + net48;net5.0;netcoreapp3.1 diff --git a/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj b/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj index 31a1b3b..7378c53 100644 --- a/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj +++ b/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj @@ -1,5 +1,10 @@ + + Copyright © 2015 + MDPServiceDiscoveryClientExample + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj b/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj index 31a1b3b..d0997e4 100644 --- a/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj +++ b/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj @@ -1,5 +1,10 @@ + + Copyright © 2015 + MDPWorkerExample + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj b/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj index f1199c4..dbe5ab8 100644 --- a/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj +++ b/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj @@ -1,4 +1,9 @@ + + + Copyright © 2015 + Majordomo + net48;net5.0;netcoreapp3.1 diff --git a/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj b/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj index f43e770..1a37f04 100644 --- a/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj +++ b/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj @@ -1,5 +1,10 @@ + + Copyright © 2015 + MajordomoTests + + net48;net5.0;netcoreapp3.1 From 51efe58893b24955272b01d019667135dfb5a1a9 Mon Sep 17 00:00:00 2001 From: drr00t Date: Tue, 7 Sep 2021 11:41:12 -0300 Subject: [PATCH 12/17] more copyright fixes --- .../RequestReplyBroker/RequestReplyBroker.csproj | 6 ++++++ .../RequestReplyClient/RequestReplyClient.csproj | 6 ++++++ .../RequestReplyWorker/RequestReplyWorker.csproj | 6 ++++++ .../ROUTERbrokerDEALERworkers.csproj | 6 ++++++ .../ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj | 6 ++++++ src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj | 5 +++++ src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj | 5 +++++ .../TitanicPatternTests/TitanicPatternTests.csproj | 5 +++++ .../TitanicBrokerProcess/TitanicBrokerProcess.csproj | 5 +++++ .../TitanicClientExample/TitanicClientExample.csproj | 5 +++++ .../TitanicWorkerExample/TitanicWorkerExample.csproj | 5 +++++ .../WeatherUpdateClient/WeatherUpdateClient.csproj | 5 +++++ .../WeatherUpdateServer/WeatherUpdateServer.csproj | 5 +++++ 13 files changed, 70 insertions(+) diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj index df500fb..02819fd 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj @@ -1,5 +1,11 @@ + + Microsoft + Copyright © Microsoft 2013 + RequestReplyBroker + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj index df500fb..3a91e20 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj @@ -1,5 +1,11 @@ + + Microsoft + Copyright © Microsoft 2013 + RequestReplyClient + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj index df500fb..a99eed9 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj @@ -1,5 +1,11 @@ + + Microsoft + Copyright © Microsoft 2013 + RequestReplyWorker + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj index df500fb..83ad486 100644 --- a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj +++ b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj @@ -1,5 +1,11 @@ + + Greiner Instruments + Copyright © Greiner Instruments 2016 + ROUTERbrokerDealerworkers + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj index df500fb..34ff1c8 100644 --- a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj +++ b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj @@ -1,5 +1,11 @@ + + Greiner Instruments + Copyright © Greiner Instruments 2016 + ROUTERbrokerREQworkers + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj b/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj index 93da95c..7c95647 100644 --- a/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj +++ b/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj @@ -1,4 +1,9 @@ + + + Copyright © 2015 + TitanicBroker + net48;net5.0;netcoreapp3.1 diff --git a/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj b/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj index 8e0f2b6..ebac504 100644 --- a/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj +++ b/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj @@ -1,5 +1,10 @@ + + Copyright © 2015 + TitanicCommons + + net48;net5.0;netcoreapp3.1 diff --git a/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj b/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj index 01e77d7..98bd566 100644 --- a/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj +++ b/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj @@ -1,5 +1,10 @@ + + Copyright © 2015 + TitanicBrokerTests + + net48;net5.0;netcoreapp3.1 diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj index da58c6e..56ce03a 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj @@ -1,5 +1,10 @@  + + Copyright © 2015 + TitanicBrokerProcess + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj index da58c6e..a18db52 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj @@ -1,5 +1,10 @@  + + Copyright © 2015 + TitanicClient + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj index 07b552e..2a2ffcf 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj @@ -1,5 +1,10 @@  + + Copyright © 2015 + MDPWorkerExample + + net48;net5.0;netcoreapp3.1 Exe diff --git a/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj b/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj index df500fb..8e64ff1 100644 --- a/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj +++ b/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj @@ -1,4 +1,9 @@ + + + Copyright © 2012 + WeatherUpdateClient + net48;net5.0;netcoreapp3.1 diff --git a/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj b/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj index df500fb..a4a3f60 100644 --- a/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj +++ b/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj @@ -1,5 +1,10 @@ + + Copyright © 2012 + WeatherUpdateServer + + net48;net5.0;netcoreapp3.1 Exe From cdae17decc9c40be8aff4a92277be01ded5276e8 Mon Sep 17 00:00:00 2001 From: drr00t Date: Tue, 7 Sep 2021 11:43:25 -0300 Subject: [PATCH 13/17] removing old packages.config --- src/Beacon/BeaconDemo/packages.config | 5 ----- .../Model One/Freelance.ModelOne.Client/packages.config | 5 ----- .../Model One/Freelance.ModelOne.Server/packages.config | 5 ----- src/HelloWorld/packages.config | 5 ----- src/InterBrokerRouter/packages.config | 5 ----- .../RequestReplyBroker/packages.config | 5 ----- .../RequestReplyClient/packages.config | 5 ----- .../RequestReplyWorker/packages.config | 5 ----- .../ROUTERbrokerDEALERworkers/packages.config | 5 ----- .../ROUTERbrokerREQworkers/packages.config | 5 ----- src/Majordomo/MDPBrokerProcess/packages.config | 5 ----- src/Majordomo/MDPClientAsyncExample/packages.config | 5 ----- src/Majordomo/MDPClientExample/packages.config | 5 ----- src/Majordomo/MDPCommons/packages.config | 5 ----- .../MDPServiceDiscoveryClientExample/packages.config | 5 ----- src/Majordomo/MDPWorkerExample/packages.config | 5 ----- src/Majordomo/MajordomoProtocol/packages.config | 6 ------ src/Majordomo/MajordomoProtocolTests/packages.config | 6 ------ src/Titanic Pattern/TitanicBroker/packages.config | 6 ------ src/Titanic Pattern/TitanicCommons/packages.config | 5 ----- src/Titanic Pattern/TitanicPatternTests/packages.config | 8 -------- .../TitanicBrokerProcess/packages.config | 5 ----- .../TitanicClientExample/packages.config | 5 ----- .../TitanicWorkerExample/packages.config | 5 ----- src/WeatherUpdater/WeatherUpdateClient/packages.config | 5 ----- src/WeatherUpdater/WeatherUpdateServer/packages.config | 5 ----- 26 files changed, 136 deletions(-) delete mode 100644 src/Beacon/BeaconDemo/packages.config delete mode 100644 src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/packages.config delete mode 100644 src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/packages.config delete mode 100644 src/HelloWorld/packages.config delete mode 100644 src/InterBrokerRouter/packages.config delete mode 100644 src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/packages.config delete mode 100644 src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/packages.config delete mode 100644 src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/packages.config delete mode 100644 src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/packages.config delete mode 100644 src/Load Balancing Pattern/ROUTERbrokerREQworkers/packages.config delete mode 100644 src/Majordomo/MDPBrokerProcess/packages.config delete mode 100644 src/Majordomo/MDPClientAsyncExample/packages.config delete mode 100644 src/Majordomo/MDPClientExample/packages.config delete mode 100644 src/Majordomo/MDPCommons/packages.config delete mode 100644 src/Majordomo/MDPServiceDiscoveryClientExample/packages.config delete mode 100644 src/Majordomo/MDPWorkerExample/packages.config delete mode 100644 src/Majordomo/MajordomoProtocol/packages.config delete mode 100644 src/Majordomo/MajordomoProtocolTests/packages.config delete mode 100644 src/Titanic Pattern/TitanicBroker/packages.config delete mode 100644 src/Titanic Pattern/TitanicCommons/packages.config delete mode 100644 src/Titanic Pattern/TitanicPatternTests/packages.config delete mode 100644 src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/packages.config delete mode 100644 src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/packages.config delete mode 100644 src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/packages.config delete mode 100644 src/WeatherUpdater/WeatherUpdateClient/packages.config delete mode 100644 src/WeatherUpdater/WeatherUpdateServer/packages.config diff --git a/src/Beacon/BeaconDemo/packages.config b/src/Beacon/BeaconDemo/packages.config deleted file mode 100644 index ffb4366..0000000 --- a/src/Beacon/BeaconDemo/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/packages.config b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/packages.config b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/HelloWorld/packages.config b/src/HelloWorld/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/HelloWorld/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/InterBrokerRouter/packages.config b/src/InterBrokerRouter/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/InterBrokerRouter/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/packages.config b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/packages.config b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/packages.config b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/packages.config b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/packages.config b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Majordomo/MDPBrokerProcess/packages.config b/src/Majordomo/MDPBrokerProcess/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Majordomo/MDPBrokerProcess/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Majordomo/MDPClientAsyncExample/packages.config b/src/Majordomo/MDPClientAsyncExample/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Majordomo/MDPClientAsyncExample/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Majordomo/MDPClientExample/packages.config b/src/Majordomo/MDPClientExample/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Majordomo/MDPClientExample/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Majordomo/MDPCommons/packages.config b/src/Majordomo/MDPCommons/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Majordomo/MDPCommons/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Majordomo/MDPServiceDiscoveryClientExample/packages.config b/src/Majordomo/MDPServiceDiscoveryClientExample/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Majordomo/MDPServiceDiscoveryClientExample/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Majordomo/MDPWorkerExample/packages.config b/src/Majordomo/MDPWorkerExample/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Majordomo/MDPWorkerExample/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Majordomo/MajordomoProtocol/packages.config b/src/Majordomo/MajordomoProtocol/packages.config deleted file mode 100644 index 7297d1a..0000000 --- a/src/Majordomo/MajordomoProtocol/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/Majordomo/MajordomoProtocolTests/packages.config b/src/Majordomo/MajordomoProtocolTests/packages.config deleted file mode 100644 index 81049ae..0000000 --- a/src/Majordomo/MajordomoProtocolTests/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/Titanic Pattern/TitanicBroker/packages.config b/src/Titanic Pattern/TitanicBroker/packages.config deleted file mode 100644 index 7297d1a..0000000 --- a/src/Titanic Pattern/TitanicBroker/packages.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/Titanic Pattern/TitanicCommons/packages.config b/src/Titanic Pattern/TitanicCommons/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Titanic Pattern/TitanicCommons/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Titanic Pattern/TitanicPatternTests/packages.config b/src/Titanic Pattern/TitanicPatternTests/packages.config deleted file mode 100644 index 5811e67..0000000 --- a/src/Titanic Pattern/TitanicPatternTests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/packages.config b/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/packages.config b/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/packages.config b/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/packages.config deleted file mode 100644 index 43e456e..0000000 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/WeatherUpdater/WeatherUpdateClient/packages.config b/src/WeatherUpdater/WeatherUpdateClient/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/WeatherUpdater/WeatherUpdateClient/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/WeatherUpdater/WeatherUpdateServer/packages.config b/src/WeatherUpdater/WeatherUpdateServer/packages.config deleted file mode 100644 index 8ee9b5d..0000000 --- a/src/WeatherUpdater/WeatherUpdateServer/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file From 752d5c6c6778c6fb60e36b88b06a29fde72cfbdf Mon Sep 17 00:00:00 2001 From: drr00t Date: Tue, 7 Sep 2021 11:57:13 -0300 Subject: [PATCH 14/17] centralizing TargetFramework into build props file --- src/Beacon/BeaconDemo/BeaconDemo.csproj | 1 - .../Freelance.ModelOne.Client.csproj | 1 - .../Freelance.ModelOne.Server.csproj | 1 - src/Directory.Build.props | 4 ++++ src/HelloWorld/HelloWorld.csproj | 1 - src/InterBrokerRouter/InterBrokerRouter.csproj | 1 - .../RequestReplyBroker/RequestReplyBroker.csproj | 1 - .../RequestReplyClient/RequestReplyClient.csproj | 1 - .../RequestReplyWorker/RequestReplyWorker.csproj | 1 - .../ROUTERbrokerDEALERworkers.csproj | 1 - .../ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj | 1 - src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj | 1 - .../MDPClientAsyncExample/MDPClientAsyncExample.csproj | 1 - src/Majordomo/MDPClientExample/MDPClientExample.csproj | 1 - src/Majordomo/MDPCommons/MDPCommons.csproj | 4 ---- .../MDPServiceDiscoveryClientExample.csproj | 1 - src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj | 1 - src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj | 4 ---- .../MajordomoProtocolTests/MajordomoProtocolTests.csproj | 4 ---- src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj | 4 ---- src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj | 4 ---- .../TitanicPatternTests/TitanicPatternTests.csproj | 4 ---- .../TitanicBrokerProcess/TitanicBrokerProcess.csproj | 1 - .../TitanicClientExample/TitanicClientExample.csproj | 1 - .../TitanicWorkerExample/TitanicWorkerExample.csproj | 1 - .../WeatherUpdateClient/WeatherUpdateClient.csproj | 1 - .../WeatherUpdateServer/WeatherUpdateServer.csproj | 1 - 27 files changed, 4 insertions(+), 44 deletions(-) diff --git a/src/Beacon/BeaconDemo/BeaconDemo.csproj b/src/Beacon/BeaconDemo/BeaconDemo.csproj index bf435fd..e2ee19b 100644 --- a/src/Beacon/BeaconDemo/BeaconDemo.csproj +++ b/src/Beacon/BeaconDemo/BeaconDemo.csproj @@ -5,7 +5,6 @@ - net48;net5.0;netcoreapp3.1; Exe diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj index 474b065..1cc5de1 100644 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj +++ b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Client/Freelance.ModelOne.Client.csproj @@ -7,7 +7,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj index b912695..bccbf6b 100644 --- a/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj +++ b/src/Brokerless Reliability (Freelance Pattern)/Model One/Freelance.ModelOne.Server/Freelance.ModelOne.Server.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Directory.Build.props b/src/Directory.Build.props index f56df8d..128241f 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,6 +3,10 @@ 1.0.0.0 + + net48;net5.0;netcoreapp3.1; + + diff --git a/src/HelloWorld/HelloWorld.csproj b/src/HelloWorld/HelloWorld.csproj index d42678a..7731afc 100644 --- a/src/HelloWorld/HelloWorld.csproj +++ b/src/HelloWorld/HelloWorld.csproj @@ -7,7 +7,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/InterBrokerRouter/InterBrokerRouter.csproj b/src/InterBrokerRouter/InterBrokerRouter.csproj index 23cc2ed..b5a63d5 100644 --- a/src/InterBrokerRouter/InterBrokerRouter.csproj +++ b/src/InterBrokerRouter/InterBrokerRouter.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj index 02819fd..a0f27d6 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyBroker/RequestReplyBroker.csproj @@ -7,7 +7,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj index 3a91e20..7d70216 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyClient/RequestReplyClient.csproj @@ -7,7 +7,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj index a99eed9..38c12af 100644 --- a/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj +++ b/src/Load Balancing Pattern/Extended Request Reply/RequestReplyWorker/RequestReplyWorker.csproj @@ -7,7 +7,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj index 83ad486..fba46b8 100644 --- a/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj +++ b/src/Load Balancing Pattern/ROUTERbrokerDEALERworkers/ROUTERbrokerDEALERworkers.csproj @@ -7,7 +7,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj index 34ff1c8..09086ec 100644 --- a/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj +++ b/src/Load Balancing Pattern/ROUTERbrokerREQworkers/ROUTERbrokerREQworkers.csproj @@ -7,7 +7,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj b/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj index 6c99294..393a3a5 100644 --- a/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj +++ b/src/Majordomo/MDPBrokerProcess/MDPBrokerProcess.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj b/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj index 3056c14..8065582 100644 --- a/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj +++ b/src/Majordomo/MDPClientAsyncExample/MDPClientAsyncExample.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPClientExample/MDPClientExample.csproj b/src/Majordomo/MDPClientExample/MDPClientExample.csproj index 54aad6b..fe89d7e 100644 --- a/src/Majordomo/MDPClientExample/MDPClientExample.csproj +++ b/src/Majordomo/MDPClientExample/MDPClientExample.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPCommons/MDPCommons.csproj b/src/Majordomo/MDPCommons/MDPCommons.csproj index b378318..5b26031 100644 --- a/src/Majordomo/MDPCommons/MDPCommons.csproj +++ b/src/Majordomo/MDPCommons/MDPCommons.csproj @@ -5,8 +5,4 @@ MDPCommons - - net48;net5.0;netcoreapp3.1 - - diff --git a/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj b/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj index 7378c53..95b8238 100644 --- a/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj +++ b/src/Majordomo/MDPServiceDiscoveryClientExample/MDPServiceDiscoveryClientExample.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj b/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj index d0997e4..d4cdf5a 100644 --- a/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj +++ b/src/Majordomo/MDPWorkerExample/MDPWorkerExample.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj b/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj index dbe5ab8..c2bf88c 100644 --- a/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj +++ b/src/Majordomo/MajordomoProtocol/MajordomoProtocol.csproj @@ -5,10 +5,6 @@ Majordomo - - net48;net5.0;netcoreapp3.1 - - diff --git a/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj b/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj index 1a37f04..dbdd5c6 100644 --- a/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj +++ b/src/Majordomo/MajordomoProtocolTests/MajordomoProtocolTests.csproj @@ -5,10 +5,6 @@ MajordomoTests - - net48;net5.0;netcoreapp3.1 - - diff --git a/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj b/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj index 7c95647..5977891 100644 --- a/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj +++ b/src/Titanic Pattern/TitanicBroker/TitanicProtocol.csproj @@ -5,10 +5,6 @@ TitanicBroker - - net48;net5.0;netcoreapp3.1 - - diff --git a/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj b/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj index ebac504..7d9b560 100644 --- a/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj +++ b/src/Titanic Pattern/TitanicCommons/TitanicCommons.csproj @@ -5,10 +5,6 @@ TitanicCommons - - net48;net5.0;netcoreapp3.1 - - diff --git a/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj b/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj index 98bd566..b88890c 100644 --- a/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj +++ b/src/Titanic Pattern/TitanicPatternTests/TitanicPatternTests.csproj @@ -5,10 +5,6 @@ TitanicBrokerTests - - net48;net5.0;netcoreapp3.1 - - diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj index 56ce03a..6abf4da 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicBrokerProcess/TitanicBrokerProcess.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj index a18db52..54143c0 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicClientExample/TitanicClientExample.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj b/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj index 2a2ffcf..6d3a8ba 100644 --- a/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj +++ b/src/Titanic Pattern/TitanicUsageExample/TitanicWorkerExample/TitanicWorkerExample.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj b/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj index 8e64ff1..c9f145b 100644 --- a/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj +++ b/src/WeatherUpdater/WeatherUpdateClient/WeatherUpdateClient.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe diff --git a/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj b/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj index a4a3f60..1057dbb 100644 --- a/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj +++ b/src/WeatherUpdater/WeatherUpdateServer/WeatherUpdateServer.csproj @@ -6,7 +6,6 @@ - net48;net5.0;netcoreapp3.1 Exe From a4bd2e92f10554b4bc958dc4ae3108acd13c4804 Mon Sep 17 00:00:00 2001 From: drr00t Date: Tue, 7 Sep 2021 12:22:18 -0300 Subject: [PATCH 15/17] update LazyPirate to dotnet core: - samples Client. both Server and Server2 versions --- .../LazyPirate.Client.csproj | 109 ++--------------- .../Properties/AssemblyInfo.cs | 35 ------ .../LazyPirate.Client/packages.config | 5 - .../LazyPirate.Server.csproj | 107 ++--------------- .../Properties/AssemblyInfo.cs | 35 ------ .../LazyPirate.Server/packages.config | 5 - .../LazyPirate.Server2.csproj | 113 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ .../LazyPirate.Server2/packages.config | 5 - 9 files changed, 26 insertions(+), 423 deletions(-) delete mode 100644 src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/packages.config delete mode 100644 src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/packages.config delete mode 100644 src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/packages.config diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/LazyPirate.Client.csproj b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/LazyPirate.Client.csproj index ebc3e82..f380e39 100644 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/LazyPirate.Client.csproj +++ b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/LazyPirate.Client.csproj @@ -1,104 +1,13 @@ - - - + + - Debug - AnyCPU - {717F3F1C-BA8B-4212-AA40-AD0452952793} - Exe - Properties - LazyPirate.Client - LazyPirate.Client - v4.0 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset + Greiner SpA + Copyright © Greiner SpA 2016 + LazyPirate.Client - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + + + Exe - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/Properties/AssemblyInfo.cs deleted file mode 100644 index 3ee57a7..0000000 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("LazyPirate.Client")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Greiner SpA")] -[assembly: AssemblyProduct("LazyPirate.Client")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e925497d-875e-47a6-84cf-baba48e1efef")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/packages.config b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Client/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/LazyPirate.Server.csproj b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/LazyPirate.Server.csproj index 329d73b..5f570c2 100644 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/LazyPirate.Server.csproj +++ b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/LazyPirate.Server.csproj @@ -1,102 +1,13 @@ - - - + + - Debug - AnyCPU - {859618CC-4269-42F4-95A1-35CC5D682022} - Exe - Properties - LazyPirate.Server - LazyPirate.Server - v4.0 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset + HP + Copyright © HP 2013 + LazyPirate.Server - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + + + Exe - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/Properties/AssemblyInfo.cs deleted file mode 100644 index 69c772e..0000000 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("LazyPirate.Server")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("HP")] -[assembly: AssemblyProduct("LazyPirate.Server")] -[assembly: AssemblyCopyright("Copyright © HP 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("85fefa27-9949-499d-a361-f1bc6548ec83")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/packages.config b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/LazyPirate.Server2.csproj b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/LazyPirate.Server2.csproj index a734e8f..dd24637 100644 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/LazyPirate.Server2.csproj +++ b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/LazyPirate.Server2.csproj @@ -1,109 +1,12 @@ - - - + + - Debug - AnyCPU - {3193ADF3-D394-44A1-B44D-F53616886A1E} - Exe - Properties - LazyPirate.Server2 - LazyPirate.Server2 - v4.5.2 - 512 - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset - true + Copyright © 2016 + LazyPirate.Server2 - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - true - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - true - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset - true + + + Exe - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/Properties/AssemblyInfo.cs deleted file mode 100644 index 03697c8..0000000 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("LazyPirate.Server2")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("LazyPirate.Server2")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("3193adf3-d394-44a1-b44d-f53616886a1e")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/packages.config b/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/packages.config deleted file mode 100644 index ffb4366..0000000 --- a/src/Pirate Pattern/Lazy Pirate/LazyPirate.Server2/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file From 4cfe1db5d4bd1f40f9463c8ede8259936288bf0c Mon Sep 17 00:00:00 2001 From: drr00t Date: Tue, 7 Sep 2021 12:44:16 -0300 Subject: [PATCH 16/17] update ParanoidPirate to dotnet core --- .../ParanoidPirate.Client.csproj | 117 ++---------------- .../Properties/AssemblyInfo.cs | 35 ------ .../ParanoidPirate.Client/packages.config | 5 - .../ParanoidPirate.Queue.csproj | 111 ++--------------- .../Properties/AssemblyInfo.cs | 35 ------ .../ParanoidPirate.Queue/packages.config | 5 - .../ParanoidPirate.Worker.csproj | 114 ++--------------- .../Properties/AssemblyInfo.cs | 35 ------ .../ParanoidPirate.Worker/packages.config | 5 - 9 files changed, 29 insertions(+), 433 deletions(-) delete mode 100644 src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/packages.config delete mode 100644 src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/packages.config delete mode 100644 src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/packages.config diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/ParanoidPirate.Client.csproj b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/ParanoidPirate.Client.csproj index bf7a3f7..0e67df7 100644 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/ParanoidPirate.Client.csproj +++ b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/ParanoidPirate.Client.csproj @@ -1,112 +1,17 @@ - - - + + - Debug - AnyCPU - {953327C9-0782-4EC9-A115-3C435E6440E6} - Exe - Properties - ParanoidPirate.Client - ParanoidPirate.Client - v4.0 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset + Greiner SpA + Copyright © Greiner SpA 2016 + ParanoidPirate.Client - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + + + Exe + - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - - {528ce4ce-bb2e-432e-86bb-8199a97379a5} - ParanoidPirate.Queue - + - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/Properties/AssemblyInfo.cs deleted file mode 100644 index 3ee57a7..0000000 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("LazyPirate.Client")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Greiner SpA")] -[assembly: AssemblyProduct("LazyPirate.Client")] -[assembly: AssemblyCopyright("")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("e925497d-875e-47a6-84cf-baba48e1efef")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/packages.config b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Client/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/ParanoidPirate.Queue.csproj b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/ParanoidPirate.Queue.csproj index cb6b78c..cbce76a 100644 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/ParanoidPirate.Queue.csproj +++ b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/ParanoidPirate.Queue.csproj @@ -1,107 +1,12 @@ - - - + + - Debug - AnyCPU - {528CE4CE-BB2E-432E-86BB-8199A97379A5} - Exe - Properties - ParanoidPirate.Queue - ParanoidPirate.Queue - v4.0 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset + Copyright © 2015 + ParanoidPirate.Queue - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + + + Exe - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/Properties/AssemblyInfo.cs deleted file mode 100644 index dfb70cc..0000000 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("ParanoidPirate")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("ParanoidPirate")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("37f397b2-458a-48f2-9001-59e1a50dca32")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/packages.config b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Queue/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/ParanoidPirate.Worker.csproj b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/ParanoidPirate.Worker.csproj index becc2eb..f0b42be 100644 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/ParanoidPirate.Worker.csproj +++ b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/ParanoidPirate.Worker.csproj @@ -1,110 +1,16 @@ - - - + + - Debug - AnyCPU - {80428E64-7589-4EDB-8F4D-8FAB437AC4D8} - Exe - Properties - ParanoidPirate.Worker - ParanoidPirate.Worker - v4.0 - 512 - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset + Copyright © 2015 + ParanoidPirate.Worker - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + + + Exe + - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - - {528ce4ce-bb2e-432e-86bb-8199a97379a5} - ParanoidPirate.Queue - + - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/Properties/AssemblyInfo.cs deleted file mode 100644 index 1b35f54..0000000 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// Allgemeine Informationen über eine Assembly werden über die folgenden -// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, -// die mit einer Assembly verknüpft sind. -[assembly: AssemblyTitle ("ParanoidPirate.Worker")] -[assembly: AssemblyDescription ("")] -[assembly: AssemblyConfiguration ("")] -[assembly: AssemblyCompany ("")] -[assembly: AssemblyProduct ("ParanoidPirate.Worker")] -[assembly: AssemblyCopyright ("Copyright © 2015")] -[assembly: AssemblyTrademark ("")] -[assembly: AssemblyCulture ("")] - -// Durch Festlegen von ComVisible auf "false" werden die Typen in dieser Assembly unsichtbar -// für COM-Komponenten. Wenn Sie auf einen Typ in dieser Assembly von -// COM zugreifen müssen, legen Sie das ComVisible-Attribut für diesen Typ auf "true" fest. -[assembly: ComVisible (false)] - -// Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird -[assembly: Guid ("37843948-e20b-4eb3-bc3d-6edd2c3dcaac")] - -// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten: -// -// Hauptversion -// Nebenversion -// Buildnummer -// Revision -// -// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern -// übernehmen, indem Sie "*" eingeben: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion ("1.0.0.0")] -[assembly: AssemblyFileVersion ("1.0.0.0")] diff --git a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/packages.config b/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/Pirate Pattern/Paranoid Pirate/ParanoidPirate.Worker/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file From ae70feecd8fb9ef2759656edb14685e83ef05160 Mon Sep 17 00:00:00 2001 From: drr00t Date: Tue, 7 Sep 2021 12:52:50 -0300 Subject: [PATCH 17/17] update SimplePirate to dotnet core --- .../Properties/AssemblyInfo.cs | 35 ------ .../SimplePirate.Client.csproj | 108 ++---------------- .../SimplePirate.Client/packages.config | 5 - .../Properties/AssemblyInfo.cs | 35 ------ .../SimplePirate.Queue.csproj | 108 ++---------------- .../SimplePirate.Queue/packages.config | 5 - .../Properties/AssemblyInfo.cs | 35 ------ .../SimplePirate.Worker.csproj | 108 ++---------------- .../SimplePirate.Worker/packages.config | 5 - 9 files changed, 27 insertions(+), 417 deletions(-) delete mode 100644 src/Pirate Pattern/Simple Pirate/SimplePirate.Client/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Simple Pirate/SimplePirate.Client/packages.config delete mode 100644 src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/packages.config delete mode 100644 src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/Properties/AssemblyInfo.cs delete mode 100644 src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/packages.config diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/Properties/AssemblyInfo.cs deleted file mode 100644 index b595500..0000000 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SimplePirate.Client")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("HP")] -[assembly: AssemblyProduct("SimplePirate.Client")] -[assembly: AssemblyCopyright("Copyright © HP 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("d8b8eeda-643a-4efa-b005-b98362aaa02f")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/SimplePirate.Client.csproj b/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/SimplePirate.Client.csproj index 7ecbfcb..52edcb5 100644 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/SimplePirate.Client.csproj +++ b/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/SimplePirate.Client.csproj @@ -1,103 +1,13 @@ - - - + + - Debug - AnyCPU - {AF3B21D1-F86D-49D1-BE76-DF17F27EFF3F} - Exe - Properties - SimplePirate.Client - SimplePirate.Client - v4.0 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset + HP + Copyright © HP 2013 + SimplePirate.Client - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + + + Exe - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/packages.config b/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Client/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/Properties/AssemblyInfo.cs deleted file mode 100644 index 06aa025..0000000 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SimplePirate.Queue")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("HP")] -[assembly: AssemblyProduct("SimplePirate.Queue")] -[assembly: AssemblyCopyright("Copyright © HP 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b4c72081-407b-44a4-aa46-b55ce03d05f4")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/SimplePirate.Queue.csproj b/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/SimplePirate.Queue.csproj index dcd7ae0..6ecc58a 100644 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/SimplePirate.Queue.csproj +++ b/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/SimplePirate.Queue.csproj @@ -1,103 +1,13 @@ - - - + + - Debug - AnyCPU - {72A7CABE-F118-4C05-8887-D7174EB10018} - Exe - Properties - SimplePirate.Queue - SimplePirate.Queue - v4.0 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset + HP + Copyright © HP 2013 + SimplePirate.Queue - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + + + Exe - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/packages.config b/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Queue/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/Properties/AssemblyInfo.cs b/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/Properties/AssemblyInfo.cs deleted file mode 100644 index ed7d8ff..0000000 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("SimplePirate.Worker")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("HP")] -[assembly: AssemblyProduct("SimplePirate.Worker")] -[assembly: AssemblyCopyright("Copyright © HP 2013")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("df4d2498-69a6-4521-877a-d5bccaa58101")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/SimplePirate.Worker.csproj b/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/SimplePirate.Worker.csproj index df702f3..e233cda 100644 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/SimplePirate.Worker.csproj +++ b/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/SimplePirate.Worker.csproj @@ -1,103 +1,13 @@ - - - + + - Debug - AnyCPU - {45B74B50-0E86-45B3-9B49-50D8B4F50212} - Exe - Properties - SimplePirate.Worker - SimplePirate.Worker - v4.0 - 512 - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - bin\x64\Debug\ - DEBUG;TRACE - full - x64 - prompt - MinimumRecommendedRules.ruleset + HP + Copyright © HP 2013 + SimplePirate.Worker - - bin\x64\Release\ - TRACE - true - pdbonly - x64 - prompt - MinimumRecommendedRules.ruleset - - - true - bin\x86\Debug\ - DEBUG;TRACE - full - x86 - prompt - MinimumRecommendedRules.ruleset - - - bin\x86\Release\ - TRACE - true - pdbonly - x86 - prompt - MinimumRecommendedRules.ruleset + + + Exe - - - ..\..\..\packages\AsyncIO.0.1.18.0\lib\net40\AsyncIO.dll - True - - - ..\..\..\packages\NetMQ.4.0.0.0-beta\lib\net40\NetMQ.dll - True - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/packages.config b/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/packages.config deleted file mode 100644 index c3ffb49..0000000 --- a/src/Pirate Pattern/Simple Pirate/SimplePirate.Worker/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file