This commit is contained in:
Geir Okkenhaug Jerstad 2025-01-02 10:39:51 +01:00
parent 905305ef0d
commit c00065c1bc
13 changed files with 176 additions and 7 deletions

View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankAppMarie", "BankAppMarie.csproj", "{383D335D-3A2B-4BBB-B5EB-FD782B3A82F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{383D335D-3A2B-4BBB-B5EB-FD782B3A82F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{383D335D-3A2B-4BBB-B5EB-FD782B3A82F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{383D335D-3A2B-4BBB-B5EB-FD782B3A82F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{383D335D-3A2B-4BBB-B5EB-FD782B3A82F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {690A91AA-DB43-417F-9B86-4B1CAF1DBAE7}
EndGlobalSection
EndGlobal