-
Notifications
You must be signed in to change notification settings - Fork 0
/
Denisov.TobaccoStore.sln
43 lines (43 loc) · 2.55 KB
/
Denisov.TobaccoStore.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Denisov.TobaccoStore", "src\Denisov.TobaccoStore\Denisov.TobaccoStore.csproj", "{71818FCC-B2BE-4509-91DF-B7BB240874D0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Denisov.BLL", "src\Denisov.BLL\Denisov.BLL.csproj", "{9F872D53-FFEF-4EA7-AE5B-22005B22CF77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Denisov.Common", "src\Denisov.Common\Denisov.Common.csproj", "{3204AF22-3C51-490D-8E3A-788EA77B7E8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Denisov.DAL", "src\Denisov.DAL\Denisov.DAL.csproj", "{B9F56B5B-27F8-4ABB-A792-DF8489FA584C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{71818FCC-B2BE-4509-91DF-B7BB240874D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71818FCC-B2BE-4509-91DF-B7BB240874D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71818FCC-B2BE-4509-91DF-B7BB240874D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71818FCC-B2BE-4509-91DF-B7BB240874D0}.Release|Any CPU.Build.0 = Release|Any CPU
{9F872D53-FFEF-4EA7-AE5B-22005B22CF77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F872D53-FFEF-4EA7-AE5B-22005B22CF77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F872D53-FFEF-4EA7-AE5B-22005B22CF77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F872D53-FFEF-4EA7-AE5B-22005B22CF77}.Release|Any CPU.Build.0 = Release|Any CPU
{3204AF22-3C51-490D-8E3A-788EA77B7E8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3204AF22-3C51-490D-8E3A-788EA77B7E8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3204AF22-3C51-490D-8E3A-788EA77B7E8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3204AF22-3C51-490D-8E3A-788EA77B7E8B}.Release|Any CPU.Build.0 = Release|Any CPU
{B9F56B5B-27F8-4ABB-A792-DF8489FA584C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9F56B5B-27F8-4ABB-A792-DF8489FA584C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9F56B5B-27F8-4ABB-A792-DF8489FA584C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9F56B5B-27F8-4ABB-A792-DF8489FA584C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D24B1044-B8BB-4BCF-AD0B-A121EA8EA6D2}
EndGlobalSection
EndGlobal