-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPresalesMonitor.sln
60 lines (60 loc) · 3.56 KB
/
PresalesMonitor.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E5CA684C-1CEA-4E45-B141-51D45CF3A09C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PresalesApp.Database", "PresalesApp.Database\PresalesApp.Database.csproj", "{ECED7517-8C83-4045-9EE0-57F59638249F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PresalesApp.Service", "PresalesApp.Service\PresalesApp.Service.csproj", "{5C6A8535-F767-4D5F-AE2B-2E3F57EF15BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PresalesApp.Web.Server", "PresalesApp.Web\Server\PresalesApp.Web.Server.csproj", "{CCD8116A-B02B-4122-A452-716806DA81BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PresalesApp.Web.Client", "PresalesApp.Web\Client\PresalesApp.Web.Client.csproj", "{6FF90940-1788-496A-B392-5806125A60D7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PresalesApp.Web.Shared", "PresalesApp.Web\Shared\PresalesApp.Web.Shared.csproj", "{0D51F748-BB73-442C-8DE2-D529D99D839F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECED7517-8C83-4045-9EE0-57F59638249F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECED7517-8C83-4045-9EE0-57F59638249F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECED7517-8C83-4045-9EE0-57F59638249F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECED7517-8C83-4045-9EE0-57F59638249F}.Release|Any CPU.Build.0 = Release|Any CPU
{5C6A8535-F767-4D5F-AE2B-2E3F57EF15BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C6A8535-F767-4D5F-AE2B-2E3F57EF15BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C6A8535-F767-4D5F-AE2B-2E3F57EF15BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C6A8535-F767-4D5F-AE2B-2E3F57EF15BE}.Release|Any CPU.Build.0 = Release|Any CPU
{CCD8116A-B02B-4122-A452-716806DA81BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCD8116A-B02B-4122-A452-716806DA81BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCD8116A-B02B-4122-A452-716806DA81BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCD8116A-B02B-4122-A452-716806DA81BE}.Release|Any CPU.Build.0 = Release|Any CPU
{6FF90940-1788-496A-B392-5806125A60D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FF90940-1788-496A-B392-5806125A60D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FF90940-1788-496A-B392-5806125A60D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FF90940-1788-496A-B392-5806125A60D7}.Release|Any CPU.Build.0 = Release|Any CPU
{0D51F748-BB73-442C-8DE2-D529D99D839F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D51F748-BB73-442C-8DE2-D529D99D839F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D51F748-BB73-442C-8DE2-D529D99D839F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D51F748-BB73-442C-8DE2-D529D99D839F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_NeutralResourcesLanguage = ru-RU
SolutionGuid = {17F5E084-7F1B-401C-AC9B-8962A8CF066F}
RESX_ExcelExportMode = MultipleSheets
RESX_TaskErrorCategory = Message
RESX_ShowErrorsInErrorList = False
EndGlobalSection
EndGlobal