From 0dd6ef6c4ad006bce44520418dce3af03ea7a2bf Mon Sep 17 00:00:00 2001 From: maxnes3 <112558334+maxnes3@users.noreply.github.com> Date: Sun, 26 Mar 2023 17:34:02 +0400 Subject: [PATCH] startUp --- CaseAccounting/CaseAccounting.sln | 25 +++++++++++++++++++ .../CaseAccountingContracts.csproj | 9 +++++++ .../CaseAccountingDataBaseImplement.csproj | 9 +++++++ .../CaseAccountingDataModels.csproj | 9 +++++++ 4 files changed, 52 insertions(+) create mode 100644 CaseAccounting/CaseAccounting.sln create mode 100644 CaseAccounting/CaseAccountingContracts/CaseAccountingContracts.csproj create mode 100644 CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDataBaseImplement.csproj create mode 100644 CaseAccounting/CaseAccountingDataModels/CaseAccountingDataModels.csproj diff --git a/CaseAccounting/CaseAccounting.sln b/CaseAccounting/CaseAccounting.sln new file mode 100644 index 0000000..a0e00aa --- /dev/null +++ b/CaseAccounting/CaseAccounting.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.33424.131 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaseAccountingDataModels", "CaseAccountingDataModels\CaseAccountingDataModels.csproj", "{CAA81DB0-6CCA-4CBE-ABE2-94CDB190E05F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CAA81DB0-6CCA-4CBE-ABE2-94CDB190E05F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CAA81DB0-6CCA-4CBE-ABE2-94CDB190E05F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CAA81DB0-6CCA-4CBE-ABE2-94CDB190E05F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CAA81DB0-6CCA-4CBE-ABE2-94CDB190E05F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A31BAB4B-6B09-4D12-B3FB-F4CE5FEF034C} + EndGlobalSection +EndGlobal diff --git a/CaseAccounting/CaseAccountingContracts/CaseAccountingContracts.csproj b/CaseAccounting/CaseAccountingContracts/CaseAccountingContracts.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/CaseAccounting/CaseAccountingContracts/CaseAccountingContracts.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDataBaseImplement.csproj b/CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDataBaseImplement.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDataBaseImplement.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/CaseAccounting/CaseAccountingDataModels/CaseAccountingDataModels.csproj b/CaseAccounting/CaseAccountingDataModels/CaseAccountingDataModels.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/CaseAccounting/CaseAccountingDataModels/CaseAccountingDataModels.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + +