First commit

This commit is contained in:
HuskyTeufel
2021-09-12 12:50:50 +02:00
parent 418d2b5686
commit 28c290599b
11 changed files with 220 additions and 0 deletions

31
DaSaSo.sln Normal file
View File

@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DaSaSo.Domain", "DaSaSo.Domain\DaSaSo.Domain.csproj", "{9434EB7A-C6EE-46C7-8306-BE806375E852}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DaSaSo.EntityFramework", "DaSaSo.EntityFramework\DaSaSo.EntityFramework.csproj", "{E75F15AE-D49B-4768-A5EA-DC05AB60A898}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9434EB7A-C6EE-46C7-8306-BE806375E852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9434EB7A-C6EE-46C7-8306-BE806375E852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9434EB7A-C6EE-46C7-8306-BE806375E852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9434EB7A-C6EE-46C7-8306-BE806375E852}.Release|Any CPU.Build.0 = Release|Any CPU
{E75F15AE-D49B-4768-A5EA-DC05AB60A898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E75F15AE-D49B-4768-A5EA-DC05AB60A898}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E75F15AE-D49B-4768-A5EA-DC05AB60A898}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E75F15AE-D49B-4768-A5EA-DC05AB60A898}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0C7F29DD-63BA-4EC1-80F3-0688F866C9B6}
EndGlobalSection
EndGlobal