This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path17nsj.Backend.sln
43 lines (43 loc) · 2.52 KB
/
17nsj.Backend.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 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "17nsj.Service", "17nsj.Service\17nsj.Service.csproj", "{B381FE8E-ECA4-45F3-87E8-42146DA7C4C5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "17nsj.DataAccess", "17nsj.DataAccess\17nsj.DataAccess.csproj", "{99E02C1F-5E07-48E3-9556-063EDCB6A188}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "17nsj.Repository", "17nsj.Repository\17nsj.Repository.csproj", "{E2BAC04E-3915-48AC-A2F0-A1C9F4C466F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "17nsj.Jedi", "17nsj.Jedi\17nsj.Jedi.csproj", "{3345FCDD-050C-46FA-8682-3BF67653BAE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B381FE8E-ECA4-45F3-87E8-42146DA7C4C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B381FE8E-ECA4-45F3-87E8-42146DA7C4C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B381FE8E-ECA4-45F3-87E8-42146DA7C4C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B381FE8E-ECA4-45F3-87E8-42146DA7C4C5}.Release|Any CPU.Build.0 = Release|Any CPU
{99E02C1F-5E07-48E3-9556-063EDCB6A188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99E02C1F-5E07-48E3-9556-063EDCB6A188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99E02C1F-5E07-48E3-9556-063EDCB6A188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99E02C1F-5E07-48E3-9556-063EDCB6A188}.Release|Any CPU.Build.0 = Release|Any CPU
{E2BAC04E-3915-48AC-A2F0-A1C9F4C466F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2BAC04E-3915-48AC-A2F0-A1C9F4C466F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2BAC04E-3915-48AC-A2F0-A1C9F4C466F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2BAC04E-3915-48AC-A2F0-A1C9F4C466F5}.Release|Any CPU.Build.0 = Release|Any CPU
{3345FCDD-050C-46FA-8682-3BF67653BAE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3345FCDD-050C-46FA-8682-3BF67653BAE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3345FCDD-050C-46FA-8682-3BF67653BAE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3345FCDD-050C-46FA-8682-3BF67653BAE0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1A97E56-2EB5-4BFE-BE4E-4821365AFE35}
EndGlobalSection
EndGlobal