Grundlegene Funktionen geschrieben

This commit is contained in:
2023-06-09 15:53:11 +02:00
parent 2c4e8fb4cb
commit fd84775aa4
26 changed files with 721 additions and 4 deletions

View File

@@ -3,7 +3,17 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dcnsanplanung.wpf", "dcnsanplanung.wpf\dcnsanplanung.wpf.csproj", "{B0DDBF77-B592-4485-8705-E0B3AABBF171}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dcnsanplanung.wpf", "dcnsanplanung.wpf\dcnsanplanung.wpf.csproj", "{B0DDBF77-B592-4485-8705-E0B3AABBF171}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dcnsanplanung.shared", "dcnsanplanung.shared\dcnsanplanung.shared.csproj", "{AC43208D-6A5B-4A62-B8DE-DAE110C6CAFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Schnittstelle", "Schnittstelle\Schnittstelle\Schnittstelle.csproj", "{3CD21512-6B4B-4590-A00E-36E40B791940}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dcnsanplanung.DAL", "dcnsanplanung.DAL\dcnsanplanung.DAL.csproj", "{FA2F4994-301B-4C11-8F44-585D4B726B97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dcnsanplanung.sharedTests", "dcnsanplanung.sharedTests\dcnsanplanung.sharedTests.csproj", "{BD28F6AD-DA89-4BC7-A82D-7E28BB00E0EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dcnsanplanung.DALTests", "dcnsanplanung.DALTests\dcnsanplanung.DALTests.csproj", "{91A48C89-5E1F-4C70-B995-A2AC9459E6C1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -15,6 +25,26 @@ Global
{B0DDBF77-B592-4485-8705-E0B3AABBF171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0DDBF77-B592-4485-8705-E0B3AABBF171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0DDBF77-B592-4485-8705-E0B3AABBF171}.Release|Any CPU.Build.0 = Release|Any CPU
{AC43208D-6A5B-4A62-B8DE-DAE110C6CAFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC43208D-6A5B-4A62-B8DE-DAE110C6CAFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC43208D-6A5B-4A62-B8DE-DAE110C6CAFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC43208D-6A5B-4A62-B8DE-DAE110C6CAFC}.Release|Any CPU.Build.0 = Release|Any CPU
{3CD21512-6B4B-4590-A00E-36E40B791940}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CD21512-6B4B-4590-A00E-36E40B791940}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CD21512-6B4B-4590-A00E-36E40B791940}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CD21512-6B4B-4590-A00E-36E40B791940}.Release|Any CPU.Build.0 = Release|Any CPU
{FA2F4994-301B-4C11-8F44-585D4B726B97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA2F4994-301B-4C11-8F44-585D4B726B97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA2F4994-301B-4C11-8F44-585D4B726B97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA2F4994-301B-4C11-8F44-585D4B726B97}.Release|Any CPU.Build.0 = Release|Any CPU
{BD28F6AD-DA89-4BC7-A82D-7E28BB00E0EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD28F6AD-DA89-4BC7-A82D-7E28BB00E0EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD28F6AD-DA89-4BC7-A82D-7E28BB00E0EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD28F6AD-DA89-4BC7-A82D-7E28BB00E0EB}.Release|Any CPU.Build.0 = Release|Any CPU
{91A48C89-5E1F-4C70-B995-A2AC9459E6C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91A48C89-5E1F-4C70-B995-A2AC9459E6C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91A48C89-5E1F-4C70-B995-A2AC9459E6C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91A48C89-5E1F-4C70-B995-A2AC9459E6C1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE