diff --git a/Bank/Bank.sln b/Bank/Bank.sln new file mode 100644 index 0000000..7c07d64 --- /dev/null +++ b/Bank/Bank.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34723.18 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankDataModels", "BankDataModels\BankDataModels.csproj", "{B74F0734-6D5B-41D5-AF9B-23CF7535C52F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B74F0734-6D5B-41D5-AF9B-23CF7535C52F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B74F0734-6D5B-41D5-AF9B-23CF7535C52F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B74F0734-6D5B-41D5-AF9B-23CF7535C52F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B74F0734-6D5B-41D5-AF9B-23CF7535C52F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F3A2A0A8-F786-4DF8-BF7C-490B011E3CBF} + EndGlobalSection +EndGlobal diff --git a/Bank/BankDataModels/BankDataModels.csproj b/Bank/BankDataModels/BankDataModels.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/Bank/BankDataModels/BankDataModels.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/Bank/BankDataModels/Class1.cs b/Bank/BankDataModels/Class1.cs new file mode 100644 index 0000000..2f2169d --- /dev/null +++ b/Bank/BankDataModels/Class1.cs @@ -0,0 +1,7 @@ +namespace BankDataModels +{ + public class Class1 + { + + } +} diff --git a/ERD/Bank.vpp b/ERD/Bank.vpp new file mode 100644 index 0000000..d82c30a Binary files /dev/null and b/ERD/Bank.vpp differ