ISEbd-22_Zenina_E.S._Comput.../ComputersShop/ComputersShop.sln

62 lines
4.2 KiB
Plaintext
Raw Permalink Normal View History

2024-05-03 20:05:10 +04:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
2024-05-03 20:17:56 +04:00
VisualStudioVersion = 17.3.32825.248
2024-05-03 20:05:10 +04:00
MinimumVisualStudioVersion = 10.0.40219.1
2024-05-03 20:17:56 +04:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopView", "ComputersShopView\ComputersShopView.csproj", "{664326C7-7E5E-4086-BAC5-736449BDFBB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopDataModels", "ComputersShopDataModels\ComputersShopDataModels.csproj", "{C6455380-5492-471C-AD68-160DBB6F8FD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopContracts", "ComputersShopContracts\ComputersShopContracts.csproj", "{4583131C-49AC-4DC3-B8E0-B3ADF49FEA03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopListImplement", "ComputersShopListImplement\ComputersShopListImplement.csproj", "{38DB323F-5C39-44A6-921C-BB1D0C330B5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopBusinessLogic", "ComputersShopBusinessLogic\ComputersShopBusinessLogic.csproj", "{E8E8A4F7-E499-48CB-B3FB-25DCF234DC7F}"
2024-05-03 20:05:10 +04:00
EndProject
2024-05-03 21:09:57 +04:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopFileImplement", "ComputersShopFileImplement\ComputersShopFileImplement.csproj", "{13634451-A24C-49E1-9558-E63566167957}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopDatabaseImplement", "ComputersShopDatabaseImplement\ComputersShopDatabaseImplement.csproj", "{EC5789DC-656D-457F-B6A0-702CCE7EE688}"
2024-05-03 20:56:19 +04:00
EndProject
2024-05-03 20:05:10 +04:00
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2024-05-03 20:17:56 +04:00
{664326C7-7E5E-4086-BAC5-736449BDFBB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{664326C7-7E5E-4086-BAC5-736449BDFBB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{664326C7-7E5E-4086-BAC5-736449BDFBB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{664326C7-7E5E-4086-BAC5-736449BDFBB9}.Release|Any CPU.Build.0 = Release|Any CPU
{C6455380-5492-471C-AD68-160DBB6F8FD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6455380-5492-471C-AD68-160DBB6F8FD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6455380-5492-471C-AD68-160DBB6F8FD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6455380-5492-471C-AD68-160DBB6F8FD4}.Release|Any CPU.Build.0 = Release|Any CPU
{4583131C-49AC-4DC3-B8E0-B3ADF49FEA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4583131C-49AC-4DC3-B8E0-B3ADF49FEA03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4583131C-49AC-4DC3-B8E0-B3ADF49FEA03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4583131C-49AC-4DC3-B8E0-B3ADF49FEA03}.Release|Any CPU.Build.0 = Release|Any CPU
{38DB323F-5C39-44A6-921C-BB1D0C330B5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38DB323F-5C39-44A6-921C-BB1D0C330B5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38DB323F-5C39-44A6-921C-BB1D0C330B5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38DB323F-5C39-44A6-921C-BB1D0C330B5B}.Release|Any CPU.Build.0 = Release|Any CPU
{E8E8A4F7-E499-48CB-B3FB-25DCF234DC7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8E8A4F7-E499-48CB-B3FB-25DCF234DC7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8E8A4F7-E499-48CB-B3FB-25DCF234DC7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8E8A4F7-E499-48CB-B3FB-25DCF234DC7F}.Release|Any CPU.Build.0 = Release|Any CPU
2024-05-03 20:56:19 +04:00
{13634451-A24C-49E1-9558-E63566167957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13634451-A24C-49E1-9558-E63566167957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13634451-A24C-49E1-9558-E63566167957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13634451-A24C-49E1-9558-E63566167957}.Release|Any CPU.Build.0 = Release|Any CPU
2024-05-03 21:09:57 +04:00
{EC5789DC-656D-457F-B6A0-702CCE7EE688}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC5789DC-656D-457F-B6A0-702CCE7EE688}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC5789DC-656D-457F-B6A0-702CCE7EE688}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC5789DC-656D-457F-B6A0-702CCE7EE688}.Release|Any CPU.Build.0 = Release|Any CPU
2024-05-03 20:05:10 +04:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
2024-05-03 20:17:56 +04:00
SolutionGuid = {96DEC388-8FBA-4902-A051-43496E42AC19}
2024-05-03 20:05:10 +04:00
EndGlobalSection
EndGlobal