44 lines
2.6 KiB
Plaintext
44 lines
2.6 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.5.33627.172
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShop", "ComputersShop\ComputersShop.csproj", "{C3280008-18FB-4481-B3A7-6C8534EDC65C}"
|
|
EndProject
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ComputersShopDataModels", "ComputersShopDataModels\ComputersShopDataModels.csproj", "{34C63637-6E52-4576-99D5-DA7524F73EA0}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopContracts", "ComputersShopContracts\ComputersShopContracts.csproj", "{1761A1DB-696C-4C00-B05F-FD00E768594B}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComputersShopBusinessLogic", "ComputersShopBusinessLogic\ComputersShopBusinessLogic.csproj", "{93D47C23-DA56-4179-8918-9D70A1012048}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{C3280008-18FB-4481-B3A7-6C8534EDC65C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{C3280008-18FB-4481-B3A7-6C8534EDC65C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{C3280008-18FB-4481-B3A7-6C8534EDC65C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{C3280008-18FB-4481-B3A7-6C8534EDC65C}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{34C63637-6E52-4576-99D5-DA7524F73EA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{34C63637-6E52-4576-99D5-DA7524F73EA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{34C63637-6E52-4576-99D5-DA7524F73EA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{34C63637-6E52-4576-99D5-DA7524F73EA0}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{1761A1DB-696C-4C00-B05F-FD00E768594B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{1761A1DB-696C-4C00-B05F-FD00E768594B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{1761A1DB-696C-4C00-B05F-FD00E768594B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{1761A1DB-696C-4C00-B05F-FD00E768594B}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{93D47C23-DA56-4179-8918-9D70A1012048}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{93D47C23-DA56-4179-8918-9D70A1012048}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{93D47C23-DA56-4179-8918-9D70A1012048}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{93D47C23-DA56-4179-8918-9D70A1012048}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {7796D5BC-E49C-4753-898A-D5FDFD02BD88}
|
|
EndGlobalSection
|
|
EndGlobal
|