forked from npmStart0/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpmStart.sln
More file actions
51 lines (51 loc) · 2.72 KB
/
NpmStart.sln
File metadata and controls
51 lines (51 loc) · 2.72 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34902.65
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DAL", "DAL\DAL.csproj", "{9CCB6DF8-FBE3-4F83-99C5-1E36603925B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTO", "DTO\DTO.csproj", "{34C4A81A-5A94-49C5-A888-D6735F328353}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BLL", "BLL\BLL.csproj", "{23D2B40D-B8E7-47A0-A76C-72042D3A79C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{C41DAC4E-2820-4035-A606-F6E67AF84F7A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C634748A-0A52-4C12-8D04-64A7B11F6754}"
ProjectSection(SolutionItems) = preProject
.env.local = .env.local
.env.remote = .env.remote
.gitignore = .gitignore
stylecop.json = stylecop.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CCB6DF8-FBE3-4F83-99C5-1E36603925B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CCB6DF8-FBE3-4F83-99C5-1E36603925B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CCB6DF8-FBE3-4F83-99C5-1E36603925B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CCB6DF8-FBE3-4F83-99C5-1E36603925B2}.Release|Any CPU.Build.0 = Release|Any CPU
{34C4A81A-5A94-49C5-A888-D6735F328353}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34C4A81A-5A94-49C5-A888-D6735F328353}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34C4A81A-5A94-49C5-A888-D6735F328353}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34C4A81A-5A94-49C5-A888-D6735F328353}.Release|Any CPU.Build.0 = Release|Any CPU
{23D2B40D-B8E7-47A0-A76C-72042D3A79C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23D2B40D-B8E7-47A0-A76C-72042D3A79C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23D2B40D-B8E7-47A0-A76C-72042D3A79C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23D2B40D-B8E7-47A0-A76C-72042D3A79C5}.Release|Any CPU.Build.0 = Release|Any CPU
{C41DAC4E-2820-4035-A606-F6E67AF84F7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C41DAC4E-2820-4035-A606-F6E67AF84F7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C41DAC4E-2820-4035-A606-F6E67AF84F7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C41DAC4E-2820-4035-A606-F6E67AF84F7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {458601F3-84F8-4A8D-9B20-74786B3C16A4}
EndGlobalSection
EndGlobal