FInal fix> nuovo nome, build OK!

This commit is contained in:
Samuele Locatelli
2020-04-09 14:52:41 +02:00
parent 37f24373da
commit 7a8a2c0e30
9 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
// <auto-generated />
namespace Step.Database.Migrations
namespace Thermo.Active.Database.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
@@ -1,4 +1,4 @@
namespace Step.Database.Migrations
namespace Thermo.Active.Database.Migrations
{
using System;
using System.Data.Entity.Migrations;
@@ -1,5 +1,5 @@
// <auto-generated />
namespace Step.Database.Migrations
namespace Thermo.Active.Database.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
@@ -1,4 +1,4 @@
namespace Step.Database.Migrations
namespace Thermo.Active.Database.Migrations
{
using System;
using System.Data.Entity.Migrations;
@@ -1,5 +1,5 @@
// <auto-generated />
namespace Step.Database.Migrations
namespace Thermo.Active.Database.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
@@ -1,4 +1,4 @@
namespace Step.Database.Migrations
namespace Thermo.Active.Database.Migrations
{
using System;
using System.Data.Entity.Migrations;
+1 -1
View File
@@ -25,7 +25,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Thermo.Active.Utils", "Ther
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMS.Client", "CMS.Client", "{2F873243-A483-40B6-A0F7-65FC3541A269}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMS.Termo.Active", "CMS.Termo.Active", "{0769EE3C-4259-4C72-97B4-0CCAEBFA7724}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMS.Thermo.Active", "CMS.Thermo.Active", "{0769EE3C-4259-4C72-97B4-0CCAEBFA7724}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.Config", "Client.Config\Client.Config.csproj", "{205A6ADE-FB5A-45CB-9C51-9817E7BB8939}"
EndProject
+1 -1
View File
@@ -18,7 +18,7 @@ using System.Web.Http;
using static Thermo.Active.Config.ServerConfig;
using static Thermo.Active.Model.Constants;
[assembly: OwinStartup(typeof(Step.App_Start.Startup))]
[assembly: OwinStartup(typeof(Thermo.Active.App_Start.Startup))]
namespace Thermo.Active.App_Start
{
+1 -1
View File
@@ -16434,7 +16434,7 @@
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Step.Application</StartupObject>
<StartupObject>Thermo.Active.Application</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>ACTIVE_ICONA.ico</ApplicationIcon>