From 7f32b09fa7a940488f7e0b4709d08a43cf1e5746 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Tue, 1 Jan 2019 21:44:18 +0100 Subject: [PATCH] Some weird fixes --- Elsa.sln | 9 +++++++-- .../Elsa.Web.Components/Elsa.Web.Components.csproj | 2 +- .../Elsa.Web.Management/Elsa.Web.Management.csproj | 2 +- .../Elsa.Web.BootstrapTheme.csproj | 3 +-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Elsa.sln b/Elsa.sln index c148759e8..6f8accab5 100644 --- a/Elsa.sln +++ b/Elsa.sln @@ -49,8 +49,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Activities.Console EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Activities.Primitives", "src\web\modules\Elsa.Web.Activities.Primitives\Elsa.Web.Activities.Primitives.csproj", "{B588D068-1ADE-4DB3-84BB-D8BA95897FAC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.BootstrapTheme", "src\web\themes\Elsa.Web.BootstrapTheme\Elsa.Web.BootstrapTheme.csproj", "{CEB772E3-0C19-475E-B517-2295C1EF173A}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{C55090FE-8506-4FDA-928F-5ACBB9CBE019}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Activities.Http", "src\activities\Elsa.Activities.Http\Elsa.Activities.Http.csproj", "{1D63E1B4-2386-4BEC-9090-C3F3CBF25703}" @@ -63,6 +61,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Activities.Http", EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.Dashboard", "src\web\dashboard\Elsa.Web.Dashboard\Elsa.Web.Dashboard.csproj", "{35DD61F1-878A-4198-97F3-0F19E8E5D22F}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elsa.Web.BootstrapTheme", "src\web\themes\Elsa.Web.BootstrapTheme\Elsa.Web.BootstrapTheme.csproj", "{B5E36E84-1978-43C7-8859-F5184C9A657C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -145,6 +145,10 @@ Global {35DD61F1-878A-4198-97F3-0F19E8E5D22F}.Debug|Any CPU.Build.0 = Debug|Any CPU {35DD61F1-878A-4198-97F3-0F19E8E5D22F}.Release|Any CPU.ActiveCfg = Release|Any CPU {35DD61F1-878A-4198-97F3-0F19E8E5D22F}.Release|Any CPU.Build.0 = Release|Any CPU + {B5E36E84-1978-43C7-8859-F5184C9A657C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B5E36E84-1978-43C7-8859-F5184C9A657C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B5E36E84-1978-43C7-8859-F5184C9A657C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B5E36E84-1978-43C7-8859-F5184C9A657C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -173,6 +177,7 @@ Global {A00D0A17-CD30-49DF-908E-85744FA55A1A} = {B33F1927-FF0A-4826-80C6-F480E9C43892} {7A30960A-1B95-4564-B2C8-2DFDDB06C594} = {B33F1927-FF0A-4826-80C6-F480E9C43892} {E04F98D6-F6B3-475F-BCAA-F0D586EE3965} = {B33F1927-FF0A-4826-80C6-F480E9C43892} + {B5E36E84-1978-43C7-8859-F5184C9A657C} = {B33F1927-FF0A-4826-80C6-F480E9C43892} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {8B0975FD-7050-48B0-88C5-48C33378E158} diff --git a/src/web/modules/Elsa.Web.Components/Elsa.Web.Components.csproj b/src/web/modules/Elsa.Web.Components/Elsa.Web.Components.csproj index 338cbe7db..dbdec49f2 100644 --- a/src/web/modules/Elsa.Web.Components/Elsa.Web.Components.csproj +++ b/src/web/modules/Elsa.Web.Components/Elsa.Web.Components.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.1 diff --git a/src/web/modules/Elsa.Web.Management/Elsa.Web.Management.csproj b/src/web/modules/Elsa.Web.Management/Elsa.Web.Management.csproj index aec993972..aae3d9034 100644 --- a/src/web/modules/Elsa.Web.Management/Elsa.Web.Management.csproj +++ b/src/web/modules/Elsa.Web.Management/Elsa.Web.Management.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.1 diff --git a/src/web/themes/Elsa.Web.BootstrapTheme/Elsa.Web.BootstrapTheme.csproj b/src/web/themes/Elsa.Web.BootstrapTheme/Elsa.Web.BootstrapTheme.csproj index e03c117d3..160533c9f 100644 --- a/src/web/themes/Elsa.Web.BootstrapTheme/Elsa.Web.BootstrapTheme.csproj +++ b/src/web/themes/Elsa.Web.BootstrapTheme/Elsa.Web.BootstrapTheme.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.2 @@ -10,7 +10,6 @@ https://github.com/sfmskywalker/Elsa GitHub elsa, workflows, orchard - Elsa