Renamed Step.Tasks in Step.Core

This commit is contained in:
Lucio Maranta
2018-03-21 16:34:14 +01:00
parent 11dda2c3d8
commit 2f8966d054
6 changed files with 8 additions and 8 deletions
@@ -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("")]
@@ -7,8 +7,8 @@
<ProjectGuid>{DE54FF4C-8390-4489-882A-1BC7D99EF185}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Step.Tasks</RootNamespace>
<AssemblyName>Step.Tasks</AssemblyName>
<RootNamespace>Step.Core</RootNamespace>
<AssemblyName>Step.Core</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
+1 -1
View File
@@ -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
+4 -4
View File
@@ -312,6 +312,10 @@
<Project>{3f5c2483-fc87-43ef-92a8-66ff7d0e440f}</Project>
<Name>Step.Config</Name>
</ProjectReference>
<ProjectReference Include="..\Step.Core\Step.Core.csproj">
<Project>{de54ff4c-8390-4489-882a-1bc7d99ef185}</Project>
<Name>Step.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Step.Database\Step.Database.csproj">
<Project>{357d5ee1-ffc8-489b-9232-22cf474d9a6f}</Project>
<Name>Step.Database</Name>
@@ -324,10 +328,6 @@
<Project>{b2366b08-96bd-4f6b-b748-b45089b87a14}</Project>
<Name>Step.NC</Name>
</ProjectReference>
<ProjectReference Include="..\Step.Tasks\Step.Core.csproj">
<Project>{de54ff4c-8390-4489-882a-1bc7d99ef185}</Project>
<Name>Step.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Step.UI\Step.UI.csproj">
<Project>{20fc0937-e7ca-4693-95f9-7a948efd173b}</Project>
<Name>Step.UI</Name>