diff --git a/Bank/Bank.sln b/Bank/Bank.sln new file mode 100644 index 0000000..47f74fb --- /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.34714.143 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bank", "Bank\Bank.csproj", "{62DBBC06-E896-4A0F-8961-93199E6D8CFF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {62DBBC06-E896-4A0F-8961-93199E6D8CFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {62DBBC06-E896-4A0F-8961-93199E6D8CFF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {62DBBC06-E896-4A0F-8961-93199E6D8CFF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {62DBBC06-E896-4A0F-8961-93199E6D8CFF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2152AC78-547D-4352-BC61-549FAD5ADF0C} + EndGlobalSection +EndGlobal diff --git a/Bank/Bank/Bank.csproj b/Bank/Bank/Bank.csproj new file mode 100644 index 0000000..132c02c --- /dev/null +++ b/Bank/Bank/Bank.csproj @@ -0,0 +1,9 @@ + + + + net6.0 + enable + enable + + + diff --git a/Bank/Bank/Class1.cs b/Bank/Bank/Class1.cs new file mode 100644 index 0000000..2b47d25 --- /dev/null +++ b/Bank/Bank/Class1.cs @@ -0,0 +1,7 @@ +namespace Bank +{ + public class Class1 + { + + } +}