diff --git a/src/DependentTestModule/Moryx.DependentTestModule.csproj b/src/DependentTestModule/Moryx.DependentTestModule.csproj index 4ae66bb1b..48468af39 100644 --- a/src/DependentTestModule/Moryx.DependentTestModule.csproj +++ b/src/DependentTestModule/Moryx.DependentTestModule.csproj @@ -1,12 +1,8 @@  - - net45 - true - Moryx Runtime Plugin: DependentTestModule diff --git a/src/Moryx.TestTools.Test.Model/Moryx.TestTools.Test.Model.csproj b/src/Moryx.TestTools.Test.Model/Moryx.TestTools.Test.Model.csproj index 7d064f861..7d7a402ed 100644 --- a/src/Moryx.TestTools.Test.Model/Moryx.TestTools.Test.Model.csproj +++ b/src/Moryx.TestTools.Test.Model/Moryx.TestTools.Test.Model.csproj @@ -1,10 +1,7 @@  - - netstandard2.1;net45 - true diff --git a/src/StartProject/StartProject.csproj b/src/StartProject/StartProject.csproj index 8ce70e277..b8c48e693 100644 --- a/src/StartProject/StartProject.csproj +++ b/src/StartProject/StartProject.csproj @@ -2,7 +2,6 @@ net45;net461 - true Exe diff --git a/src/TestModule/Moryx.TestModule.csproj b/src/TestModule/Moryx.TestModule.csproj index d1f34c046..5545a4bff 100644 --- a/src/TestModule/Moryx.TestModule.csproj +++ b/src/TestModule/Moryx.TestModule.csproj @@ -1,11 +1,7 @@  - - net45 - true - Moryx Runtime Plugin: TestModule. diff --git a/src/Tests/Moryx.Communication.Sockets.IntegrationTests/Moryx.Communication.Sockets.IntegrationTests.csproj b/src/Tests/Moryx.Communication.Sockets.IntegrationTests/Moryx.Communication.Sockets.IntegrationTests.csproj index da5dc6535..67bd7573a 100644 --- a/src/Tests/Moryx.Communication.Sockets.IntegrationTests/Moryx.Communication.Sockets.IntegrationTests.csproj +++ b/src/Tests/Moryx.Communication.Sockets.IntegrationTests/Moryx.Communication.Sockets.IntegrationTests.csproj @@ -3,10 +3,7 @@ Library netcoreapp3.1 - - full - false @@ -20,4 +17,5 @@ + diff --git a/src/Tests/Moryx.Communication.Sockets.IntegrationTests/Properties/AssemblyInfo.cs b/src/Tests/Moryx.Communication.Sockets.IntegrationTests/Properties/AssemblyInfo.cs deleted file mode 100644 index f7e6a65c5..000000000 --- a/src/Tests/Moryx.Communication.Sockets.IntegrationTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,17 +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("Moryx.Communication.Sockets.SystemTests")] -[assembly: AssemblyDescription("")] -[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("c6d51eb6-0467-469b-8cac-1fdf3b783d7c")] \ No newline at end of file diff --git a/src/Tests/Moryx.Container.TestPlugin/Moryx.Container.TestPlugin.csproj b/src/Tests/Moryx.Container.TestPlugin/Moryx.Container.TestPlugin.csproj index 27b0b882c..74a120606 100644 --- a/src/Tests/Moryx.Container.TestPlugin/Moryx.Container.TestPlugin.csproj +++ b/src/Tests/Moryx.Container.TestPlugin/Moryx.Container.TestPlugin.csproj @@ -1,12 +1,7 @@  - - netstandard2.0;net45 - true - - diff --git a/src/Tests/Moryx.Container.TestRootPlugin/Moryx.Container.TestRootPlugin.csproj b/src/Tests/Moryx.Container.TestRootPlugin/Moryx.Container.TestRootPlugin.csproj index 4968eeb65..74a120606 100644 --- a/src/Tests/Moryx.Container.TestRootPlugin/Moryx.Container.TestRootPlugin.csproj +++ b/src/Tests/Moryx.Container.TestRootPlugin/Moryx.Container.TestRootPlugin.csproj @@ -1,12 +1,7 @@  - - netstandard2.0;net45 - true - - diff --git a/src/Tests/Moryx.Container.TestTools/Moryx.Container.TestTools.csproj b/src/Tests/Moryx.Container.TestTools/Moryx.Container.TestTools.csproj index 5c8fb7cc5..19a3cdf6f 100644 --- a/src/Tests/Moryx.Container.TestTools/Moryx.Container.TestTools.csproj +++ b/src/Tests/Moryx.Container.TestTools/Moryx.Container.TestTools.csproj @@ -1,12 +1,7 @@  - - netstandard2.0;net45 - true - - diff --git a/src/Tests/Moryx.Container.Tests/Moryx.Container.Tests.csproj b/src/Tests/Moryx.Container.Tests/Moryx.Container.Tests.csproj index 69470b446..7f0296b24 100644 --- a/src/Tests/Moryx.Container.Tests/Moryx.Container.Tests.csproj +++ b/src/Tests/Moryx.Container.Tests/Moryx.Container.Tests.csproj @@ -3,8 +3,6 @@ Library netcoreapp3.1 - - full diff --git a/src/Tests/Moryx.Model.Tests/Moryx.Model.Tests.csproj b/src/Tests/Moryx.Model.Tests/Moryx.Model.Tests.csproj index a9e0869b7..090570adc 100644 --- a/src/Tests/Moryx.Model.Tests/Moryx.Model.Tests.csproj +++ b/src/Tests/Moryx.Model.Tests/Moryx.Model.Tests.csproj @@ -3,8 +3,6 @@ Library netcoreapp3.1 - - full diff --git a/src/Tests/Moryx.Runtime.Kernel.Tests/Moryx.Runtime.Kernel.Tests.csproj b/src/Tests/Moryx.Runtime.Kernel.Tests/Moryx.Runtime.Kernel.Tests.csproj index 669afdd3f..cc330420f 100644 --- a/src/Tests/Moryx.Runtime.Kernel.Tests/Moryx.Runtime.Kernel.Tests.csproj +++ b/src/Tests/Moryx.Runtime.Kernel.Tests/Moryx.Runtime.Kernel.Tests.csproj @@ -3,10 +3,8 @@ Library netcoreapp3.1 - full - false @@ -21,4 +19,5 @@ + diff --git a/src/Tests/Moryx.Runtime.Kernel.Tests/Properties/AssemblyInfo.cs b/src/Tests/Moryx.Runtime.Kernel.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 4c7119f18..000000000 --- a/src/Tests/Moryx.Runtime.Kernel.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,17 +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("Moryx.Runtime.Kernel.Tests")] -[assembly: AssemblyDescription("")] -[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("50aa907a-83ba-44aa-9a84-7630b193d25c")] \ No newline at end of file diff --git a/src/Tests/Moryx.Runtime.Kernel.Tests/packages.config b/src/Tests/Moryx.Runtime.Kernel.Tests/packages.config deleted file mode 100644 index a7acd4829..000000000 --- a/src/Tests/Moryx.Runtime.Kernel.Tests/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/Tests/Moryx.Runtime.SystemTests/Moryx.Runtime.SystemTests.csproj b/src/Tests/Moryx.Runtime.SystemTests/Moryx.Runtime.SystemTests.csproj index 1aefc5921..8e56ffae0 100644 --- a/src/Tests/Moryx.Runtime.SystemTests/Moryx.Runtime.SystemTests.csproj +++ b/src/Tests/Moryx.Runtime.SystemTests/Moryx.Runtime.SystemTests.csproj @@ -1,9 +1,8 @@  - - net45 + full diff --git a/src/Tests/Moryx.Runtime.Tests/Moryx.Runtime.Tests.csproj b/src/Tests/Moryx.Runtime.Tests/Moryx.Runtime.Tests.csproj index 669afdd3f..896e5199f 100644 --- a/src/Tests/Moryx.Runtime.Tests/Moryx.Runtime.Tests.csproj +++ b/src/Tests/Moryx.Runtime.Tests/Moryx.Runtime.Tests.csproj @@ -3,10 +3,7 @@ Library netcoreapp3.1 - - full - false @@ -21,4 +18,5 @@ + diff --git a/src/Tests/Moryx.Runtime.Tests/Properties/AssemblyInfo.cs b/src/Tests/Moryx.Runtime.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 83137d11f..000000000 --- a/src/Tests/Moryx.Runtime.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,17 +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("Moryx.Runtime.Tests")] -[assembly: AssemblyDescription("")] -[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("bbcb0be9-7b61-440a-8474-af6f93d561d8")] diff --git a/src/Tests/Moryx.Runtime.Tests/packages.config b/src/Tests/Moryx.Runtime.Tests/packages.config deleted file mode 100644 index 1e13a6fdd..000000000 --- a/src/Tests/Moryx.Runtime.Tests/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/Tests/Moryx.Tests/Moryx.Tests.csproj b/src/Tests/Moryx.Tests/Moryx.Tests.csproj index abb62dba6..c9b670313 100644 --- a/src/Tests/Moryx.Tests/Moryx.Tests.csproj +++ b/src/Tests/Moryx.Tests/Moryx.Tests.csproj @@ -3,8 +3,6 @@ Library netcoreapp3.1 - - full diff --git a/src/Tests/Moryx.Tests/Properties/AssemblyInfo.cs b/src/Tests/Moryx.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index b77fd1b11..000000000 --- a/src/Tests/Moryx.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,19 +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: AssemblyDescription("")] -[assembly: AssemblyCopyright("Copyright © PHOENIX CONTACT GmbH & Co. KG 2015")] -[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("c01d3a4c-9d08-4bdb-86f1-81b59a451e92")] \ No newline at end of file diff --git a/src/Tests/Moryx.Tests/Workflows/packages.config b/src/Tests/Moryx.Tests/Workflows/packages.config deleted file mode 100644 index 0ee860b3f..000000000 --- a/src/Tests/Moryx.Tests/Workflows/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Tests/Moryx.Tools.Wcf.SystemTests/Moryx.Tools.Wcf.SystemTests.csproj b/src/Tests/Moryx.Tools.Wcf.SystemTests/Moryx.Tools.Wcf.SystemTests.csproj index 86227ffff..7fdb20c98 100644 --- a/src/Tests/Moryx.Tools.Wcf.SystemTests/Moryx.Tools.Wcf.SystemTests.csproj +++ b/src/Tests/Moryx.Tools.Wcf.SystemTests/Moryx.Tools.Wcf.SystemTests.csproj @@ -1,9 +1,8 @@  - - net45 + full diff --git a/src/Tests/Moryx.Tools.Wcf.Tests/Moryx.Tools.Wcf.Tests.csproj b/src/Tests/Moryx.Tools.Wcf.Tests/Moryx.Tools.Wcf.Tests.csproj index f634ffdbf..0a6b5c0b3 100644 --- a/src/Tests/Moryx.Tools.Wcf.Tests/Moryx.Tools.Wcf.Tests.csproj +++ b/src/Tests/Moryx.Tools.Wcf.Tests/Moryx.Tools.Wcf.Tests.csproj @@ -1,9 +1,8 @@  - - net45 + full diff --git a/src/Tests/Moryx.Workflows.Benchmark/Moryx.Workflows.Benchmark.csproj b/src/Tests/Moryx.Workflows.Benchmark/Moryx.Workflows.Benchmark.csproj index 38a4a7d0a..67bba494e 100644 --- a/src/Tests/Moryx.Workflows.Benchmark/Moryx.Workflows.Benchmark.csproj +++ b/src/Tests/Moryx.Workflows.Benchmark/Moryx.Workflows.Benchmark.csproj @@ -1,7 +1,5 @@  - - Exe netcoreapp3.1