From 2f8966d054c92a407c8aeebf7d91a4255115c341 Mon Sep 17 00:00:00 2001 From: Lucio Maranta Date: Wed, 21 Mar 2018 16:34:14 +0100 Subject: [PATCH] Renamed Step.Tasks in Step.Core --- {Step.Tasks => Step.Core}/Properties/AssemblyInfo.cs | 2 +- {Step.Tasks => Step.Core}/Step.Core.csproj | 4 ++-- {Step.Tasks => Step.Core}/ThreadsFunctions.cs | 0 {Step.Tasks => Step.Core}/ThreadsHandler.cs | 0 Step.sln | 2 +- Step/Step.csproj | 8 ++++---- 6 files changed, 8 insertions(+), 8 deletions(-) rename {Step.Tasks => Step.Core}/Properties/AssemblyInfo.cs (97%) rename {Step.Tasks => Step.Core}/Step.Core.csproj (97%) rename {Step.Tasks => Step.Core}/ThreadsFunctions.cs (100%) rename {Step.Tasks => Step.Core}/ThreadsHandler.cs (100%) diff --git a/Step.Tasks/Properties/AssemblyInfo.cs b/Step.Core/Properties/AssemblyInfo.cs similarity index 97% rename from Step.Tasks/Properties/AssemblyInfo.cs rename to Step.Core/Properties/AssemblyInfo.cs index c56bdb12..1a5f3024 100644 --- a/Step.Tasks/Properties/AssemblyInfo.cs +++ b/Step.Core/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; // Le informazioni generali relative a un assembly sono controllate dal seguente // set di attributi. Modificare i valori di questi attributi per modificare le informazioni // associate a un assembly. -[assembly: AssemblyTitle("Step.Tasks")] +[assembly: AssemblyTitle("Step.Core")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] diff --git a/Step.Tasks/Step.Core.csproj b/Step.Core/Step.Core.csproj similarity index 97% rename from Step.Tasks/Step.Core.csproj rename to Step.Core/Step.Core.csproj index c331a73f..ef79688e 100644 --- a/Step.Tasks/Step.Core.csproj +++ b/Step.Core/Step.Core.csproj @@ -7,8 +7,8 @@ {DE54FF4C-8390-4489-882A-1BC7D99EF185} Library Properties - Step.Tasks - Step.Tasks + Step.Core + Step.Core v4.6.2 512 diff --git a/Step.Tasks/ThreadsFunctions.cs b/Step.Core/ThreadsFunctions.cs similarity index 100% rename from Step.Tasks/ThreadsFunctions.cs rename to Step.Core/ThreadsFunctions.cs diff --git a/Step.Tasks/ThreadsHandler.cs b/Step.Core/ThreadsHandler.cs similarity index 100% rename from Step.Tasks/ThreadsHandler.cs rename to Step.Core/ThreadsHandler.cs diff --git a/Step.sln b/Step.sln index 46e287ae..d2deb7f1 100644 --- a/Step.sln +++ b/Step.sln @@ -31,7 +31,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.Config", "Client.Con EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.Utils", "Client.Utils\Client.Utils.csproj", "{34434B22-D546-4A5C-B575-49720C77643A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Step.Core", "Step.Tasks\Step.Core.csproj", "{DE54FF4C-8390-4489-882A-1BC7D99EF185}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Step.Core", "Step.Core\Step.Core.csproj", "{DE54FF4C-8390-4489-882A-1BC7D99EF185}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Step.NC", "Step.NC\Step.NC.csproj", "{B2366B08-96BD-4F6B-B748-B45089B87A14}" EndProject diff --git a/Step/Step.csproj b/Step/Step.csproj index b7e3e956..b633bd8c 100644 --- a/Step/Step.csproj +++ b/Step/Step.csproj @@ -312,6 +312,10 @@ {3f5c2483-fc87-43ef-92a8-66ff7d0e440f} Step.Config + + {de54ff4c-8390-4489-882a-1bc7d99ef185} + Step.Core + {357d5ee1-ffc8-489b-9232-22cf474d9a6f} Step.Database @@ -324,10 +328,6 @@ {b2366b08-96bd-4f6b-b748-b45089b87a14} Step.NC - - {de54ff4c-8390-4489-882a-1bc7d99ef185} - Step.Core - {20fc0937-e7ca-4693-95f9-7a948efd173b} Step.UI