BeWoWebApi:

BeWoWebApi für den neuen Mobilklient

BeWoPlanerMobil:
.NET Version auf 4.7.2 gesetzt.
GetState im Mobilklienten
Abwesenheiten im Mobilklienten auskommentiert
This commit is contained in:
Lyndon Jetten
2020-01-15 16:14:39 +01:00
parent 6d4352bed8
commit c6282ec1a9
137 changed files with 39028 additions and 185 deletions

View File

@@ -1,6 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeWoPlanerMobil", "BeWoPlanerMobil\BeWoPlanerMobil.csproj", "{284B02ED-114A-426C-9162-31BB6CF05589}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service", "Service\Service.csproj", "{094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}"
@@ -9,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Data", "Data\Data.csproj",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeWoWebApi", "BeWoWebApi\BeWoWebApi.csproj", "{82254AC8-15C9-4BDD-B88E-04B95168CEEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -40,8 +44,17 @@ Global
{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.DebugRemote|Any CPU.Build.0 = DebugRemote|Any CPU
{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}.Release|Any CPU.Build.0 = Release|Any CPU
{82254AC8-15C9-4BDD-B88E-04B95168CEEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82254AC8-15C9-4BDD-B88E-04B95168CEEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82254AC8-15C9-4BDD-B88E-04B95168CEEB}.DebugRemote|Any CPU.ActiveCfg = Debug|Any CPU
{82254AC8-15C9-4BDD-B88E-04B95168CEEB}.DebugRemote|Any CPU.Build.0 = Debug|Any CPU
{82254AC8-15C9-4BDD-B88E-04B95168CEEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82254AC8-15C9-4BDD-B88E-04B95168CEEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75267284-7070-4045-9FC8-0FC3C56C1AD3}
EndGlobalSection
EndGlobal