2023-04-01 20:33:33 +04:00
|
|
|
|
|
|
|
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
|
|
|
# Visual Studio Version 17
|
|
|
|
|
VisualStudioVersion = 17.3.32825.248
|
|
|
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
2023-04-01 22:37:52 +04:00
|
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankDataModels", "BankDataModels\BankDataModels.csproj", "{25B02735-DA70-43B1-ABB3-4D7E7089882B}"
|
|
|
|
|
EndProject
|
2023-04-05 18:24:38 +04:00
|
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankContracts", "BankContracts\BankContracts.csproj", "{A3FC80BA-ABC1-42EF-8E1D-2C8B04F18A86}"
|
|
|
|
|
EndProject
|
|
|
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankBusinessLogic", "BankBusinessLogic\BankBusinessLogic.csproj", "{4C612251-E137-4C3A-B75B-F2BB35FEF9DF}"
|
2023-04-01 20:33:33 +04:00
|
|
|
|
EndProject
|
|
|
|
|
Global
|
|
|
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
|
|
|
Debug|Any CPU = Debug|Any CPU
|
|
|
|
|
Release|Any CPU = Release|Any CPU
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
|
|
|
{25B02735-DA70-43B1-ABB3-4D7E7089882B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
|
{25B02735-DA70-43B1-ABB3-4D7E7089882B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
|
{25B02735-DA70-43B1-ABB3-4D7E7089882B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
|
{25B02735-DA70-43B1-ABB3-4D7E7089882B}.Release|Any CPU.Build.0 = Release|Any CPU
|
2023-04-01 22:37:52 +04:00
|
|
|
|
{A3FC80BA-ABC1-42EF-8E1D-2C8B04F18A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
|
{A3FC80BA-ABC1-42EF-8E1D-2C8B04F18A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
|
{A3FC80BA-ABC1-42EF-8E1D-2C8B04F18A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
|
{A3FC80BA-ABC1-42EF-8E1D-2C8B04F18A86}.Release|Any CPU.Build.0 = Release|Any CPU
|
2023-04-05 18:24:38 +04:00
|
|
|
|
{4C612251-E137-4C3A-B75B-F2BB35FEF9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
|
|
|
{4C612251-E137-4C3A-B75B-F2BB35FEF9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
|
|
|
{4C612251-E137-4C3A-B75B-F2BB35FEF9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
|
|
|
{4C612251-E137-4C3A-B75B-F2BB35FEF9DF}.Release|Any CPU.Build.0 = Release|Any CPU
|
2023-04-01 20:33:33 +04:00
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
|
|
|
HideSolutionNode = FALSE
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
|
|
|
SolutionGuid = {EE66E973-E63C-497F-BC97-4D1D24886E72}
|
|
|
|
|
EndGlobalSection
|
|
|
|
|
EndGlobal
|